Searched defs:match_subdomains_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/extensions/permissions/
H A Dsocket_permission_entry.h66 bool match_subdomains() const { return match_subdomains_; }
77 bool match_subdomains_; member in class:extensions::SocketPermissionEntry
/external/chromium/chrome/common/extensions/
H A Durl_pattern.h146 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
/external/chromium_org/chrome/browser/policy/
H A Durl_blacklist_manager_unittest.cc116 match_subdomains_(match_subdomains), port_(port), path_(path) {}
120 match_subdomains_(params.match_subdomains_), port_(params.port_),
127 match_subdomains_ = params.match_subdomains_;
136 bool match_subdomains() const { return match_subdomains_; }
144 bool match_subdomains_; member in struct:policy::__anon5702::FilterTestParams
/external/chromium_org/extensions/common/
H A Durl_pattern.h110 bool match_subdomains() const { return match_subdomains_; }
227 bool match_subdomains_; member in class:URLPattern

Completed in 1252 milliseconds