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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 424 m_newQuota = currentQuota;
427 if (m_newQuota < currentQuota)
428 m_newQuota = currentQuota;
434 if (m_newQuota == currentQuota && !m_triedToReclaimDBQuota) {
448 tracker.setQuota(origin, m_newQuota);
497 if (m_newQuota > 0) {
498 WebCore::cacheStorage().setMaximumSize(m_newQuota);
565 m_newQuota = newQuota < 0 ? 0 : newQuota;
ChromeClientAndroid.h 213 unsigned long long m_newQuota;

Completed in 30 milliseconds