Home | History | Annotate | Download | only in url

Lines Matching full:replacements

277                          const url_canon::Replacements<CHAR>& replacements,
294 if (replacements.IsSchemeOverridden()) {
300 replacements.sources().scheme,
301 replacements.components().scheme,
332 // much much less common than other types of replacements, like clearing the
334 url_canon::Replacements<CHAR> replacements_no_scheme = replacements;
342 // just key off the scheme in the spec to know how to do the replacements.
344 return url_canon::ReplaceFileURL(spec, parsed, replacements,
348 return url_canon::ReplaceFileSystemURL(spec, parsed, replacements,
353 return url_canon::ReplaceStandardURL(spec, parsed, replacements,
357 return url_canon::ReplaceMailtoURL(spec, parsed, replacements,
362 return url_canon::ReplacePathURL(spec, parsed, replacements,
477 const url_canon::Replacements<char>& replacements,
481 return DoReplaceComponents(spec, spec_len, parsed, replacements,
489 const url_canon::Replacements<base::char16>& replacements,
493 return DoReplaceComponents(spec, spec_len, parsed, replacements,