Home
last modified time | relevance | path

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

/external/openscreen/third_party/mozilla/
Durl_parse_internal.cc15 static const char* g_standard_schemes[] = { variable
74 sizeof(g_standard_schemes) / sizeof(g_standard_schemes[0]); in IsStandard()
76 if (CompareSchemeComponent(spec, component, g_standard_schemes[i])) { in IsStandard()