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

/packages/apps/Browser/src/com/android/browser/
H A DWebStorageSizeManager.java218 * @param quotaUpdater The callback to run when a decision to allow or
223 long totalUsedQuota, WebStorage.QuotaUpdater quotaUpdater) {
250 quotaUpdater.updateQuota(currentQuota);
294 quotaUpdater.updateQuota(newOriginQuota);
307 * @param quotaUpdater A callback to inform the WebCore thread that a new
312 WebStorage.QuotaUpdater quotaUpdater) {
332 quotaUpdater.updateQuota(0);
340 quotaUpdater.updateQuota(mAppCacheMaxSize);
221 onExceededDatabaseQuota(String url, String databaseIdentifier, long currentQuota, long estimatedSize, long totalUsedQuota, WebStorage.QuotaUpdater quotaUpdater) argument
311 onReachedMaxAppCacheSize(long spaceNeeded, long totalUsedQuota, WebStorage.QuotaUpdater quotaUpdater) argument
/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebChromeClient.java136 WebStorage.QuotaUpdater quotaUpdater) {
138 estimatedSize, totalUsedQuota, quotaUpdater);
144 WebStorage.QuotaUpdater quotaUpdater) {
145 mWrappedClient.onReachedMaxAppCacheSize(spaceNeeded, totalUsedQuota, quotaUpdater);
134 onExceededDatabaseQuota(String url, String databaseIdentifier, long currentQuota, long estimatedSize, long totalUsedQuota, WebStorage.QuotaUpdater quotaUpdater) argument
143 onReachedMaxAppCacheSize(long spaceNeeded, long totalUsedQuota, WebStorage.QuotaUpdater quotaUpdater) argument

Completed in 34 milliseconds