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

/external/chromium_org/extensions/common/permissions/
H A Dsocket_permission_entry.h67 bool match_subdomains() const { return match_subdomains_; }
79 bool match_subdomains_; member in class:extensions::SocketPermissionEntry
/external/chromium_org/chrome/browser/policy/
H A Durl_blacklist_manager_unittest.cc121 match_subdomains_(match_subdomains), port_(port), path_(path) {}
125 match_subdomains_(params.match_subdomains_), port_(params.port_),
132 match_subdomains_ = params.match_subdomains_;
141 bool match_subdomains() const { return match_subdomains_; }
149 bool match_subdomains_; member in struct:policy::__anon4419::FilterTestParams
/external/chromium_org/extensions/common/
H A Durl_pattern.h115 bool match_subdomains() const { return match_subdomains_; }
240 bool match_subdomains_; member in class:URLPattern

Completed in 938 milliseconds