Searched defs:GarbageCollect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter.cc133 void EvictedDomainCookieCounter::GarbageCollect(const Time& current_time) { function in class:chrome_browser_net::EvictedDomainCookieCounter
191 GarbageCollect(current_time);
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.cc521 void StoragePartitionImplMap::GarbageCollect( function in class:content::StoragePartitionImplMap
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_verifier.cc226 GarbageCollect();
505 void InstallVerifier::GarbageCollect() { function in class:extensions::InstallVerifier
/external/chromium_org/net/cookies/
H A Dcookie_monster.cc1128 // exceeded them) the way that calling GarbageCollect() would.
1844 GarbageCollect(creation_time, key);
1904 int CookieMonster::GarbageCollect(const Time& current, function in class:net::CookieMonster
1914 VLOG(kVlogGarbageCollection) << "GarbageCollect() key: " << key;
1989 VLOG(kVlogGarbageCollection) << "GarbageCollect() everything";

Completed in 434 milliseconds