Searched refs:shouldTreatURLSchemeAsNotAllowingJavascriptURLs (Results 1 – 3 of 3) sorted by relevance
75 static bool shouldTreatURLSchemeAsNotAllowingJavascriptURLs(const String& scheme);
238 bool SchemeRegistry::shouldTreatURLSchemeAsNotAllowingJavascriptURLs(const String& scheme) in shouldTreatURLSchemeAsNotAllowingJavascriptURLs() function in WebCore::SchemeRegistry
2501 …if (SchemeRegistry::shouldTreatURLSchemeAsNotAllowingJavascriptURLs(frame()->document()->url().pro… in loadJavaScriptURL()