HomeSort by relevance Sort by last modified time
    Searched refs:GetDomainAndRegistry (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain.h 176 NET_EXPORT std::string GetDomainAndRegistry(const GURL& gurl,
181 NET_EXPORT std::string GetDomainAndRegistry(const std::string& host,
registry_controlled_domain.cc 194 std::string GetDomainAndRegistry(
205 std::string GetDomainAndRegistry(
221 const std::string domain1(GetDomainAndRegistry(gurl1, filter));
222 const std::string domain2(GetDomainAndRegistry(gurl2, filter));
registry_controlled_domain_unittest.cc 24 return GetDomainAndRegistry(GURL(url), EXCLUDE_PRIVATE_REGISTRIES);
28 return GetDomainAndRegistry(host, EXCLUDE_PRIVATE_REGISTRIES);
75 // Test GURL version of GetDomainAndRegistry().
104 // Test std::string version of GetDomainAndRegistry(). Uses the same
  /external/chromium/net/base/
registry_controlled_domain.h 153 static std::string GetDomainAndRegistry(const GURL& gurl);
157 static std::string GetDomainAndRegistry(const std::string& host);
158 static std::string GetDomainAndRegistry(const std::wstring& host);
registry_controlled_domain.cc 64 std::string RegistryControlledDomainService::GetDomainAndRegistry(
75 std::string RegistryControlledDomainService::GetDomainAndRegistry(
85 std::string RegistryControlledDomainService::GetDomainAndRegistry(
99 const std::string domain1(GetDomainAndRegistry(gurl1));
100 const std::string domain2(GetDomainAndRegistry(gurl2));
registry_controlled_domain_unittest.cc 55 return TestRegistryControlledDomainService::GetDomainAndRegistry(GURL(url));
59 return TestRegistryControlledDomainService::GetDomainAndRegistry(host);
84 // Test GURL version of GetDomainAndRegistry().
113 // Test std::wstring version of GetDomainAndRegistry(). Uses the same
sdch_manager.cc 109 if (RegistryControlledDomainService::GetDomainAndRegistry(domain).size()
cookie_monster.cc 167 return RegistryControlledDomainService::GetDomainAndRegistry(host);
    [all...]
  /external/chromium/chrome/browser/google/
google_util.cc 55 net::RegistryControlledDomainService::GetDomainAndRegistry(
  /external/chromium_org/chrome/browser/safe_browsing/
ui_manager.cc 257 entry.domain = net::registry_controlled_domains::GetDomainAndRegistry(
282 net::registry_controlled_domains::GetDomainAndRegistry(
  /external/chromium_org/chrome/browser/predictors/
logged_in_predictor_table.cc 43 net::registry_controlled_domains::GetDomainAndRegistry(
  /external/chromium_org/net/cookies/
cookie_util.cc 28 return registry_controlled_domains::GetDomainAndRegistry(
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.cc 389 net::registry_controlled_domains::GetDomainAndRegistry(
426 domain->assign(net::registry_controlled_domains::GetDomainAndRegistry(
  /external/chromium_org/chrome/browser/google/
google_util.cc 95 net::registry_controlled_domains::GetDomainAndRegistry(
  /external/chromium_org/content/browser/
site_instance_impl.cc 310 net::registry_controlled_domains::GetDomainAndRegistry(
  /external/chromium_org/chrome/browser/password_manager/
login_database.cc 65 return net::registry_controlled_domains::GetDomainAndRegistry(
72 return net::registry_controlled_domains::GetDomainAndRegistry(
  /external/chromium_org/net/base/
sdch_manager.cc 112 if (registry_controlled_domains::GetDomainAndRegistry(
  /external/chromium_org/net/ssl/
server_bound_cert_service.cc 384 registry_controlled_domains::GetDomainAndRegistry(
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 353 net::RegistryControlledDomainService::GetDomainAndRegistry(url)) {
460 entry.domain = net::RegistryControlledDomainService::GetDomainAndRegistry(
    [all...]
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 115 name='GetDomainAndRegistry',
241 static jstring GetDomainAndRegistry(JNIEnv* env, jclass clazz,
352 "Ljava/lang/String;", reinterpret_cast<void*>(GetDomainAndRegistry) },
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service.cc 330 net::RegistryControlledDomainService::GetDomainAndRegistry(store_url);
333 net::RegistryControlledDomainService::GetDomainAndRegistry(
345 net::RegistryControlledDomainService::GetDomainAndRegistry(
    [all...]
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings.cc 549 net::registry_controlled_domains::GetDomainAndRegistry(
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 518 title = net::registry_controlled_domains::GetDomainAndRegistry(
  /external/chromium/chrome/browser/
cookies_tree_model.cc 98 GetDomainAndRegistry(host);
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 618 net::registry_controlled_domains::GetDomainAndRegistry(
    [all...]

Completed in 1226 milliseconds

1 2