/external/webkit/Source/WebCore/storage/ |
SQLTransactionClient.cpp | 57 unsigned long long currentQuota = DatabaseTracker::tracker().quotaForOrigin(database->securityOrigin()); 60 return (newQuota > currentQuota);
|
/packages/apps/Browser/src/com/android/browser/ |
WebStorageSizeManager.java | 213 * @param currentQuota the current quota for the origin. 222 String databaseIdentifier, long currentQuota, long estimatedSize, 231 + currentQuota 250 quotaUpdater.updateQuota(currentQuota); 258 long newOriginQuota = currentQuota; 290 newOriginQuota = currentQuota;
|
Tab.java | [all...] |
/frameworks/base/core/java/android/webkit/ |
WebChromeClient.java | 217 * @param currentQuota The current quota for the origin. 225 long currentQuota, long estimatedSize, long totalUsedQuota, 229 quotaUpdater.updateQuota(currentQuota);
|
CallbackProxy.java | 464 long currentQuota = 465 ((Long) map.get("currentQuota")).longValue(); 474 databaseIdentifier, currentQuota, estimatedSize, [all...] |
WebViewCore.java | 370 * @param currentQuota The current quota for the origin. 375 long currentQuota, 382 currentQuota, estimatedSize, getUsedQuota(), [all...] |
/packages/apps/Browser/tests/src/com/android/browser/ |
TestWebChromeClient.java | 135 long currentQuota, long estimatedSize, long totalUsedQuota, 137 mWrappedClient.onExceededDatabaseQuota(url, databaseIdentifier, currentQuota,
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.cpp | 387 unsigned long long currentQuota = 0; 389 currentQuota = tracker.quotaForOrigin(origin); 397 if (android::WebViewCore::getWebViewCore(frame->view())->exceededDatabaseQuota(frame->document()->documentURI(), name, currentQuota, estimatedSize)) { 407 m_newQuota = currentQuota; 410 if (m_newQuota < currentQuota) 411 m_newQuota = currentQuota; 417 if (m_newQuota == currentQuota && !m_triedToReclaimDBQuota) {
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebUIClient.h | 92 unsigned long long exceededDatabaseQuota(WebPageProxy*, WebFrameProxy*, WebSecurityOrigin*, const String& databaseName, const String& databaseDisplayName, unsigned long long currentQuota, unsigned long long currentUsage, unsigned long long expectedUsage);
|
WebUIClient.cpp | 279 unsigned long long WebUIClient::exceededDatabaseQuota(WebPageProxy* page, WebFrameProxy* frame, WebSecurityOrigin* origin, const String& databaseName, const String& databaseDisplayName, unsigned long long currentQuota, unsigned long long currentUsage, unsigned long long expectedUsage) 282 return currentQuota; 284 return m_client.exceededDatabaseQuota(toAPI(page), toAPI(frame), toAPI(origin), toAPI(databaseName.impl()), toAPI(databaseDisplayName.impl()), currentQuota, currentUsage, expectedUsage, m_client.clientInfo);
|
WebPageProxy.h | 573 void exceededDatabaseQuota(uint64_t frameID, const String& originIdentifier, const String& databaseName, const String& displayName, uint64_t currentQuota, uint64_t currentUsage, uint64_t expectedUsage, uint64_t& newQuota); [all...] |
WebPageProxy.cpp | [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebChromeClient.cpp | 499 uint64_t currentQuota = DatabaseTracker::tracker().quotaForOrigin(origin); 502 Messages::WebPageProxy::ExceededDatabaseQuota(webFrame->frameID(), origin->databaseIdentifier(), databaseName, details.displayName(), currentQuota, details.currentUsage(), details.expectedUsage()),
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
LayoutTestsExecutor.java | 193 long currentQuota, long estimatedSize, long totalUsedQuota, 201 quotaUpdater.updateQuota(currentQuota + 5 * 1024 * 1024);
|
/external/webkit/Source/WebKit/android/jni/ |
WebViewCore.h | 239 * @param currentQuota The current quota for the origin 245 const unsigned long long currentQuota,
|
WebViewCore.cpp | [all...] |
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
TestShellActivity.java | 699 String databaseIdentifier, long currentQuota, 729 callback.updateQuota(currentQuota + 1024 * 1024 * 5); [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKPage.h | 176 typedef unsigned long long (*WKPageExceededDatabaseQuotaCallback)(WKPageRef page, WKFrameRef frame, WKSecurityOriginRef origin, WKStringRef databaseName, WKStringRef displayName, unsigned long long currentQuota, unsigned long long currentUsage, unsigned long long expectedUsage, const void *clientInfo);
|
/prebuilt/sdk/5/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |
/prebuilt/sdk/11/ |
android.jar | |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/8/ |
android.jar | |
/prebuilt/sdk/9/ |
android.jar | |