Lines Matching defs:repl
2217 url_canon::Replacements<base::char16> repl;2223 repl.SetPath(new_path.c_str(), url_parse::Component(0, 4));2224 repl.SetQuery(new_query.c_str(),2233 url_canon::ReplaceFileURL(src, parsed, repl, NULL, &repl_output, &repl_parsed);