OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationTactic
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/renderer_host/
web_cache_manager.h
115
enum
AllocationTactic
{
146
static size_t GetSize(
AllocationTactic
tactic,
156
bool AttemptTactic(
AllocationTactic
active_tactic,
158
AllocationTactic
inactive_tactic,
166
AllocationTactic
tactic,
web_cache_manager.cc
186
size_t WebCacheManager::GetSize(
AllocationTactic
tactic,
211
AllocationTactic
active_tactic,
213
AllocationTactic
inactive_tactic,
252
AllocationTactic
tactic,
web_cache_manager_unittest.cc
57
static_cast<WebCacheManager::
AllocationTactic
>(tactic), stats);
66
static_cast<WebCacheManager::
AllocationTactic
>(active_tactic),
68
static_cast<WebCacheManager::
AllocationTactic
>(inactive_tactic),
78
static_cast<WebCacheManager::
AllocationTactic
>(tactic),
Completed in 43 milliseconds