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

  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 189 case DIVIDE_EVENLY:
370 DIVIDE_EVENLY, inactive, &strategy) ||
373 AttemptTactic(KEEP_LIVE, active, DIVIDE_EVENLY, inactive, &strategy) ||
376 AttemptTactic(DIVIDE_EVENLY, active, DIVIDE_EVENLY, inactive,
381 // DIVIDE_EVENLY / DIVIDE_EVENLY should always succeed.
web_cache_manager.h 118 DIVIDE_EVENLY,
web_cache_manager_unittest.cc 84 DIVIDE_EVENLY = WebCacheManager::DIVIDE_EVENLY,
213 EXPECT_EQ(0U, GetSize(DIVIDE_EVENLY, kStats));
  /external/chromium_org/chrome/browser/renderer_host/
web_cache_manager.cc 221 case DIVIDE_EVENLY:
408 DIVIDE_EVENLY, inactive, &strategy) ||
411 AttemptTactic(KEEP_LIVE, active, DIVIDE_EVENLY, inactive, &strategy) ||
414 AttemptTactic(DIVIDE_EVENLY, active, DIVIDE_EVENLY, inactive,
419 // DIVIDE_EVENLY / DIVIDE_EVENLY should always succeed.
web_cache_manager.h 129 DIVIDE_EVENLY,
web_cache_manager_unittest.cc 85 DIVIDE_EVENLY = WebCacheManager::DIVIDE_EVENLY,
214 EXPECT_EQ(0U, GetSize(DIVIDE_EVENLY, kStats));

Completed in 182 milliseconds