Searched refs:Evict (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter_unittest.cc78 void Evict(net::CanonicalCookie* cookie);
175 void EvictedDomainCookieCounterTest::Evict(net::CanonicalCookie* cookie) { function in class:chrome_browser_net::__anon4334::EvictedDomainCookieCounterTest
215 Evict(cookies_[i]);
231 // Evict cookies at t = [1,3,6,10,15,21].
234 Evict(cookies_[i]);
278 // Evict cookies at t = [1,3,6,10,15,21].
281 Evict(cookies_[i]);
302 // Evict cookies at t = [1,3,6,10].
305 Evict(cookies_[i]);
309 Evict(cookies
[all...]
/external/chromium_org/android_webview/browser/
H A Dglobal_tile_manager.h62 size_t Evict(size_t desired_num_tiles, Key key);
H A Dglobal_tile_manager.cc40 size_t GlobalTileManager::Evict(size_t desired_num_tiles, Key key) { function in class:android_webview::GlobalTileManager
98 Evict(new_total_allocated_tiles - num_tiles_limit_, key);
/external/chromium_org/net/base/
H A Dexpiring_cache.h132 Evict(it, now, true);
182 Evict(it++, now, false);
194 Evict(it++, now, false);
198 void Evict(typename EntryMap::iterator it, function in class:net::ExpiringCache
H A Dprioritized_dispatcher_unittest.cc381 TEST_F(PrioritizedDispatcherTest, Evict) {
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dtable_cache.h47 // Evict any entry for the specified file number
48 void Evict(uint64_t file_number);
H A Dtable_cache.cc121 void TableCache::Evict(uint64_t file_number) { function in class:leveldb::TableCache
H A Ddb_impl.cc263 table_cache_->Evict(number);
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_cache_unittest.cc77 void Evict(const std::string& program_hash) { function in class:gpu::gles2::NoBackendProgramCache
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));
H A Dprogram_cache.h101 void Evict(const std::string& program_hash);
H A Dprogram_cache.cc83 void ProgramCache::Evict(const std::string& program_hash) { function in class:gpu::gles2::ProgramCache
H A Dmemory_program_cache.cc226 // Evict any cached program with the same key in favor of the least recently
366 program_cache_->Evict(program_hash_);
/external/chromium_org/net/spdy/
H A Dhpack_header_table.h106 void Evict(size_t count);
H A Dhpack_header_table.cc114 Evict(EvictionCountToReclaim(size_ - max_size_));
156 void HpackHeaderTable::Evict(size_t count) { function in class:net::HpackHeaderTable
169 Evict(EvictionCountForEntry(name, value));
H A Dhpack_header_table_test.cc61 void Evict(size_t count) { function in class:net::test::HpackHeaderTablePeer
62 return table_->Evict(count);
188 // Evict |entry|. Table counts are again updated appropriately.
189 peer_.Evict(1);
252 // Evict |entry1|. Queries for its name & value now return the static entry.
254 peer_.Evict(1);
261 // Evict |entry2|. Queries by its name & value are not found.
262 peer_.Evict(1);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.cc65 void ProfileData::Evict(const Entry& entry) { function in class:ProfileData
174 Evict(bucket->entry[a]);
249 Evict(bucket->entry[a]);
300 // Evict entry with smallest count
309 Evict(*e);
H A Dprofiledata.h175 void Evict(const Entry& entry);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiledata.cc65 void ProfileData::Evict(const Entry& entry) { function in class:ProfileData
174 Evict(bucket->entry[a]);
249 Evict(bucket->entry[a]);
300 // Evict entry with smallest count
309 Evict(*e);
H A Dprofiledata.h175 void Evict(const Entry& entry);

Completed in 223 milliseconds