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

/external/webkit/Source/WebCore/platform/
H A DSchemeRegistry.h43 static bool shouldTreatURLSchemeAsLocal(const String&);
H A DSchemeRegistry.cpp128 bool SchemeRegistry::shouldTreatURLSchemeAsLocal(const String& scheme) function in class:WebCore::SchemeRegistry
/external/webkit/Source/WebCore/page/
H A DSecurityOrigin.cpp342 if (restrictAccessToLocal() && SchemeRegistry::shouldTreatURLSchemeAsLocal(protocol))
372 return SchemeRegistry::shouldTreatURLSchemeAsLocal(m_protocol);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp2647 if (WebCore::SchemeRegistry::shouldTreatURLSchemeAsLocal(request.url().scheme()))

Completed in 478 milliseconds