OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilterComponents
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/policy/
url_blacklist_manager.h
92
struct
FilterComponents
;
95
static bool FilterTakesPrecedence(const
FilterComponents
& lhs,
96
const
FilterComponents
& rhs);
99
std::map<url_matcher::URLMatcherConditionSet::ID,
FilterComponents
> filters_;
url_blacklist_manager.cc
77
struct URLBlacklist::
FilterComponents
{
78
FilterComponents
() : port(0), match_subdomains(true), allow(true) {}
79
~
FilterComponents
() {}
104
FilterComponents
components;
134
const
FilterComponents
* max = NULL;
137
std::map<int,
FilterComponents
>::const_iterator it = filters_.find(*id);
139
const
FilterComponents
& filter = it->second;
270
bool URLBlacklist::FilterTakesPrecedence(const
FilterComponents
& lhs,
271
const
FilterComponents
& rhs) {
Completed in 30 milliseconds