Page Speed Optimization Libraries  1.2.24.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions | Static Public Attributes
net_instaweb::DelayImagesFilter Class Reference
Inheritance diagram for net_instaweb::DelayImagesFilter:
net_instaweb::EmptyHtmlFilter net_instaweb::HtmlFilter

List of all members.

Public Member Functions

 DelayImagesFilter (RewriteDriver *driver)
virtual void StartDocument ()
virtual void EndDocument ()
 Note: EndDocument will be called imediately before the last Flush call.
virtual void EndElement (HtmlElement *element)
virtual const char * Name () const
 The name of this filter -- used for logging and debugging.

Static Public Member Functions

static void InitStats (Statistics *statistics)
static void Terminate ()

Static Public Attributes

static const char kDelayImagesSuffix []
static const char kDelayImagesInlineSuffix []
static const char kOnloadFunction []

Member Function Documentation

Starts a new document. Filters should clear their state in this function, as the same Filter instance may be used for multiple HTML documents.

Reimplemented from net_instaweb::EmptyHtmlFilter.


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