Page Speed Optimization Libraries  1.6.29.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
net_instaweb::NestedFilter::NestedSlot Class Reference
Inheritance diagram for net_instaweb::NestedFilter::NestedSlot:
net_instaweb::ResourceSlot

List of all members.

Public Member Functions

 NestedSlot (const ResourcePtr &resource)
virtual void Render ()
virtual GoogleString LocationString ()

Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines