Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DSchemeRegistry.h51 static bool shouldTreatURLSchemeAsSecure(const String&);
DSecurityOrigin.cpp216 if (!url.isValid() || SchemeRegistry::shouldTreatURLSchemeAsSecure(url.protocol())) in isSecure()
220 …if (shouldUseInnerURL(url) && SchemeRegistry::shouldTreatURLSchemeAsSecure(extractInnerURL(url).pr… in isSecure()
DSchemeRegistry.cpp184 bool SchemeRegistry::shouldTreatURLSchemeAsSecure(const String& scheme) in shouldTreatURLSchemeAsSecure() function in WebCore::SchemeRegistry