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,
1295 * @param estimatedSize The estimated size of the database.
1303 long estimatedSize, long totalUsedQuota,
1315 map.put("estimatedSize", estimatedSize);
1301 onExceededDatabaseQuota( String url, String databaseIdentifier, long currentQuota, long estimatedSize, long totalUsedQuota, WebStorage.QuotaUpdater quotaUpdater) argument
H A DWebViewCore.java325 * @param estimatedSize The estimated size of the database.
330 long estimatedSize) {
336 currentQuota, estimatedSize, getUsedQuota(),
327 exceededDatabaseQuota(String url, String databaseIdentifier, long currentQuota, long estimatedSize) argument

Completed in 59 milliseconds