HomeSort by relevance Sort by last modified time
    Searched full: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 246 std::vector<URLMatcherConditionSet::ID> remove_from_url_matcher; local
258 &remove_from_url_matcher);
267 url_matcher_.RemoveConditionSets(remove_from_url_matcher);
278 std::vector<URLMatcherConditionSet::ID> remove_from_url_matcher; local
282 CleanUpAfterRule(it->second.get(), &remove_from_url_matcher);
284 url_matcher_.RemoveConditionSets(remove_from_url_matcher);
293 std::vector<URLMatcherConditionSet::ID>* remove_from_url_matcher) {
299 remove_from_url_matcher->push_back((*j)->id());
webrequest_rules_registry.h 160 // |remove_from_url_matcher|, so that the caller can remove them from the
164 remove_from_url_matcher);
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.cc 206 std::vector<URLMatcherConditionSet::ID> remove_from_url_matcher; local
223 remove_from_url_matcher.push_back((*j)->id());
250 url_matcher_.RemoveConditionSets(remove_from_url_matcher);

Completed in 154 milliseconds