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

  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter.h 114 void GarbageCollect(const base::Time& current_time);
evicted_domain_cookie_counter.cc 128 void EvictedDomainCookieCounter::GarbageCollect(const Time& current_time) {
186 GarbageCollect(current_time);
  /external/chromium_org/content/browser/
storage_partition_impl_map.h 43 // fully clean the on-disk storage requiring a call to GarbageCollect() on
53 void GarbageCollect(scoped_ptr<base::hash_set<base::FilePath> > active_paths,
browser_context.cc 110 GetStoragePartitionMap(browser_context)->GarbageCollect(
storage_partition_impl_map.cc 524 void StoragePartitionImplMap::GarbageCollect(
  /external/chromium/net/base/
cookie_monster.h 430 int GarbageCollect(const base::Time& current, const std::string& key);
432 // Helper for GarbageCollect(); can be called directly as well. Deletes
441 // Helper for GarbageCollect(). Deletes all cookies in the list
    [all...]
cookie_monster.cc 578 // exceeded them) the way that calling GarbageCollect() would.
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster.h 553 int GarbageCollect(const base::Time& current, const std::string& key);
555 // Helper for GarbageCollect(); can be called directly as well. Deletes
564 // Helper for GarbageCollect(). Deletes all cookies in the range specified by
    [all...]
cookie_monster.cc     [all...]

Completed in 413 milliseconds