19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_CSS_ABSOLUTIFY_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_CSS_ABSOLUTIFY_H_
28 namespace net_instaweb {
40 const GoogleUrl& base);
48 const GoogleUrl& base,
49 bool handle_parseable_sections,
50 bool handle_unparseable_sections,
52 MessageHandler* handler);
static bool AbsolutifyImports(Css::Stylesheet *stylesheet, const GoogleUrl &base)
Definition: css_absolutify.h:34
Definition: rewrite_driver.h:98
static bool AbsolutifyUrls(Css::Stylesheet *stylesheet, const GoogleUrl &base, bool handle_parseable_sections, bool handle_unparseable_sections, RewriteDriver *driver, MessageHandler *handler)