Searched refs:shouldTreatURLSchemeAsSecure (Results 1 – 3 of 3) sorted by relevance
51 static bool shouldTreatURLSchemeAsSecure(const String&);
216 if (!url.isValid() || SchemeRegistry::shouldTreatURLSchemeAsSecure(url.protocol())) in isSecure()220 …if (shouldUseInnerURL(url) && SchemeRegistry::shouldTreatURLSchemeAsSecure(extractInnerURL(url).pr… in isSecure()
184 bool SchemeRegistry::shouldTreatURLSchemeAsSecure(const String& scheme) in shouldTreatURLSchemeAsSecure() function in WebCore::SchemeRegistry