Home
last modified time | relevance | path

Searched refs:shouldTreatURLSchemeAsDisplayIsolated (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DSchemeRegistry.h59 static bool shouldTreatURLSchemeAsDisplayIsolated(const String&);
DSchemeRegistry.cpp172 bool SchemeRegistry::shouldTreatURLSchemeAsDisplayIsolated(const String& scheme) in shouldTreatURLSchemeAsDisplayIsolated() function in WebCore::SchemeRegistry
DSecurityOrigin.cpp369 if (SchemeRegistry::shouldTreatURLSchemeAsDisplayIsolated(protocol)) in canDisplay()