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/
DSecurityOrigin.cpp217 if (!url.isValid() || SchemeRegistry::shouldTreatURLSchemeAsSecure(url.protocol())) in isSecure()
221 …if (shouldUseInnerURL(url) && SchemeRegistry::shouldTreatURLSchemeAsSecure(extractInnerURL(url).pr… in isSecure()
382 return SchemeRegistry::shouldTreatURLSchemeAsSecure(m_protocol) || isLocal() || isLocalhost(); in canAccessFeatureRequiringSecureOrigin()
DSchemeRegistry.h51 static bool shouldTreatURLSchemeAsSecure(const String&);
DSchemeRegistry.cpp186 bool SchemeRegistry::shouldTreatURLSchemeAsSecure(const String& scheme) in shouldTreatURLSchemeAsSecure() function in WebCore::SchemeRegistry