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

  /external/chromium_org/extensions/common/matcher/
url_matcher.h 79 bool IsRegexCondition() const;
url_matcher.cc 212 bool URLMatcherCondition::IsRegexCondition() const {
741 if (!condition_iter->IsRegexCondition() &&
793 if (condition_iter->IsRegexCondition()) {

Completed in 117 milliseconds