OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
23
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_
.MatchURL(url_to_match_against)
[
all
...]
/external/chromium_org/extensions/browser/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
177
// 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/
chrome_content_rules_registry.cc
72
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();
chrome_content_rules_registry.h
129
// 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/
url_blacklist_manager.h
114
scoped_ptr<url_matcher::URLMatcher>
url_matcher_
;
member in class:policy::URLBlacklist
url_blacklist_manager.cc
150
: 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 105 milliseconds