OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kHttpsScheme
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/url/
url_constants.cc
19
const char
kHttpsScheme
[] = "https";
/external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc
16
const char
kHttpsScheme
[] = "https";
115
bool supported = url.SchemeIs(kHttpScheme) || url.SchemeIs(
kHttpsScheme
) ||
Completed in 340 milliseconds