HomeSort by relevance Sort by last modified time
    Searched refs:GarbageCollect (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/browser/
storage_partition_impl_map.h 44 // 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);
storage_partition_impl_map_unittest.cc 64 TEST(StoragePartitionImplMapTest, GarbageCollect) {
84 storage_partition_impl_map.GarbageCollect(
browser_context.cc 103 GetStoragePartitionMap(browser_context)->GarbageCollect(
storage_partition_impl_map.cc 521 void StoragePartitionImplMap::GarbageCollect(
  /external/chromium_org/chrome/browser/extensions/
install_verifier.h 129 void GarbageCollect();
install_verifier.cc 226 GarbageCollect();
505 void InstallVerifier::GarbageCollect() {
  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter.h 115 void GarbageCollect(const base::Time& current_time);
evicted_domain_cookie_counter.cc 133 void EvictedDomainCookieCounter::GarbageCollect(const Time& current_time) {
191 GarbageCollect(current_time);
  /external/chromium_org/net/cookies/
cookie_monster.h 579 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
    [all...]
cookie_monster.cc     [all...]

Completed in 150 milliseconds