Searched refs:shouldTreatURLSchemeAsDisplayIsolated (Results 1 – 3 of 3) sorted by relevance
59 static bool shouldTreatURLSchemeAsDisplayIsolated(const String&);
172 bool SchemeRegistry::shouldTreatURLSchemeAsDisplayIsolated(const String& scheme) in shouldTreatURLSchemeAsDisplayIsolated() function in WebCore::SchemeRegistry
369 if (SchemeRegistry::shouldTreatURLSchemeAsDisplayIsolated(protocol)) in canDisplay()