Searched refs:AllocationStrategy (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
H A Dweb_cache_manager.h92 typedef std::list<Allocation> AllocationStrategy; typedef in class:WebCacheManager
160 AllocationStrategy* strategy);
168 AllocationStrategy* strategy);
172 void EnactStrategy(const AllocationStrategy& strategy);
H A Dweb_cache_manager_unittest.cc20 typedef WebCacheManager::AllocationStrategy AllocationStrategy; typedef in class:WebCacheManagerTest
233 AllocationStrategy strategy;
251 AllocationStrategy::iterator iter = strategy.begin();
279 AllocationStrategy strategy;
289 AllocationStrategy::iterator iter = strategy.begin();
H A Dweb_cache_manager.cc215 AllocationStrategy* strategy) {
254 AllocationStrategy* strategy) {
280 void WebCacheManager::EnactStrategy(const AllocationStrategy& strategy) {
282 AllocationStrategy::const_iterator allocation = strategy.begin();
357 AllocationStrategy strategy;
/external/chromium_org/chrome/browser/renderer_host/
H A Dweb_cache_manager.h103 typedef std::list<Allocation> AllocationStrategy; typedef in class:WebCacheManager
171 AllocationStrategy* strategy);
179 AllocationStrategy* strategy);
183 void EnactStrategy(const AllocationStrategy& strategy);
H A Dweb_cache_manager_unittest.cc21 typedef WebCacheManager::AllocationStrategy AllocationStrategy; typedef in class:WebCacheManagerTest
234 AllocationStrategy strategy;
252 AllocationStrategy::iterator iter = strategy.begin();
280 AllocationStrategy strategy;
290 AllocationStrategy::iterator iter = strategy.begin();
H A Dweb_cache_manager.cc243 AllocationStrategy* strategy) {
282 AllocationStrategy* strategy) {
308 void WebCacheManager::EnactStrategy(const AllocationStrategy& strategy) {
310 AllocationStrategy::const_iterator allocation = strategy.begin();
387 AllocationStrategy strategy;

Completed in 352 milliseconds