Searched refs:AttemptTactic (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/web_cache/browser/
H A Dweb_cache_manager.cc228 bool WebCacheManager::AttemptTactic( function in class:web_cache::WebCacheManager
383 AttemptTactic(KEEP_CURRENT_WITH_HEADROOM, active,
387 AttemptTactic(KEEP_CURRENT_WITH_HEADROOM, active,
392 AttemptTactic(KEEP_LIVE_WITH_HEADROOM, active,
396 AttemptTactic(KEEP_LIVE, active, DIVIDE_EVENLY, inactive, &strategy) ||
399 AttemptTactic(DIVIDE_EVENLY, active, DIVIDE_EVENLY, inactive,
H A Dweb_cache_manager.h184 bool AttemptTactic(AllocationTactic active_tactic,
H A Dweb_cache_manager_unittest.cc62 static bool AttemptTactic(WebCacheManager* h, function in class:web_cache::WebCacheManagerTest
68 return h->AttemptTactic(
238 EXPECT_FALSE(AttemptTactic(manager(),
246 EXPECT_TRUE(AttemptTactic(manager(),

Completed in 166 milliseconds