OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URLMatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/url_matcher/
url_matcher.cc
624
//
URLMatcher
627
URLMatcher
::
URLMatcher
() {}
629
URLMatcher
::~
URLMatcher
() {}
631
void
URLMatcher
::AddConditionSets(
642
void
URLMatcher
::RemoveConditionSets(
653
void
URLMatcher
::ClearUnusedConditionSets() {
657
std::set<URLMatcherConditionSet::ID>
URLMatcher
::MatchURL(
709
bool
URLMatcher
::IsEmpty() const
[
all
...]
url_matcher.h
131
// conditions and don't register them to a
URLMatcher
, they will continue to
133
//
URLMatcher
::ClearUnusedConditionSets() in this case.
290
class URL_MATCHER_EXPORT
URLMatcher
{
292
URLMatcher
();
293
~
URLMatcher
();
315
// URLMatcherConditionSets for this
URLMatcher
.
352
DISALLOW_COPY_AND_ASSIGN(
URLMatcher
);
Completed in 43 milliseconds