Searched refs:CompareSchemeComponent (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/url/
H A Durl_util_internal.h21 bool CompareSchemeComponent(const char* spec,
24 bool CompareSchemeComponent(const base::char16* spec,
H A Durl_canon_filesystemurl.cc46 if (url_util::CompareSchemeComponent(spec, inner_parsed->scheme,
H A Durl_util.cc586 bool CompareSchemeComponent(const char* spec, function in namespace:url_util
592 bool CompareSchemeComponent(const base::char16* spec, function in namespace:url_util
H A Durl_canon_relative.cc144 if (url_util::CompareSchemeComponent(url, scheme, "filesystem"))
/external/chromium/googleurl/src/
H A Durl_util.cc94 inline bool CompareSchemeComponent(const CHAR* spec, function in namespace:url_util::__anon2932
141 return CompareSchemeComponent(spec, our_scheme, compare);
184 if (CompareSchemeComponent(spec, scheme, kFileScheme)) {
198 } else if (CompareSchemeComponent(spec, scheme, kMailtoScheme)) {
249 CompareSchemeComponent(base_spec, base_parsed.scheme, kFileScheme);
331 if (CompareSchemeComponent(spec, parsed.scheme, kFileScheme)) {
339 if (CompareSchemeComponent(spec, parsed.scheme, kMailtoScheme)) {
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.cc397 if (url_util::CompareSchemeComponent(
401 } else if (url_util::CompareSchemeComponent(spec, inner_scheme,

Completed in 619 milliseconds