Page Speed Optimization Libraries
1.4.26.1
|
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. | |
virtual void | DetermineEnabled () |
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 [] |
virtual void net_instaweb::DelayImagesFilter::DetermineEnabled | ( | ) | [virtual] |
Invoked by rewrite driver where all filters should determine whether they are enabled for this request.
Reimplemented from net_instaweb::EmptyHtmlFilter.
virtual void net_instaweb::DelayImagesFilter::StartDocument | ( | ) | [virtual] |
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.