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

/frameworks/base/core/java/android/webkit/
H A DWebStorage.java41 * Encapsulates a callback function which is used to provide a new quota
51 * Provides a new quota, specified in bytes.
53 * @param newQuota the new quota, in bytes
71 protected Origin(String origin, long quota, long usage) { argument
73 mQuota = quota;
92 * Gets the quota for this origin, for the Web SQL Database API, in
94 * quota will be set to zero.
96 * @return the quota, in bytes
148 * Gets the storage quota for the Web SQL Database API for the given origin.
149 * The quota i
166 setQuotaForOrigin(String origin, long quota) argument
[all...]
H A DWebChromeClient.java229 * Tell the client that the quota has been exceeded for the Web SQL Database
230 * API for a particular origin and request a new quota. The client must
234 * minimum value that can be set for the new quota is the current quota. The
235 * default implementation responds with the current quota, so the quota will
238 * @param databaseIdentifier The identifier of the database where the quota
240 * @param quota The quota for the origin, in bytes
243 * @param totalQuota The total quota fo
250 onExceededDatabaseQuota(String url, String databaseIdentifier, long quota, long estimatedDatabaseSize, long totalQuota, WebStorage.QuotaUpdater quotaUpdater) argument
276 onReachedMaxAppCacheSize(long requiredStorage, long quota, WebStorage.QuotaUpdater quotaUpdater) argument
[all...]

Completed in 107 milliseconds