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

  /external/chromium/chrome/common/extensions/
url_pattern.cc 193 } else if (!IsValidScheme(scheme_)) {
199 bool URLPattern::IsValidScheme(const std::string& scheme) const {
235 if (!IsValidScheme(test))
338 if (scheme_ != "*" && !match_all_urls_ && IsValidScheme(scheme_)) {
url_pattern.h 182 bool IsValidScheme(const std::string& scheme) const;
  /external/chromium_org/extensions/common/
url_pattern.cc 281 } else if (!IsValidScheme(scheme_)) {
287 bool URLPattern::IsValidScheme(const std::string& scheme) const {
360 if (!IsValidScheme(test))
511 if (scheme_ != "*" && !match_all_urls_ && IsValidScheme(scheme_)) {
url_pattern.h 132 bool IsValidScheme(const std::string& scheme) const;

Completed in 27 milliseconds