HomeSort by relevance Sort by last modified time
    Searched refs:shouldTreatURLSchemeAsSecure (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SchemeRegistry.h 51 static bool shouldTreatURLSchemeAsSecure(const String&);
SecurityOrigin.cpp 217 if (!url.isValid() || SchemeRegistry::shouldTreatURLSchemeAsSecure(url.protocol()))
221 if (shouldUseInnerURL(url) && SchemeRegistry::shouldTreatURLSchemeAsSecure(extractInnerURL(url).protocol()))
382 if (SchemeRegistry::shouldTreatURLSchemeAsSecure(m_protocol) || isLocal() || isLocalhost())
SchemeRegistry.cpp 199 bool SchemeRegistry::shouldTreatURLSchemeAsSecure(const String& scheme)

Completed in 90 milliseconds