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

  /external/chromium_org/extensions/common/
event_filter.h 54 return url_matcher_.IsEmpty();
82 // The id sets in url_matcher_ that this EventMatcher owns.
84 url_matcher::URLMatcher* url_matcher_; member in class:extensions::EventFilter::EventMatcherEntry
106 url_matcher::URLMatcher url_matcher_; member in class:extensions::EventFilter
event_filter.cc 21 url_matcher_(url_matcher) {
25 url_matcher_->AddConditionSets(condition_sets);
29 url_matcher_->RemoveConditionSets(condition_set_ids_);
43 // will remove its condition sets from url_matcher_, but as url_matcher_ is
69 new EventMatcherEntry(matcher.Pass(), &url_matcher_, condition_sets));
110 url_matcher_.condition_factory(),
116 url_matcher_.ClearUnusedConditionSets();
127 // from url_matcher_.
145 url_matcher_.MatchURL(url_to_match_against)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.cc 58 request_data.url_match_ids = url_matcher_.MatchURL(
60 request_data.first_party_url_match_ids = url_matcher_.MatchURL(
183 url_matcher_.condition_factory(),
189 // condition sets in the url_matcher_.
199 url_matcher_.ClearUnusedConditionSets();
219 // Register url patterns in |url_matcher_| and
228 url_matcher_.AddConditionSets(all_new_condition_sets);
267 url_matcher_.RemoveConditionSets(remove_from_url_matcher);
284 url_matcher_.RemoveConditionSets(remove_from_url_matcher);
307 if (!rule_triggers_.empty() && url_matcher_.IsEmpty()
    [all...]
webrequest_rules_registry.h 174 // the URLMatcherConditionSet::ID was returned by the |url_matcher_|.
184 url_matcher::URLMatcher url_matcher_; member in class:extensions::WebRequestRulesRegistry
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.cc 70 renderer_data.page_url_matches = url_matcher_.MatchURL(contents->GetURL());
158 ContentRule::Create(url_matcher_.condition_factory(),
166 url_matcher_.ClearUnusedConditionSets();
189 // Register url patterns in url_matcher_.
195 url_matcher_.AddConditionSets(all_new_condition_sets);
250 url_matcher_.RemoveConditionSets(remove_from_url_matcher);
308 url_matcher_.IsEmpty();
content_rules_registry.h 125 // the URLMatcherConditionSet::ID was returned by the |url_matcher_|.
135 url_matcher::URLMatcher url_matcher_; member in class:extensions::ContentRulesRegistry
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager.h 100 scoped_ptr<url_matcher::URLMatcher> url_matcher_; member in class:policy::URLBlacklist
url_blacklist_manager.cc 90 url_matcher_(new URLMatcher) {
114 CreateConditionSet(url_matcher_.get(), ++id_, components.scheme,
119 url_matcher_->AddConditionSets(all_conditions);
132 url_matcher_->MatchURL(url);

Completed in 306 milliseconds