17 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_INLINE_RESOURCE_SLOT_H_
18 #define NET_INSTAWEB_REWRITER_PUBLIC_INLINE_RESOURCE_SLOT_H_
22 namespace net_instaweb {
35 StringPiece location);
55 typedef RefCountedPtr<InlineResourceSlot> InlineResourceSlotPtr;
Definition: inline_resource_slot.h:30
virtual HtmlElement * element() const
Definition: inline_resource_slot.h:39
Leaf node representing raw characters in HTML.
Definition: html_node.h:167
Definition: resource_slot.h:54
Definition: html_element.h:42
std::string GoogleString
PAGESPEED_KERNEL_BASE_STRING_H_.
Definition: string.h:24
virtual GoogleString LocationString() const
InlineResourceSlot(const ResourcePtr &resource, HtmlCharactersNode *char_node, StringPiece location)
Definition: inline_resource_slot.h:57