#include "css_tag_scanner.h"
Public Member Functions | |
RewriteDomainTransformer (const GoogleUrl *old_base_url, const GoogleUrl *new_base_url, RewriteDriver *driver) | |
virtual TransformStatus | Transform (const StringPiece &in, GoogleString *out) |
void | set_trim_urls (bool x) |
Transform URLs by: 1 Resolving them against old_base_url, 2 Mapping them appropriately with domain_rewrite_filter and then 3 Trimming them against new_base_url.