Home | History | Annotate | Download | only in src

Lines Matching refs:replacements

265                          const url_canon::Replacements<CHAR>& replacements,
282 if (replacements.IsSchemeOverridden()) {
288 replacements.sources().scheme,
289 replacements.components().scheme,
320 // much much less common than other types of replacements, like clearing the
322 url_canon::Replacements<CHAR> replacements_no_scheme = replacements;
330 // just key off the scheme in the spec to know how to do the replacements.
332 return url_canon::ReplaceFileURL(spec, parsed, replacements,
336 return url_canon::ReplaceStandardURL(spec, parsed, replacements,
340 return url_canon::ReplaceMailtoURL(spec, parsed, replacements,
345 return url_canon::ReplacePathURL(spec, parsed, replacements,
460 const url_canon::Replacements<char>& replacements,
464 return DoReplaceComponents(spec, spec_len, parsed, replacements,
471 const url_canon::Replacements<char16>& replacements,
475 return DoReplaceComponents(spec, spec_len, parsed, replacements,