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

  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter_unittest.cc 78 void Evict(net::CanonicalCookie* cookie);
175 void EvictedDomainCookieCounterTest::Evict(net::CanonicalCookie* cookie) {
213 Evict(cookies_[i]);
220 // Basic flow: add cookies, evict, then reinstate.
229 // Evict cookies at t = [1,3,6,10,15,21].
232 Evict(cookies_[i]);
276 // Evict cookies at t = [1,3,6,10,15,21].
279 Evict(cookies_[i]);
300 // Evict cookies at t = [1,3,6,10].
303 Evict(cookies_[i])
    [all...]
  /external/chromium_org/net/base/
expiring_cache.h 132 Evict(it, now, true);
182 Evict(it++, now, false);
194 Evict(it++, now, false);
198 void Evict(typename EntryMap::iterator it,
prioritized_dispatcher_unittest.cc 381 TEST_F(PrioritizedDispatcherTest, Evict) {
  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.h 47 // Evict any entry for the specified file number
48 void Evict(uint64_t file_number);
table_cache.cc 121 void TableCache::Evict(uint64_t file_number) {
db_impl.cc 263 table_cache_->Evict(number);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.h 175 void Evict(const Entry& entry);
profiledata.cc 65 void ProfileData::Evict(const Entry& entry) {
174 Evict(bucket->entry[a]);
249 Evict(bucket->entry[a]);
300 // Evict entry with smallest count
309 Evict(*e);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 175 void Evict(const Entry& entry);
profiledata.cc 65 void ProfileData::Evict(const Entry& entry) {
174 Evict(bucket->entry[a]);
249 Evict(bucket->entry[a]);
300 // Evict entry with smallest count
309 Evict(*e);
  /external/chromium_org/gpu/command_buffer/service/
program_cache_unittest.cc 77 void Evict(const std::string& program_hash) {
78 ProgramCache::Evict(program_hash);
145 cache_->Evict(std::string(sha, ProgramCache::kHashLength));
169 cache_->Evict(std::string(sha, ProgramCache::kHashLength));
180 cache_->Evict(std::string(sha, ProgramCache::kHashLength));
program_cache.h 101 void Evict(const std::string& program_hash);
program_cache.cc 83 void ProgramCache::Evict(const std::string& program_hash) {
memory_program_cache.cc 226 // Evict any cached program with the same key in favor of the least recently
366 program_cache_->Evict(program_hash_);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_view.js 491 // Evict the LRU item before we allocate the new canvas to avoid unneeded
    [all...]

Completed in 749 milliseconds