Searched defs:legacy_escape (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/tools/dump_cache/
H A Durl_to_filename_encoder.h95 // |legacy_escape| indicates that this function should use the old-style
97 // TODO(mbelshe): delete the legacy_escape code.
99 bool legacy_escape) {
101 if (!legacy_escape) {
98 Encode(const std::string& url, std::string base_path, bool legacy_escape) argument
H A Durl_to_filename_encoder_unittest.cc91 bool legacy_escape, const string& gold_filename) {
93 url, base_path, legacy_escape);
95 if (!legacy_escape) {
90 ValidateUrl(const string& url, const string& base_path, bool legacy_escape, const string& gold_filename) argument

Completed in 51 milliseconds