HomeSort by relevance Sort by last modified time
    Searched refs:DIVIDE_EVENLY (Results 1 - 3 of 3) 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));

Completed in 156 milliseconds