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

  /external/chromium_org/extensions/common/permissions/
socket_permission_entry.h 67 bool match_subdomains() const { return match_subdomains_; }
79 bool match_subdomains_; member in class:extensions::SocketPermissionEntry
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager_unittest.cc 121 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::__anon9044::FilterTestParams
  /external/chromium_org/extensions/common/
url_pattern.h 115 bool match_subdomains() const { return match_subdomains_; }
240 bool match_subdomains_; member in class:URLPattern

Completed in 426 milliseconds