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

/external/webkit/Source/WebCore/platform/
H A DSchemeRegistry.cpp79 static URLSchemesMap& emptyDocumentSchemes() function in namespace:WebCore
81 DEFINE_STATIC_LOCAL(URLSchemesMap, emptyDocumentSchemes, ());
83 if (emptyDocumentSchemes.isEmpty())
84 emptyDocumentSchemes.add("about");
86 return emptyDocumentSchemes;
173 emptyDocumentSchemes().add(scheme);
180 return emptyDocumentSchemes().contains(scheme);

Completed in 190 milliseconds