Home | History | Annotate | Download | only in Api

Lines Matching refs:cacheMinDeadCapacity

686    The \a cacheMinDeadCapacity specifies the \e minimum number of bytes that
698 void QWebSettings::setObjectCacheCapacities(int cacheMinDeadCapacity, int cacheMaxDead, int totalCapacity)
700 bool disableCache = !cacheMinDeadCapacity && !cacheMaxDead && !totalCapacity;
703 WebCore::cache()->setCapacities(qMax(0, cacheMinDeadCapacity),