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

  /external/webkit/WebKit/qt/Api/
qwebsecurityorigin.cpp 249 const URLSchemesMap& map = SecurityOrigin::localURLSchemes();
250 URLSchemesMap::const_iterator end = map.end();
251 for (URLSchemesMap::const_iterator i = map.begin(); i != end; ++i) {
  /external/webkit/WebCore/page/
SecurityOrigin.h 43 typedef HashSet<String, CaseFoldingHash> URLSchemesMap;
170 static const URLSchemesMap& localURLSchemes();
SecurityOrigin.cpp 51 static URLSchemesMap& localSchemes()
53 DEFINE_STATIC_LOCAL(URLSchemesMap, localSchemes, ());
68 static URLSchemesMap& schemesWithUniqueOrigins()
70 DEFINE_STATIC_LOCAL(URLSchemesMap, schemesWithUniqueOrigins, ());
422 const URLSchemesMap& SecurityOrigin::localURLSchemes()

Completed in 32 milliseconds