Lines Matching full:spec
19 // whereas the inner_url can't, so it uses spec.
21 bool DoCanonicalizeFileSystemURL(const CHAR* spec,
46 if (CompareSchemeComponent(spec, inner_parsed->scheme, url::kFileScheme)) {
50 success &= CanonicalizePath(spec, inner_parsed->path, output,
52 } else if (IsStandard(spec, inner_parsed->scheme)) {
53 success = CanonicalizeStandardURL(spec, parsed.inner_parsed()->Length(),
80 bool CanonicalizeFileSystemURL(const char* spec,
87 spec, URLComponentSource<char>(spec), parsed, charset_converter, output,
91 bool CanonicalizeFileSystemURL(const base::char16* spec,
98 spec, URLComponentSource<base::char16>(spec), parsed, charset_converter,