Home
last modified time | relevance | path

Searched refs:IsStandard (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/third_party/mozilla/
Durl_parse_internal.h46 bool IsStandard(const char* spec, const Component& component);
Durl_parse_internal.cc68 bool IsStandard(const char* spec, const Component& component) { in IsStandard() function
Durl_parse.cc398 } else if (IsStandard(spec, inner_scheme)) { in DoParseFileSystemURL()
/external/openscreen/util/
Durl.cc35 } else if (IsStandard(url, scheme)) { in Url()