OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match_subdomains_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/extensions/
url_pattern.cc
83
match_subdomains_
(false) {}
87
match_subdomains_
(false) {}
91
match_subdomains_
(false) {
110
match_subdomains_
= true;
166
match_subdomains_
= true;
257
if (
match_subdomains_
&& host_.empty())
261
if (!
match_subdomains_
)
297
if (
match_subdomains_
) {
url_pattern.h
146
bool match_subdomains() const { return
match_subdomains_
; }
147
void set_match_subdomains(bool val) {
match_subdomains_
= val; }
254
bool
match_subdomains_
;
member in class:URLPattern
Completed in 108 milliseconds