HomeSort by relevance Sort by last modified time
    Searched refs:AttemptTactic (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 210 bool WebCacheManager::AttemptTactic(
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,
web_cache_manager.h 156 bool AttemptTactic(AllocationTactic active_tactic,
web_cache_manager_unittest.cc 59 static bool AttemptTactic(WebCacheManager* h,
65 return h->AttemptTactic(
235 EXPECT_FALSE(AttemptTactic(manager(),
243 EXPECT_TRUE(AttemptTactic(manager(),

Completed in 178 milliseconds