Searched refs:FindCookiesForHostAndDomain (Results 1 – 4 of 4) sorted by relevance
/external/chromium/net/base/ |
D | cookie_monster.cc | 607 FindCookiesForHostAndDomain(url, options, false, &cookie_ptrs); in GetAllCookiesForURLWithOptions() 782 FindCookiesForHostAndDomain(url, options, true, &cookies); in GetCookiesWithOptions() 817 FindCookiesForHostAndDomain(url, options, true, &cookies); in DeleteCookie() 1035 void CookieMonster::FindCookiesForHostAndDomain( in FindCookiesForHostAndDomain() function in net::CookieMonster
|
D | cookie_monster.h | 373 void FindCookiesForHostAndDomain(const GURL& url,
|
/external/chromium_org/net/cookies/ |
D | cookie_monster.cc | 1158 FindCookiesForHostAndDomain(url, options, false, &cookie_ptrs); in GetAllCookiesForURLWithOptions() 1327 FindCookiesForHostAndDomain(url, options, true, &cookies); in GetCookiesWithOptions() 1350 FindCookiesForHostAndDomain(url, options, true, &cookies); in DeleteCookie() 1681 void CookieMonster::FindCookiesForHostAndDomain( in FindCookiesForHostAndDomain() function in net::CookieMonster
|
D | cookie_monster.h | 498 void FindCookiesForHostAndDomain(const GURL& url,
|