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

  /external/chromium_org/extensions/common/
event_filter.h 83 std::vector<url_matcher::URLMatcherConditionSet::ID> condition_set_ids_; member in class:extensions::EventFilter::EventMatcherEntry
event_filter.cc 26 condition_set_ids_.push_back((*it)->id());
31 url_matcher_->RemoveConditionSets(condition_set_ids_);
35 condition_set_ids_.clear();

Completed in 128 milliseconds