Home
last modified time | relevance | path

Searched refs:InternalDeleteCookie (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/base/
Dcookie_monster.cc634 InternalDeleteCookie(curit, sync_to_store, in DeleteAll()
657 InternalDeleteCookie(curit, sync_to_store, DELETE_COOKIE_EXPLICIT); in DeleteAllCreatedBetween()
695 InternalDeleteCookie(curit, true, DELETE_COOKIE_EXPLICIT); in DeleteAllForHost()
709 InternalDeleteCookie(its.first, true, DELETE_COOKIE_EXPLICIT); in DeleteCanonicalCookie()
833 InternalDeleteCookie(curit, true, DELETE_COOKIE_EXPLICIT); in DeleteCookie()
1013 InternalDeleteCookie(*dupes_it, true /*sync_to_store*/, in TrimDuplicateCookiesForKey()
1106 InternalDeleteCookie(curit, true, DELETE_COOKIE_EXPIRED); in FindCookiesForKey()
1157 InternalDeleteCookie(curit, true, already_expired ? in DeleteAnyEquivalentCookie()
1286 void CookieMonster::InternalDeleteCookie(CookieMap::iterator it, in InternalDeleteCookie() function in net::CookieMonster
1415 InternalDeleteCookie(curit, true, DELETE_COOKIE_EXPIRED); in GarbageCollectExpired()
[all …]
Dcookie_monster.h421 void InternalDeleteCookie(CookieMap::iterator it, bool sync_to_store,