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

  /external/chromium_org/chrome/common/extensions/permissions/
socket_permission_data.h 62 const bool& match_subdomains() const { return match_subdomains_; } function in class:extensions::SocketPermissionData
67 bool& match_subdomains();
socket_permission_data.cc 199 bool& SocketPermissionData::match_subdomains() { function in class:extensions::SocketPermissionData
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager_unittest.cc 112 const std::string& host, bool match_subdomains, uint16 port,
115 match_subdomains_(match_subdomains), port_(port), path_(path) {}
135 bool match_subdomains() const { return match_subdomains_; } function in struct:policy::__anon7931::FilterTestParams
169 bool match_subdomains = true; local
174 &match_subdomains, &port, &path);
177 EXPECT_EQ(GetParam().match_subdomains(), match_subdomains);
url_blacklist_manager.cc 78 FilterComponents() : port(0), match_subdomains(true), allow(true) {}
85 bool match_subdomains; member in struct:policy::URLBlacklist::FilterComponents
107 &components.match_subdomains, &components.port,
115 components.host, components.match_subdomains,
159 bool* match_subdomains,
171 *match_subdomains = true;
195 *match_subdomains = true;
200 *match_subdomains = false;
210 *match_subdomains = true;
212 *match_subdomains = false
    [all...]
  /external/chromium/chrome/common/extensions/
url_pattern.h 146 bool match_subdomains() const { return match_subdomains_; } function in class:URLPattern
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter.cc 85 bool match_subdomains = true; local
87 pattern, &scheme, &host, &match_subdomains, &port, &path)) {
95 scheme, host, match_subdomains, port, path);
  /external/chromium_org/extensions/common/
url_pattern.h 109 bool match_subdomains() const { return match_subdomains_; } function in class:URLPattern

Completed in 58 milliseconds