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

/external/chromium/googleurl/src/
H A Durl_util.cc107 bool DoIsStandard(const CHAR* spec, const url_parse::Component& scheme) { function in namespace:url_util::__anon2352
191 } else if (DoIsStandard(spec, scheme)) {
233 DoIsStandard(base_spec, base_parsed.scheme);
335 if (DoIsStandard(spec, parsed.scheme)) {
392 return DoIsStandard(spec, scheme);
396 return DoIsStandard(spec, scheme);

Completed in 331 milliseconds