OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getdomainandregistry
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/google/
google_util.cc
55
net::RegistryControlledDomainService::
GetDomainAndRegistry
(
/external/chromium/net/base/
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
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);
sdch_manager.cc
109
if (RegistryControlledDomainService::
GetDomainAndRegistry
(domain).size()
cookie_monster.cc
167
return RegistryControlledDomainService::
GetDomainAndRegistry
(host);
[
all
...]
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc
353
net::RegistryControlledDomainService::
GetDomainAndRegistry
(url)) {
460
entry.domain = net::RegistryControlledDomainService::
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/chrome/browser/
cookies_tree_model.cc
98
GetDomainAndRegistry
(host);
Completed in 255 milliseconds