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

/packages/apps/Browser/src/com/android/browser/
H A DWebStorageSizeManager.java214 * @param estimatedSize the estimated size of a new database, or 0 if
222 String databaseIdentifier, long currentQuota, long estimatedSize,
261 // If we cannot satisfy the estimatedSize, we should return 0 as
264 if (totalUnusedQuota >= estimatedSize) {
265 newOriginQuota = estimatedSize;
270 " estimatedSize for the new database " +
271 " (estimatedSize: " + estimatedSize +
281 // Increase the quota. If estimatedSize == 0, then this is a quota overflow
283 long quotaIncrease = estimatedSize
221 onExceededDatabaseQuota(String url, String databaseIdentifier, long currentQuota, long estimatedSize, long totalUsedQuota, WebStorage.QuotaUpdater quotaUpdater) argument
[all...]
/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebChromeClient.java135 long currentQuota, long estimatedSize, long totalUsedQuota,
138 estimatedSize, totalUsedQuota, quotaUpdater);
134 onExceededDatabaseQuota(String url, String databaseIdentifier, long currentQuota, long estimatedSize, long totalUsedQuota, WebStorage.QuotaUpdater quotaUpdater) argument

Completed in 48 milliseconds