HomeSort by relevance Sort by last modified time
    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/content/common/
appcache_interfaces.cc 16 const char kHttpsScheme[] = "https";
115 bool supported = url.SchemeIs(kHttpScheme) || url.SchemeIs(kHttpsScheme) ||

Completed in 150 milliseconds