OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DomainIsHostOnly
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/net/cookies/
cookie_util.h
35
NET_EXPORT bool
DomainIsHostOnly
(const std::string& domain_string);
cookie_util_unittest.cc
21
net::cookie_util::
DomainIsHostOnly
(tests[i].str));
cookie_util.cc
21
bool
DomainIsHostOnly
(const std::string& domain_string) {
32
if (!
DomainIsHostOnly
(host))
48
DCHECK(
DomainIsHostOnly
(*result));
/external/chromium/chrome/browser/extensions/
extension_cookies_helpers.cc
57
net::CookieMonster::
DomainIsHostOnly
(cookie.Domain()));
171
if (net::CookieMonster::
DomainIsHostOnly
(filter_value))
176
if (!net::CookieMonster::
DomainIsHostOnly
(sub_domain))
/external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc
75
cookie->host_only = net::cookie_util::
DomainIsHostOnly
(
189
if (net::cookie_util::
DomainIsHostOnly
(*details_->domain))
194
if (!net::cookie_util::
DomainIsHostOnly
(sub_domain))
/external/chromium/net/base/
cookie_monster.h
131
static bool
DomainIsHostOnly
(const std::string& domain_string);
[
all
...]
cookie_monster.cc
169
if (!CookieMonster::
DomainIsHostOnly
(host))
190
DCHECK(CookieMonster::
DomainIsHostOnly
(*result));
534
bool CookieMonster::
DomainIsHostOnly
(const std::string& domain_string) {
[
all
...]
cookie_monster_unittest.cc
[
all
...]
Completed in 47 milliseconds