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

  /external/webkit/Source/WebKit/chromium/public/
WebCache.h 44 size_t maxDeadCapacity;
70 size_t maxDeadCapacity,
  /external/webkit/Source/WebKit/chromium/src/
WebCache.cpp 57 size_t minDeadCapacity, size_t maxDeadCapacity, size_t capacity)
62 static_cast<unsigned int>(maxDeadCapacity),
82 result->maxDeadCapacity = cache->m_maxDeadCapacity;
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 132 entry->second.maxDeadCapacity = stats.maxDeadCapacity;
176 stats->maxDeadCapacity += elmt->second.maxDeadCapacity;
web_cache_manager_unittest.cc 201 expected_stats.maxDeadCapacity += kStats2.maxDeadCapacity;
  /external/chromium/chrome/common/
render_messages.h 122 IPC_STRUCT_TRAITS_MEMBER(maxDeadCapacity)
  /external/webkit/Source/WebKit/wx/
WebView.h 77 void SetMaxDeadCapacity(unsigned maxDeadCapacity) { m_maxDeadCapacity = maxDeadCapacity; }

Completed in 721 milliseconds