Page Speed Optimization Libraries
1.13.35.1
|
Representation for a CSS <link> tag. More...
#include "rewrite_test_base.h"
Classes | |
class | Vector |
A vector of CssLink* should know how to accumulate and add. More... | |
Public Member Functions | |
CssLink (const StringPiece &url, const StringPiece &content, const StringPiece &media, bool supply_mock) | |
bool | DecomposeCombinedUrl (StringPiece base_url, GoogleString *base, StringVector *segments, MessageHandler *handler) |
Public Attributes | |
GoogleString | url_ |
GoogleString | content_ |
GoogleString | media_ |
bool | supply_mock_ |
Representation for a CSS <link> tag.
bool net_instaweb::RewriteTestBase::CssLink::DecomposeCombinedUrl | ( | StringPiece | base_url, |
GoogleString * | base, | ||
StringVector * | segments, | ||
MessageHandler * | handler | ||
) |
Parses a combined CSS elementand provides the segments from which it came.