| 
    Page Speed Optimization Libraries
    1.13.35.1
    
   | 
 
  
 Public Member Functions | |
| FileLoadRuleLiteral (const GoogleString &filename_prefix, bool allowed) | |
| virtual bool | Match (const GoogleString &filename) const | 
| Is does this rule apply to this filename?  | |
  Public Member Functions inherited from net_instaweb::FileLoadRule | |
| FileLoadRule (bool allowed) | |
| Classification | Classify (const GoogleString &filename) const | 
| What does this rule say about this filename?  | |
  Public Member Functions inherited from net_instaweb::ManuallyRefCounted | |
| void | IncrementRefs () | 
| void | DecrementRefs () | 
Additional Inherited Members | |
  Public Types inherited from net_instaweb::FileLoadRule | |
| enum | Classification { kAllowed, kDisallowed, kUnmatched } | 
  Protected Member Functions inherited from net_instaweb::ManuallyRefCounted | |
| virtual | ~ManuallyRefCounted () | 
  Protected Attributes inherited from net_instaweb::FileLoadRule | |
| const bool | allowed_ | 
      
  | 
  inline | 
If allowed is true, whitelist filenames starting with filename_prefix. Otherwise blacklist them.
 1.8.6