OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_all_urls_
(Results
1 - 4
of
4
) 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
url_pattern.cc
82
match_all_urls_
(false),
86
: valid_schemes_(valid_schemes),
match_all_urls_
(false),
90
: valid_schemes_(valid_schemes),
match_all_urls_
(false),
109
match_all_urls_
= true;
222
if (
match_all_urls_
)
288
if (
match_all_urls_
)
338
if (scheme_ != "*" && !
match_all_urls_
&& IsValidScheme(scheme_)) {
/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
url_pattern.cc
114
match_all_urls_
(false),
120
match_all_urls_
(false),
128
match_all_urls_
(false),
261
match_all_urls_
= val;
329
if (
match_all_urls_
)
353
if (
match_all_urls_
)
418
if (
match_all_urls_
) {
511
if (scheme_ != "*" && !
match_all_urls_
&& IsValidScheme(scheme_)) {
Completed in 35 milliseconds