Searched defs:AttemptTactic (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
H A Dweb_cache_manager.cc210 bool WebCacheManager::AttemptTactic( function in class:WebCacheManager
360 AttemptTactic(KEEP_CURRENT_WITH_HEADROOM, active,
364 AttemptTactic(KEEP_CURRENT_WITH_HEADROOM, active,
369 AttemptTactic(KEEP_LIVE_WITH_HEADROOM, active,
373 AttemptTactic(KEEP_LIVE, active, DIVIDE_EVENLY, inactive, &strategy) ||
376 AttemptTactic(DIVIDE_EVENLY, active, DIVIDE_EVENLY, inactive,
H A Dweb_cache_manager_unittest.cc59 static bool AttemptTactic(WebCacheManager* h, function in class:WebCacheManagerTest
65 return h->AttemptTactic(
235 EXPECT_FALSE(AttemptTactic(manager(),
243 EXPECT_TRUE(AttemptTactic(manager(),

Completed in 45 milliseconds