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

  /external/chromium_org/extensions/common/
event_matcher.h 31 int GetURLFilterCount() const;
event_matcher.cc 37 int EventMatcher::GetURLFilterCount() const {
53 return GetURLFilterCount() != 0;
event_filter.cc 88 if (matcher->GetURLFilterCount() == 0) {
94 for (int i = 0; i < matcher->GetURLFilterCount(); i++) {

Completed in 31 milliseconds