Home
last modified time | relevance | path

Searched refs:currentQuota (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/storage/
DSQLTransactionClient.cpp57 …unsigned long long currentQuota = DatabaseTracker::tracker().quotaForOrigin(database->securityOrig… in didExceedQuota() local
60 return (newQuota > currentQuota); in didExceedQuota()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp387 unsigned long long currentQuota = 0; in exceededDatabaseQuota() local
389 currentQuota = tracker.quotaForOrigin(origin); in exceededDatabaseQuota()
397 …iew())->exceededDatabaseQuota(frame->document()->documentURI(), name, currentQuota, estimatedSize)… in exceededDatabaseQuota()
407 m_newQuota = currentQuota; in exceededDatabaseQuota()
410 if (m_newQuota < currentQuota) in exceededDatabaseQuota()
411 m_newQuota = currentQuota; in exceededDatabaseQuota()
417 if (m_newQuota == currentQuota && !m_triedToReclaimDBQuota) { in exceededDatabaseQuota()
/external/webkit/Source/WebKit2/UIProcess/
DWebUIClient.cpp279 …& databaseName, const String& databaseDisplayName, unsigned long long currentQuota, unsigned long … in exceededDatabaseQuota() argument
282 return currentQuota; in exceededDatabaseQuota()
284 …igin), toAPI(databaseName.impl()), toAPI(databaseDisplayName.impl()), currentQuota, currentUsage, … in exceededDatabaseQuota()
DWebUIClient.h92 …& databaseName, const String& databaseDisplayName, unsigned long long currentQuota, unsigned long …
DWebPageProxy.messages.in176 …, WTF::String databaseName, WTF::String databaseDisplayName, uint64_t currentQuota, uint64_t curre…
DWebPageProxy.h573 …fier, const String& databaseName, const String& displayName, uint64_t currentQuota, uint64_t curre…
DWebPageProxy.cpp2871 …fier, const String& databaseName, const String& displayName, uint64_t currentQuota, uint64_t curre… in exceededDatabaseQuota() argument
2878 …edDatabaseQuota(this, frame, origin.get(), databaseName, displayName, currentQuota, currentUsage, … in exceededDatabaseQuota()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebChromeClient.cpp499 uint64_t currentQuota = DatabaseTracker::tracker().quotaForOrigin(origin); in exceededDatabaseQuota() local
502 …), origin->databaseIdentifier(), databaseName, details.displayName(), currentQuota, details.curren… in exceededDatabaseQuota()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h245 const unsigned long long currentQuota,
DWebViewCore.cpp3468 … url, const WTF::String& databaseIdentifier, const unsigned long long currentQuota, unsigned long … in exceededDatabaseQuota() argument
3479 jDatabaseIdentifierStr, currentQuota, estimatedSize); in exceededDatabaseQuota()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.h176 …WKStringRef databaseName, WKStringRef displayName, unsigned long long currentQuota, unsigned long …