Home
last modified time | relevance | path

Searched refs:AllocationStrategy (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Dweb_cache_manager.h92 typedef std::list<Allocation> AllocationStrategy; typedef
160 AllocationStrategy* strategy);
168 AllocationStrategy* strategy);
172 void EnactStrategy(const AllocationStrategy& strategy);
Dweb_cache_manager_unittest.cc20 typedef WebCacheManager::AllocationStrategy AllocationStrategy; typedef in WebCacheManagerTest
233 AllocationStrategy strategy; in TEST_F()
251 AllocationStrategy::iterator iter = strategy.begin(); in TEST_F()
279 AllocationStrategy strategy; in TEST_F()
289 AllocationStrategy::iterator iter = strategy.begin(); in TEST_F()
Dweb_cache_manager.cc215 AllocationStrategy* strategy) { in AttemptTactic()
254 AllocationStrategy* strategy) { in AddToStrategy()
280 void WebCacheManager::EnactStrategy(const AllocationStrategy& strategy) { in EnactStrategy()
282 AllocationStrategy::const_iterator allocation = strategy.begin(); in EnactStrategy()
357 AllocationStrategy strategy; in ReviseAllocationStrategy()