OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:criterion_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/url_matcher/
url_matcher.cc
159
:
criterion_
(HOST_PREFIX),
167
:
criterion_
(criterion),
171
:
criterion_
(rhs.
criterion_
),
176
criterion_
= rhs.
criterion_
;
182
if (
criterion_
< rhs.
criterion_
) return true;
183
if (
criterion_
> rhs.
criterion_
) return false
[
all
...]
url_matcher.h
68
Criterion criterion() const { return
criterion_
; }
92
// |
criterion_
| and |string_pattern_| describe together what property a URL
94
Criterion
criterion_
;
member in class:url_matcher::URLMatcherCondition
Completed in 24 milliseconds