OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:localSchemes
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/
SchemeRegistry.cpp
33
DEFINE_STATIC_LOCAL(URLSchemesMap,
localSchemes
, ());
35
if (
localSchemes
.isEmpty()) {
36
localSchemes
.add("file");
38
localSchemes
.add("applewebdata");
41
localSchemes
.add("qrc");
45
return
localSchemes
;
123
const URLSchemesMap& SchemeRegistry::
localSchemes
()
/external/webkit/Source/WebKit/qt/Api/
qwebsecurityorigin.cpp
259
QStringList QWebSecurityOrigin::
localSchemes
()
262
const URLSchemesMap& map = SchemeRegistry::
localSchemes
();
Completed in 279 milliseconds