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

  /external/chromium_org/chrome/common/extensions/permissions/
socket_permission_data.cc 109 if (match_subdomains_ < rhs.match_subdomains_)
111 if (match_subdomains_ > rhs.match_subdomains_)
122 (match_subdomains_ == rhs.match_subdomains_) &&
139 if (!match_subdomains_)
185 match_subdomains_ ? SocketPermissionData::HOSTS_IN_DOMAINS :
202 return match_subdomains_;
209 match_subdomains_ = true
    [all...]
socket_permission_data.h 62 const bool& match_subdomains() const { return match_subdomains_; }
81 bool match_subdomains_; member in class:extensions::SocketPermissionData
  /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),
218 match_subdomains_ = true;
260 match_subdomains_ = true;
269 match_subdomains_ = val;
378 if (match_subdomains_ && host_.empty())
382 if (!match_subdomains_)
425 if (match_subdomains_) {
url_pattern.h 109 bool match_subdomains() const { return match_subdomains_; }
226 bool match_subdomains_; member in class:URLPattern
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager_unittest.cc 115 match_subdomains_(match_subdomains), port_(port), path_(path) {}
119 match_subdomains_(params.match_subdomains_), port_(params.port_),
126 match_subdomains_ = params.match_subdomains_;
135 bool match_subdomains() const { return match_subdomains_; }
143 bool match_subdomains_; member in struct:policy::__anon7931::FilterTestParams

Completed in 74 milliseconds