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

  /external/chromium_org/extensions/common/permissions/
socket_permission_entry.cc 41 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_ = true
    [all...]
socket_permission_entry.h 67 bool match_subdomains() const { return match_subdomains_; }
79 bool match_subdomains_; member in class:extensions::SocketPermissionEntry
  /external/chromium_org/extensions/common/
url_pattern.cc 126 match_subdomains_(false),
132 match_subdomains_(false),
140 match_subdomains_(false),
234 match_subdomains_ = true;
280 match_subdomains_ = true;
289 match_subdomains_ = val;
398 if (match_subdomains_ && host_.empty())
402 if (!match_subdomains_)
445 if (match_subdomains_) {
url_pattern.h 114 bool match_subdomains() const { return match_subdomains_; }
228 bool match_subdomains_; member in class:URLPattern
extension_messages.h 181 IPC_STRUCT_TRAITS_MEMBER(match_subdomains_)
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager_unittest.cc 120 match_subdomains_(match_subdomains), port_(port), path_(path) {}
124 match_subdomains_(params.match_subdomains_), port_(params.port_),
131 match_subdomains_ = params.match_subdomains_;
140 bool match_subdomains() const { return match_subdomains_; }
148 bool match_subdomains_; member in struct:policy::__anon8984::FilterTestParams

Completed in 1708 milliseconds