OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:match_all_urls_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/extensions/
url_pattern.h
155
bool match_all_urls() const { return
match_all_urls_
; }
156
void set_match_all_urls(bool val) {
match_all_urls_
= val; }
212
if (a.
match_all_urls_
&& b.
match_all_urls_
)
244
bool
match_all_urls_
;
member in class:URLPattern
/external/chromium_org/extensions/common/
url_pattern.h
119
bool match_all_urls() const { return
match_all_urls_
; }
176
if (a.
match_all_urls_
&& b.
match_all_urls_
)
217
bool
match_all_urls_
;
member in class:URLPattern
Completed in 24 milliseconds