Searched refs:url_matcher_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/extensions/common/
H A Devent_filter.h54 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
H A Devent_filter.cc23 url_matcher_(url_matcher) {
27 url_matcher_->AddConditionSets(condition_sets);
31 url_matcher_->RemoveConditionSets(condition_set_ids_);
45 // will remove its condition sets from url_matcher_, but as url_matcher_ is
71 new EventMatcherEntry(matcher.Pass(), &url_matcher_, condition_sets));
112 url_matcher_.condition_factory(),
118 url_matcher_.ClearUnusedConditionSets();
129 // from url_matcher_.
147 url_matcher_
[all...]
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_rules_registry.cc58 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_
[all...]
H A Dwebrequest_rules_registry.h177 // the URLMatcherConditionSet::ID was returned by the |url_matcher_|.
187 url_matcher::URLMatcher url_matcher_; member in class:extensions::WebRequestRulesRegistry
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dchrome_content_rules_registry.cc72 renderer_data.page_url_matches = url_matcher_.MatchURL(contents->GetURL());
169 ContentRule::Create(url_matcher_.condition_factory(),
178 url_matcher_.ClearUnusedConditionSets();
204 // Register url patterns in url_matcher_.
211 url_matcher_.AddConditionSets(all_new_condition_sets);
269 url_matcher_.RemoveConditionSets(remove_from_url_matcher);
331 url_matcher_.IsEmpty();
H A Dchrome_content_rules_registry.h129 // the URLMatcherConditionSet::ID was returned by the |url_matcher_|.
139 url_matcher::URLMatcher url_matcher_; member in class:extensions::ChromeContentRulesRegistry
/external/chromium_org/components/policy/core/browser/
H A Durl_blacklist_manager.h114 scoped_ptr<url_matcher::URLMatcher> url_matcher_; member in class:policy::URLBlacklist
H A Durl_blacklist_manager.cc150 : segment_url_(segment_url), id_(0), url_matcher_(new URLMatcher) {}
177 CreateConditionSet(url_matcher_.get(),
191 url_matcher_->AddConditionSets(all_conditions);
204 url_matcher_->MatchURL(url);

Completed in 174 milliseconds