Searched refs:match_subdomains_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/extensions/common/permissions/
H A Dsocket_permission_entry.cc41 match_subdomains_(false) {}
56 if (match_subdomains_ < rhs.match_subdomains_)
58 if (match_subdomains_ > rhs.match_subdomains_)
69 (match_subdomains_ == rhs.match_subdomains_) &&
80 if (!match_subdomains_)
115 : match_subdomains_ ? SocketPermissionEntry::HOSTS_IN_DOMAINS
152 result.match_subdomains_
[all...]
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/extensions/common/
H A Durl_pattern.cc130 match_subdomains_(false),
136 match_subdomains_(false),
144 match_subdomains_(false),
247 match_subdomains_ = true;
293 match_subdomains_ = true;
302 match_subdomains_ = val;
411 if (match_subdomains_ && host_.empty())
415 if (!match_subdomains_)
437 (match_subdomains_ && host_.empty() && port_ == "*" && path_ == "/*")) {
442 if (!match_subdomains_)
[all...]
H A Durl_pattern.h115 bool match_subdomains() const { return match_subdomains_; }
240 bool match_subdomains_; member in class:URLPattern
H A Dextension_messages.h177 IPC_STRUCT_TRAITS_MEMBER(match_subdomains_)
/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

Completed in 226 milliseconds