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

/frameworks/base/core/java/android/webkit/
H A DWebChromeClient.java205 * @param estimatedSize The estimated size of the database.
212 long currentQuota, long estimatedSize, long totalUsedQuota,
211 onExceededDatabaseQuota(String url, String databaseIdentifier, long currentQuota, long estimatedSize, long totalUsedQuota, WebStorage.QuotaUpdater quotaUpdater) argument
H A DCallbackProxy.java450 long estimatedSize =
451 ((Long) map.get("estimatedSize")).longValue();
456 databaseIdentifier, currentQuota, estimatedSize,
1289 * @param estimatedSize The estimated size of the database.
1297 long estimatedSize, long totalUsedQuota,
1309 map.put("estimatedSize", estimatedSize);
1295 onExceededDatabaseQuota( String url, String databaseIdentifier, long currentQuota, long estimatedSize, long totalUsedQuota, WebStorage.QuotaUpdater quotaUpdater) argument
H A DWebViewCore.java317 * @param estimatedSize The estimated size of the database.
322 long estimatedSize) {
328 currentQuota, estimatedSize, getUsedQuota(),
319 exceededDatabaseQuota(String url, String databaseIdentifier, long currentQuota, long estimatedSize) argument

Completed in 558 milliseconds