OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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&);
SchemeRegistry.cpp
184
bool SchemeRegistry::
shouldTreatURLSchemeAsSecure
(const String& scheme)
SecurityOrigin.cpp
216
if (!url.isValid() || SchemeRegistry::
shouldTreatURLSchemeAsSecure
(url.protocol()))
220
if (shouldUseInnerURL(url) && SchemeRegistry::
shouldTreatURLSchemeAsSecure
(extractInnerURL(url).protocol()))
Completed in 22 milliseconds