OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEEP_LIVE
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc
200
return 3 * GetSize(
KEEP_LIVE
, stats) / 2;
201
case
KEEP_LIVE
:
365
KEEP_LIVE
, inactive, &strategy) ||
373
AttemptTactic(
KEEP_LIVE
, active, DIVIDE_EVENLY, inactive, &strategy) ||
web_cache_manager.h
133
KEEP_LIVE
,
web_cache_manager_unittest.cc
88
KEEP_LIVE
= WebCacheManager::
KEEP_LIVE
,
217
EXPECT_EQ(256 * 1024u, GetSize(
KEEP_LIVE
, kStats));
246
KEEP_LIVE
,
Completed in 773 milliseconds