HomeSort by relevance Sort by last modified time
    Searched refs:AllocationStrategy (Results 1 - 6 of 6) 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();
web_cache_manager.cc 215 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/
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();
web_cache_manager.cc 243 AllocationStrategy* strategy) {
282 AllocationStrategy* strategy) {
308 void WebCacheManager::EnactStrategy(const AllocationStrategy& strategy) {
310 AllocationStrategy::const_iterator allocation = strategy.begin();
387 AllocationStrategy strategy;

Completed in 69 milliseconds