19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_INLINE_ATTRIBUTE_SLOT_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_INLINE_ATTRIBUTE_SLOT_H_
24 namespace net_instaweb {
31 StringPiece location);
41 HtmlElement* element_;
42 HtmlElement::Attribute* attribute_;
48 typedef RefCountedPtr<InlineAttributeSlot> InlineAttributeSlotPtr;
Definition: html_element.h:66
Definition: inline_attribute_slot.h:50
virtual GoogleString LocationString() const
Definition: inline_attribute_slot.h:34
Definition: resource_slot.h:54
Definition: html_element.h:42
Definition: inline_attribute_slot.h:26
std::string GoogleString
PAGESPEED_KERNEL_BASE_STRING_H_.
Definition: string.h:24
virtual HtmlElement * element() const
Return HTML element associated with slot, or NULL if none (CSS, IPRO)
Definition: inline_attribute_slot.h:33