HomeSort by relevance Sort by last modified time
    Searched refs:match_subdomains_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/common/extensions/permissions/
socket_permission_entry.h 66 bool match_subdomains() const { return match_subdomains_; }
77 bool match_subdomains_; member in class:extensions::SocketPermissionEntry
socket_permission_entry.cc 44 match_subdomains_(false) {
60 if (match_subdomains_ < rhs.match_subdomains_)
62 if (match_subdomains_ > rhs.match_subdomains_)
73 (match_subdomains_ == rhs.match_subdomains_) &&
84 if (!match_subdomains_)
118 match_subdomains_ ? SocketPermissionEntry::HOSTS_IN_DOMAINS :
155 result.match_subdomains_ = true
    [all...]
  /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
  /external/chromium_org/extensions/common/
url_pattern.cc 115 match_subdomains_(false),
121 match_subdomains_(false),
129 match_subdomains_(false),
222 match_subdomains_ = true;
264 match_subdomains_ = true;
273 match_subdomains_ = val;
382 if (match_subdomains_ && host_.empty())
386 if (!match_subdomains_)
429 if (match_subdomains_) {
url_pattern.h 110 bool match_subdomains() const { return match_subdomains_; }
227 bool match_subdomains_; member in class:URLPattern
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager_unittest.cc 116 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::__anon8108::FilterTestParams
  /external/chromium_org/chrome/common/extensions/
extension_messages.h 188 IPC_STRUCT_TRAITS_MEMBER(match_subdomains_)

Completed in 803 milliseconds