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

  /external/chromium_org/extensions/common/
url_pattern.cc 310 } else if (!IsValidScheme(scheme_)) {
316 bool URLPattern::IsValidScheme(const std::string& scheme) const {
389 if (!IsValidScheme(test))
581 if (scheme_ != "*" && !match_all_urls_ && IsValidScheme(scheme_)) {
url_pattern.h 137 bool IsValidScheme(const std::string& scheme) const;

Completed in 148 milliseconds