HomeSort by relevance Sort by last modified time
    Searched refs:IsValidScheme (Results 1 - 2 of 2) 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;

Completed in 36 milliseconds