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

  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.cc 243 std::vector<URLMatcherConditionSet::ID> remove_from_url_matcher; local
255 &remove_from_url_matcher);
264 url_matcher_.RemoveConditionSets(remove_from_url_matcher);
275 std::vector<URLMatcherConditionSet::ID> remove_from_url_matcher; local
279 CleanUpAfterRule(it->second.get(), &remove_from_url_matcher);
281 url_matcher_.RemoveConditionSets(remove_from_url_matcher);
290 std::vector<URLMatcherConditionSet::ID>* remove_from_url_matcher) {
296 remove_from_url_matcher->push_back((*j)->id());
webrequest_rules_registry.h 159 // |remove_from_url_matcher|, so that the caller can remove them from the
163 std::vector<URLMatcherConditionSet::ID>* remove_from_url_matcher);
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.cc 200 std::vector<URLMatcherConditionSet::ID> remove_from_url_matcher; local
217 remove_from_url_matcher.push_back((*j)->id());
234 url_matcher_.RemoveConditionSets(remove_from_url_matcher);

Completed in 358 milliseconds