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

  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp 81 unsigned cacheTotalCapacity = 0;
90 cacheTotalCapacity, cacheMinDeadCapacity, cacheMaxDeadCapacity, deadDecodedDataDeletionInterval,
93 memoryCache()->setCapacities(cacheMinDeadCapacity, cacheMaxDeadCapacity, cacheTotalCapacity);
  /external/webkit/Source/WebKit/win/
WebView.cpp 456 unsigned cacheTotalCapacity = 0;
473 cacheTotalCapacity = 96 * 1024 * 1024;
475 cacheTotalCapacity = 64 * 1024 * 1024;
477 cacheTotalCapacity = 32 * 1024 * 1024;
479 cacheTotalCapacity = 16 * 1024 * 1024;
505 cacheTotalCapacity = 96 * 1024 * 1024;
507 cacheTotalCapacity = 64 * 1024 * 1024;
509 cacheTotalCapacity = 32 * 1024 * 1024;
511 cacheTotalCapacity = 16 * 1024 * 1024;
513 cacheMinDeadCapacity = cacheTotalCapacity / 8
    [all...]

Completed in 48 milliseconds