19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_CSS_ABSOLUTIFY_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_CSS_ABSOLUTIFY_H_
23 #include "pagespeed/kernel/base/basictypes.h"
30 namespace net_instaweb {
42 const GoogleUrl& base);
53 const GoogleUrl& base,
54 bool handle_parseable_ruleset_sections,
55 bool handle_unparseable_sections,
57 MessageHandler* handler);
60 static bool AbsolutifyDeclarations(Css::Declarations* decls,
62 bool handle_parseable_sections,
63 bool handle_unparseable_sections,
64 MessageHandler* handler);
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:98