/external/chromium/chrome/browser/extensions/ |
extensions_quota_service.h | 10 // quota violations'. A heuristic is two functions: one mapping input 35 // use to help the service make decisions about quota violations. 43 // extension specified by |extension_id| results in a quota limit violation. 54 // amount of memory while tracking quota. Yes, this could mean an extension 62 // Our quota tracking state for extensions that have invoked quota limited 69 // For now, as soon as an extension violates quota, we don't allow it to 70 // make any more requests to quota limited functions. This provides a quick 80 // (represented by its Bucket) constitutes a quota violation. 94 // A Bucket is how the heuristic portrays an individual item (since quota [all...] |
extension_special_storage_policy.h | 14 #include "webkit/quota/special_storage_policy.h" 21 class ExtensionSpecialStoragePolicy : public quota::SpecialStoragePolicy {
|
/external/chromium_org/chrome/browser/resources/quota_internals/ |
event_handler.js | 168 * Root of the quota data tree, 262 * Event Handler for |cr.quota.onAvailableSpaceUpdated|. 276 * Event Handler for |cr.quota.onGlobalInfoUpdated|. 283 * Total storage usage of unlimited-quota origins. 284 * |quota|: 285 * Total quota of the storage. 287 * |usage|, |unlimitedUsage| and |quota| can be missing, 297 * quota: {?string} 310 * Event Handler for |cr.quota.onPerHostInfoUpdated|. 318 * |quota| [all...] |
/external/chromium_org/webkit/browser/quota/ |
quota_database.cc | 5 #include "webkit/browser/quota/quota_database.h" 18 #include "webkit/browser/quota/special_storage_policy.h" 20 namespace quota { namespace 51 " quota INTEGER DEFAULT 0," 93 quota(0) { 99 int64 quota) 102 quota(quota) { 142 const std::string& host, StorageType type, int64* quota) { 143 DCHECK(quota); [all...] |
quota_callbacks.h | 16 #include "webkit/common/quota/quota_status_code.h" 17 #include "webkit/common/quota/quota_types.h" 21 namespace quota { namespace 26 // Common callback types that are used throughout in the quota module. 29 typedef base::Callback<void(QuotaStatusCode status, int64 quota)> QuotaCallback; 127 } // namespace quota
|
mock_storage_client.h | 17 #include "webkit/browser/quota/quota_client.h" 19 namespace quota { namespace 93 } // namespace quota
|
quota_temporary_storage_evictor.h | 15 #include "webkit/common/quota/quota_types.h" 19 namespace quota { namespace 128 } // namespace quota
|
/frameworks/base/core/java/android/webkit/ |
WebChromeClient.java | 224 * Tell the client that the quota has been exceeded for the Web SQL Database 225 * API for a particular origin and request a new quota. The client must 229 * minimum value that can be set for the new quota is the current quota. The 230 * default implementation responds with the current quota, so the quota will 233 * @param databaseIdentifier The identifier of the database where the quota 235 * @param quota The quota for the origin, in bytes 238 * @param totalQuota The total quota for all origins, in byte [all...] |
/external/chromium_org/chrome/browser/extensions/api/storage/ |
sync_or_local_value_store_cache.cc | 28 const SettingsStorageQuotaEnforcer::Limits& quota, 43 factory, quota, observers, profile_path)); 74 // same way that writes from sync ignore quota). 98 const SettingsStorageQuotaEnforcer::Limits& quota, 114 quota, observers)); 118 quota, observers));
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_quota_client_unittest.cc | 22 #include "webkit/common/quota/quota_types.h" 32 const quota::StorageType kTemporary = quota::kStorageTypeTemporary; 33 const quota::StorageType kPersistent = quota::kStorageTypePersistent; 42 deletion_status_(quota::kQuotaStatusUnknown) { 56 quota::StorageType type; 66 quota::StorageType type) { 75 quota::StorageType type) { 82 quota::StorageType type) [all...] |
sandbox_quota_observer.cc | 12 #include "webkit/browser/quota/quota_client.h" 13 #include "webkit/browser/quota/quota_manager.h" 19 quota::QuotaManagerProxy* quota_manager_proxy, 44 quota::QuotaClient::kFileSystem, 86 quota::QuotaClient::kFileSystem, 98 quota::QuotaClient::kFileSystem,
|
sandbox_quota_observer.h | 23 namespace quota { namespace 41 quota::QuotaManagerProxy* quota_manager_proxy, 65 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_;
|
file_system_quota_util.h | 22 namespace quota { namespace 30 // An abstract interface that provides common quota-related utility functions 39 // to the quota manager via |proxy|. 42 quota::QuotaManagerProxy* proxy,
|
sandbox_file_system_test_helper.h | 18 #include "webkit/common/quota/quota_types.h" 24 namespace quota { namespace 51 quota::QuotaManagerProxy* quota_manager_proxy); 85 quota::StorageType storage_type() const {
|
/external/chromium_org/content/browser/appcache/ |
chrome_appcache_service.h | 14 #include "webkit/browser/quota/special_storage_policy.h" 46 explicit ChromeAppCacheService(quota::QuotaManagerProxy* proxy); 52 scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy);
|
/external/chromium_org/android_webview/browser/ |
aw_quota_permission_context.h | 19 quota::StorageType type,
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_quota_helper.h | 15 #include "webkit/common/quota/quota_types.h" 25 // Quota System. This class provides a way to get usage and quota information 37 // QuotaInfo contains host-based quota and usage information for persistent
|
/external/chromium_org/chrome/browser/ |
chrome_quota_permission_context.h | 18 quota::StorageType type,
|
/external/chromium_org/content/browser/fileapi/ |
file_system_browsertest.cc | 19 #include "webkit/browser/quota/quota_manager.h" 21 using quota::QuotaManager; 72 qm->SetTemporaryGlobalOverrideQuota(bytes, quota::QuotaCallback()); 73 // Don't return until the quota has been set.
|
/external/chromium_org/content/browser/renderer_host/ |
database_message_filter.h | 13 #include "webkit/common/quota/quota_types.h" 55 // Quota message handler (io thread) 59 quota::QuotaStatusCode status, 61 int64 quota);
|
/external/chromium_org/content/browser/worker_host/ |
worker_storage_partition.h | 10 namespace quota { namespace 48 quota::QuotaManager* quota_manager, 74 quota::QuotaManager* quota_manager() const { 96 scoped_refptr<quota::QuotaManager> quota_manager_;
|
/external/chromium_org/content/shell/ |
shell_quota_permission_context.h | 20 quota::StorageType type,
|
/external/chromium_org/third_party/WebKit/Source/modules/quota/ |
StorageQuota.cpp | 32 #include "modules/quota/StorageQuota.h" 36 #include "modules/quota/StorageErrorCallback.h" 37 #include "modules/quota/StorageUsageCallback.h" 38 #include "modules/quota/WebStorageQuotaCallbacksImpl.h"
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_context_impl.cc | 30 #include "webkit/browser/quota/quota_manager.h" 31 #include "webkit/browser/quota/special_storage_policy.h" 76 scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy) { 100 quota::SpecialStoragePolicy* special_storage_policy, 101 quota::QuotaManagerProxy* quota_manager_proxy, 339 quota::QuotaClient::kIndexedDatabase, 341 quota::kStorageTypeTemporary); 345 // A newly created db, notify the quota system. 362 quota::QuotaClient::kIndexedDatabase, 364 quota::kStorageTypeTemporary) [all...] |
/external/chromium_org/chrome/browser/sync_file_system/local/ |
canned_syncable_file_system.h | 20 #include "webkit/browser/quota/quota_callbacks.h" 23 #include "webkit/common/quota/quota_types.h" 41 namespace quota { namespace 92 quota::QuotaManager* quota_manager() { return quota_manager_.get(); } 95 quota::StorageType storage_type() const { 135 // Retrieves the quota and usage. 136 quota::QuotaStatusCode GetUsageAndQuota(int64* usage, int64* quota); 193 int64* quota, 194 const quota::StatusCallback& callback) [all...] |