OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocationStrategy
(Results
1 - 2
of
2
) 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();
Completed in 19 milliseconds