HomeSort by relevance Sort by last modified time
    Searched defs:AllocationStrategy (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.h 92 typedef std::list<Allocation> AllocationStrategy;
160 AllocationStrategy* strategy);
168 AllocationStrategy* strategy);
172 void EnactStrategy(const AllocationStrategy& strategy);
web_cache_manager_unittest.cc 20 typedef WebCacheManager::AllocationStrategy AllocationStrategy;
233 AllocationStrategy strategy;
251 AllocationStrategy::iterator iter = strategy.begin();
279 AllocationStrategy strategy;
289 AllocationStrategy::iterator iter = strategy.begin();
  /external/chromium_org/chrome/browser/renderer_host/
web_cache_manager.h 103 typedef std::list<Allocation> AllocationStrategy;
171 AllocationStrategy* strategy);
179 AllocationStrategy* strategy);
183 void EnactStrategy(const AllocationStrategy& strategy);
web_cache_manager_unittest.cc 21 typedef WebCacheManager::AllocationStrategy AllocationStrategy;
234 AllocationStrategy strategy;
252 AllocationStrategy::iterator iter = strategy.begin();
280 AllocationStrategy strategy;
290 AllocationStrategy::iterator iter = strategy.begin();

Completed in 5189 milliseconds