19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_CSS_ABSOLUTIFY_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_CSS_ABSOLUTIFY_H_
30 namespace net_instaweb {
54 bool handle_parseable_ruleset_sections,
55 bool handle_unparseable_sections,
60 static bool AbsolutifyDeclarations(Css::Declarations* decls,
62 bool handle_parseable_sections,
63 bool handle_unparseable_sections,
class GoogleUrl
Definition: google_url.h:58
static bool AbsolutifyUrls(Css::Stylesheet *stylesheet, const GoogleUrl &base, bool handle_parseable_ruleset_sections, bool handle_unparseable_sections, RewriteDriver *driver, MessageHandler *handler)
static bool AbsolutifyImports(Css::Stylesheet *stylesheet, const GoogleUrl &base)
Definition: css_absolutify.h:36
Definition: rewrite_driver.h:100
Definition: message_handler.h:39