HomeSort by relevance Sort by last modified time
    Searched refs:localSchemes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SchemeRegistry.h 43 static const URLSchemesMap& localSchemes();
SchemeRegistry.cpp 37 DEFINE_STATIC_LOCAL(URLSchemesMap, localSchemes, ());
39 if (localSchemes.isEmpty())
40 localSchemes.add("file");
42 return localSchemes;
126 const URLSchemesMap& SchemeRegistry::localSchemes()

Completed in 62 milliseconds