Searched defs:cacheMaxDead (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKit/qt/Api/
H A Dqwebsettings.cpp689 \a cacheMaxDead is the \e maximum number of bytes that dead objects should
698 void QWebSettings::setObjectCacheCapacities(int cacheMinDeadCapacity, int cacheMaxDead, int totalCapacity) argument
700 bool disableCache = !cacheMinDeadCapacity && !cacheMaxDead && !totalCapacity;
704 qMax(0, cacheMaxDead),

Completed in 29 milliseconds