HomeSort by relevance Sort by last modified time
    Searched defs:match_subdomains_ (Results 1 - 4 of 4) 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
  /external/chromium/chrome/common/extensions/
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/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/extensions/common/
url_pattern.h 110 bool match_subdomains() const { return match_subdomains_; }
227 bool match_subdomains_; member in class:URLPattern

Completed in 33 milliseconds