HomeSort by relevance Sort by last modified time
    Searched full:registry_controlled_domains (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/chromium_org/components/google/core/browser/
google_util.cc 19 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
49 size_t tld_length = net::registry_controlled_domains::GetRegistryLength(
51 net::registry_controlled_domains::EXCLUDE_UNKNOWN_REGISTRIES,
52 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES);
  /external/chromium_org/extensions/common/
csp_validator.cc 14 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
96 size_t registry_length = net::registry_controlled_domains::GetRegistryLength(
98 net::registry_controlled_domains::INCLUDE_UNKNOWN_REGISTRIES,
99 net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES);
url_pattern.cc 16 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
447 size_t registry_length = net::registry_controlled_domains::GetRegistryLength(
449 net::registry_controlled_domains::EXCLUDE_UNKNOWN_REGISTRIES,
450 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES);
460 registry_length = net::registry_controlled_domains::GetRegistryLength(
462 net::registry_controlled_domains::EXCLUDE_UNKNOWN_REGISTRIES,
463 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES);
  /external/chromium_org/components/web_modal/
web_contents_modal_dialog_manager.cc 12 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
152 if (!net::registry_controlled_domains::SameDomainOrHost(
154 net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES))
  /external/chromium_org/chrome/browser/safe_browsing/
ui_manager.cc 28 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
257 entry.domain = net::registry_controlled_domains::GetDomainAndRegistry(
259 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES);
286 net::registry_controlled_domains::GetDomainAndRegistry(
288 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES);
  /external/chromium_org/content/browser/
site_instance_impl.cc 18 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
280 return net::registry_controlled_domains::SameDomainOrHost(
283 net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES);
316 net::registry_controlled_domains::GetDomainAndRegistry(
318 net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES);
  /external/chromium_org/chrome/browser/plugins/
plugin_info_message_filter.cc 30 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
116 net::registry_controlled_domains::GetDomainAndRegistry(
118 net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES));
123 net::registry_controlled_domains::GetDomainAndRegistry(
125 net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES));
128 net::registry_controlled_domains::GetDomainAndRegistry(
130 net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES));
  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.cc 20 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
27 return net::registry_controlled_domains::SameDomainOrHost(
30 net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES);
  /external/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain_unittest.cc 5 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
11 #include "net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc"
14 #include "net/base/registry_controlled_domains/effective_tld_names_unittest2-inc.cc"
17 #include "net/base/registry_controlled_domains/effective_tld_names_unittest3-inc.cc"
20 #include "net/base/registry_controlled_domains/effective_tld_names_unittest4-inc.cc"
23 #include "net/base/registry_controlled_domains/effective_tld_names_unittest5-inc.cc"
26 #include "net/base/registry_controlled_domains/effective_tld_names_unittest6-inc.cc"
31 namespace registry_controlled_domains { namespace in namespace:net
499 } // namespace registry_controlled_domains
registry_controlled_domain.cc 46 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
57 namespace registry_controlled_domains { namespace in namespace:net
60 #include "net/base/registry_controlled_domains/effective_tld_names-inc.cc"
394 } // namespace registry_controlled_domains
  /external/chromium_org/extensions/common/manifest_handlers/
externally_connectable.cc 18 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
21 namespace rcd = net::registry_controlled_domains;
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 28 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
369 if (!net::registry_controlled_domains::SameDomainOrHost(url,
371 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES))
380 if (!net::registry_controlled_domains::SameDomainOrHost(url,
382 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES))
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.cc 18 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
386 net::registry_controlled_domains::GetDomainAndRegistry(
388 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES);
424 domain->assign(net::registry_controlled_domains::GetDomainAndRegistry(
425 url, net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES));
  /external/chromium_org/components/omnibox/
autocomplete_input.cc 13 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
263 net::registry_controlled_domains::GetRegistryLength(
265 net::registry_controlled_domains::EXCLUDE_UNKNOWN_REGISTRIES,
266 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES);
275 net::registry_controlled_domains::GetRegistryLength(
277 net::registry_controlled_domains::EXCLUDE_UNKNOWN_REGISTRIES,
278 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES);
base_search_provider.cc 18 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
338 !net::registry_controlled_domains::SameDomainOrHost(
340 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES)))
  /external/chromium_org/chrome/browser/ui/
elide_url.cc 12 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
84 net::registry_controlled_domains::GetDomainAndRegistry(
85 url, net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES));
  /external/chromium_org/net/cookies/
cookie_util.cc 15 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
28 return registry_controlled_domains::GetDomainAndRegistry(
30 registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES);
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 43 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
169 net::registry_controlled_domains::GetRegistryLength(
171 net::registry_controlled_domains::EXCLUDE_UNKNOWN_REGISTRIES,
172 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter.cc 21 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
25 using net::registry_controlled_domains::EXCLUDE_UNKNOWN_REGISTRIES;
26 using net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES;
27 using net::registry_controlled_domains::GetRegistryLength;
  /external/chromium_org/chrome/browser/ssl/
ssl_error_classification.cc 22 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
380 net::registry_controlled_domains::GetRegistryLength(
382 net::registry_controlled_domains::EXCLUDE_UNKNOWN_REGISTRIES,
383 net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES);
539 net::registry_controlled_domains::
542 net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES));
  /external/chromium_org/chrome/browser/extensions/
bookmark_app_helper.cc 26 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
284 net::registry_controlled_domains::GetDomainAndRegistry(
286 net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES));
  /external/chromium_org/content/child/
site_isolation_policy.cc 15 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
350 return net::registry_controlled_domains::SameDomainOrHost(
353 net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES);
  /external/chromium_org/android_webview/tools/
third_party_files_whitelist.txt 94 net/base/registry_controlled_domains/registry_controlled_domain.cc
98 net/base/registry_controlled_domains/registry_controlled_domain.h
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_cookie_helper.cc 15 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
  /external/chromium_org/components/url_fixer/
url_fixer.cc 20 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
212 net::registry_controlled_domains::GetRegistryLength(
214 net::registry_controlled_domains::EXCLUDE_UNKNOWN_REGISTRIES,
215 net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES);

Completed in 1906 milliseconds

12 3 4