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

  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 219 size_t inactive_size = GetSize(inactive_tactic, inactive_stats); local
222 if (global_size_limit_ < active_size + inactive_size)
226 size_t total_extra = global_size_limit_ - (active_size + inactive_size);
  /external/chromium_org/chrome/browser/renderer_host/
web_cache_manager.cc 251 size_t inactive_size = GetSize(inactive_tactic, inactive_stats); local
254 if (global_size_limit_ < active_size + inactive_size)
258 size_t total_extra = global_size_limit_ - (active_size + inactive_size);

Completed in 50 milliseconds