Searched refs:GarbageCollect (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.h44 // fully clean the on-disk storage requiring a call to GarbageCollect() on
54 void GarbageCollect(scoped_ptr<base::hash_set<base::FilePath> > active_paths,
61 FRIEND_TEST_ALL_PREFIXES(StoragePartitionImplMapTest, GarbageCollect);
H A Dstorage_partition_impl_map_unittest.cc64 TEST(StoragePartitionImplMapTest, GarbageCollect) {
84 storage_partition_impl_map.GarbageCollect(
H A Dbrowser_context.cc103 GetStoragePartitionMap(browser_context)->GarbageCollect(
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.h129 void GarbageCollect();
H A Dinstall_verifier.cc226 GarbageCollect();
505 void InstallVerifier::GarbageCollect() { function in class:extensions::InstallVerifier
/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter.h115 void GarbageCollect(const base::Time& current_time);
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/net/cookies/
H A Dcookie_monster.h579 int GarbageCollect(const base::Time& current, const std::string& key);
581 // Helper for GarbageCollect(); can be called directly as well. Deletes
590 // Helper for GarbageCollect(). Deletes all cookies in the range specified by
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 2985 milliseconds