shouldTreatURLSchemeAsNotAllowingJavascriptURLs   75 Source/platform/weborigin/SchemeRegistry.h     static bool shouldTreatURLSchemeAsNotAllowingJavascriptURLs(const String& scheme);
shouldTreatURLSchemeAsNotAllowingJavascriptURLs 1910 Source/web/WebFrameImpl.cpp     if (SchemeRegistry::shouldTreatURLSchemeAsNotAllowingJavascriptURLs(frame()->document()->url().protocol()))