Public Member Functions | |
HtmlResourceSlot (const ResourcePtr &resource, HtmlElement *element, HtmlElement::Attribute *attribute, HtmlParse *html_parse) | |
HtmlElement * | element () |
HtmlElement::Attribute * | attribute () |
virtual void | Render () |
virtual GoogleString | LocationString () |
Protected Member Functions | |
REFCOUNT_FRIEND_DECLARATION (HtmlResourceSlot) |
virtual GoogleString net_instaweb::HtmlResourceSlot::LocationString | ( | ) | [virtual] |
Returns a human-readable description of where this slot occurs, for use in log messages.
Implements net_instaweb::ResourceSlot.
virtual void net_instaweb::HtmlResourceSlot::Render | ( | ) | [virtual] |
Render is not thread-safe. This must be called from the thread that owns the DOM or CSS file.
Implements net_instaweb::ResourceSlot.