Page Speed Optimization Libraries
1.7.30.2
|
Public Member Functions | |
NestedSlot (const ResourcePtr &resource) | |
virtual void | Render () |
virtual GoogleString | LocationString () |
virtual GoogleString net_instaweb::NestedFilter::NestedSlot::LocationString | ( | ) | [inline, virtual] |
Returns a human-readable description of where this slot occurs, for use in log messages.
Implements net_instaweb::ResourceSlot.
virtual void net_instaweb::NestedFilter::NestedSlot::Render | ( | ) | [inline, virtual] |
Render is not thread-safe. This must be called from the thread that owns the DOM or CSS file. The RewriteContext state machine will only call ResourceSlot::Render() on slots that were optimized successfully, and whose partitions are safely url_relocatable(). (Note that this is different from RewriteContext::Render).
Implements net_instaweb::ResourceSlot.