/external/chromium_org/content/public/test/ |
test_browser_context.cc | 14 #include "webkit/browser/quota/special_storage_policy.h" 56 quota::SpecialStoragePolicy* policy) { 122 quota::SpecialStoragePolicy* TestBrowserContext::GetSpecialStoragePolicy() {
|
/external/chromium_org/third_party/WebKit/Source/modules/quota/ |
WebStorageQuotaCallbacksImpl.h | 34 #include "modules/quota/StorageErrorCallback.h" 35 #include "modules/quota/StorageQuotaCallback.h" 36 #include "modules/quota/StorageUsageCallback.h"
|
/external/chromium_org/webkit/browser/quota/ |
quota_task.cc | 5 #include "webkit/browser/quota/quota_task.h" 18 namespace quota { namespace 79 } // namespace quota
|
quota_temporary_storage_evictor_unittest.cc | 16 #include "webkit/browser/quota/mock_storage_client.h" 17 #include "webkit/browser/quota/quota_manager.h" 18 #include "webkit/browser/quota/quota_temporary_storage_evictor.h" 20 namespace quota { namespace 26 class MockQuotaEvictionHandler : public quota::QuotaEvictionHandler { 39 callback.Run(quota::kQuotaErrorInvalidModification); 45 callback.Run(quota::kQuotaStatusOk); 51 callback.Run(quota::kQuotaErrorInvalidAccess, UsageAndQuota()); 57 callback.Run(quota::kQuotaStatusOk, quota_and_usage); 78 void set_quota(int64 quota) { [all...] |
quota_manager.h | 23 #include "webkit/browser/quota/quota_callbacks.h" 24 #include "webkit/browser/quota/quota_client.h" 25 #include "webkit/browser/quota/quota_database.h" 26 #include "webkit/browser/quota/quota_task.h" 27 #include "webkit/browser/quota/special_storage_policy.h" 40 namespace quota { namespace 53 int64 quota; member in struct:quota::UsageAndQuota 59 int64 quota, 100 // The quota manager class. This class is instantiated per profile and 110 int64 /* quota */)> [all...] |
/external/chromium_org/chrome/browser/sync_file_system/local/ |
canned_syncable_file_system.cc | 29 #include "webkit/browser/quota/mock_special_storage_policy.h" 30 #include "webkit/browser/quota/quota_manager.h" 38 using quota::QuotaManager; 181 void DidGetUsageAndQuota(const quota::StatusCallback& callback, 183 quota::QuotaStatusCode status, 184 int64 usage, int64 quota) { 186 *quota_out = quota; 220 scoped_refptr<quota::SpecialStoragePolicy> storage_policy = 221 new quota::MockSpecialStoragePolicy(); 481 quota::QuotaStatusCode CannedSyncableFileSystem::GetUsageAndQuota [all...] |
/external/chromium_org/content/browser/ |
storage_partition_impl.h | 28 virtual quota::QuotaManager* GetQuotaManager() OVERRIDE; 68 // Quota managed data uses a different bitmask for types than 74 quota::QuotaManager* quota_manager, 109 scoped_refptr<quota::QuotaManager> quota_manager_;
|
/external/chromium_org/content/common/dom_storage/ |
dom_storage_map.cc | 30 DOMStorageMap::DOMStorageMap(size_t quota) 32 quota_(quota) { 78 // Only check quota if the size is increasing, this allows 103 // Note: A pre-existing file may be over the quota budget.
|
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_context_wrapper.h | 16 namespace quota { namespace 32 quota::SpecialStoragePolicy* special_storage_policy);
|
/external/chromium_org/content/browser/net/ |
sqlite_persistent_cookie_store.h | 30 namespace quota { namespace 52 quota::SpecialStoragePolicy* special_storage_policy);
|
/external/chromium_org/content/browser/worker_host/ |
worker_storage_partition.cc | 14 #include "webkit/browser/quota/quota_manager.h" 22 quota::QuotaManager* quota_manager,
|
/external/chromium_org/content/test/data/indexeddb/ |
delete_over_quota.html | 9 <title>IDB test that origins over quota aren't trapped</title> 14 // This file runs after fill_up_5k puts this origin over quota.
|
/external/chromium_org/ppapi/api/trusted/ |
ppb_file_io_trusted.idl | 29 * the browser the opportunity to apply quota restrictions and possibly 39 * the browser the opportunity to apply quota restrictions and possibly
|
/external/chromium_org/ppapi/c/trusted/ |
ppb_file_io_trusted.h | 44 * the browser the opportunity to apply quota restrictions and possibly 53 * the browser the opportunity to apply quota restrictions and possibly
|
/external/chromium_org/content/shell/ |
shell_browser_main_parts.cc | 29 #include "webkit/browser/quota/quota_manager.h" 49 // Default quota for each origin is 5MB. 136 quota::QuotaManager* quota_manager = 142 base::Bind("a::QuotaManager::SetTemporaryGlobalOverrideQuota, 145 quota::QuotaManager::kPerHostTemporaryPortion, 146 quota::QuotaCallback()));
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
modules.gypi | 90 'quota/StorageInfo.idl', 91 'quota/StorageQuota.idl', 183 'quota/NavigatorStorageQuota.idl', 184 'quota/StorageErrorCallback.idl', 185 'quota/StorageQuotaCallback.idl', 186 'quota/StorageUsageCallback.idl', 187 'quota/WindowQuota.idl', 188 'quota/WorkerNavigatorStorageQuota.idl', 494 'quota/DOMWindowQuota.cpp', 495 'quota/DOMWindowQuota.h' [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_context.h | 26 namespace quota { namespace 64 quota::QuotaManagerProxy* quota_manager_proxy, 67 quota::SpecialStoragePolicy* special_storage_policy, 106 quota::QuotaManagerProxy* proxy, 137 quota::SpecialStoragePolicy* special_storage_policy() { 171 scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy_;
|
sandbox_file_system_backend.cc | 25 #include "webkit/browser/quota/quota_manager.h" 29 using quota::QuotaManagerProxy; 30 using quota::SpecialStoragePolicy; 56 // Set quota observers. 122 operation_context->set_quota_limit_type(quota::kQuotaLimitTypeUnlimited); 124 operation_context->set_quota_limit_type(quota::kQuotaLimitTypeLimited);
|
/external/chromium_org/content/browser/renderer_host/ |
database_message_filter.cc | 20 #include "webkit/browser/quota/quota_manager.h" 27 using quota::QuotaManager; 28 using quota::QuotaManagerProxy; 29 using quota::QuotaStatusCode; 263 quota::kStorageTypeTemporary, 270 quota::QuotaStatusCode status, 272 int64 quota) { 274 if ((status == quota::kQuotaStatusOk) && (usage < quota)) 275 available = quota - usage [all...] |
/external/chromium_org/webkit/browser/database/ |
database_tracker_unittest.cc | 19 #include "webkit/browser/quota/mock_special_storage_policy.h" 20 #include "webkit/browser/quota/quota_manager.h" 94 class TestQuotaManagerProxy : public quota::QuotaManagerProxy { 101 virtual void RegisterClient(quota::QuotaClient* client) OVERRIDE { 106 virtual void NotifyStorageAccessed(quota::QuotaClient::ID client_id, 108 quota::StorageType type) OVERRIDE { 109 EXPECT_EQ(quota::QuotaClient::kDatabase, client_id); 110 EXPECT_EQ(quota::kStorageTypeTemporary, type); 114 virtual void NotifyStorageModified(quota::QuotaClient::ID client_id, 116 quota::StorageType type [all...] |
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/ |
sync_file_system_api.cc | 28 #include "webkit/browser/quota/quota_manager.h" 45 const char kQuotaError[] = "Quota error %d."; 310 scoped_refptr<quota::QuotaManager> quota_manager = 318 Bind("a::QuotaManager::GetUsageAndQuotaForWebApps, 329 quota::QuotaStatusCode status, int64 usage, int64 quota) { 337 status, usage, quota)); 342 if (status != quota::kQuotaStatusOk) { 350 info.quota_bytes = quota;
|
sync_file_system_apitest.cc | 24 #include "webkit/browser/quota/quota_manager.h" 50 // TODO(calvinlo): Update test code after default quota is made const 52 real_default_quota_ = quota::QuotaManager::kSyncableStorageDefaultHostQuota; 53 quota::QuotaManager::kSyncableStorageDefaultHostQuota = 123456789; 57 quota::QuotaManager::kSyncableStorageDefaultHostQuota = real_default_quota_;
|
/packages/apps/Browser/tests/src/com/android/browser/ |
WebStorageSizeManagerUnitTests.java | 31 // Callback functor that sets a new quota in case of out-of-space scenarios. 134 // Origin 1 runs out of space again. It should increase it's quota to take the last 1MB. 234 // This test ensures that if an origin creates more than one database, the quota that is 264 // again. This time, request more space than the old quota + the quota increase step. 279 // Create another database. This time, request less than the old quota. 288 // Now have the first database overflow it's quota. We should get 1 more MB. 295 // Create a db under the origin that uses a quota less than the usual quota increase step.
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwQuotaManagerBridge.java | 42 // Origin, usage, and quota data in parallel arrays of same length. 104 * Implements WebStorage.getOrigins. Get the per origin usage and quota of APIs 2-5 in 115 * Implements WebStorage.getQuotaForOrigin. Get the quota of APIs 2-5 in aggregate for given 146 int callbackId, boolean isQuota, long usage, long quota) { 149 mPendingGetQuotaForOriginCallbacks.remove(callbackId).onReceiveValue(quota);
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_unittest.cc | 16 #include "webkit/browser/quota/mock_special_storage_policy.h" 17 #include "webkit/browser/quota/quota_manager.h" 18 #include "webkit/browser/quota/special_storage_policy.h" 33 special_storage_policy_(new quota::MockSpecialStoragePolicy), 44 scoped_refptr<quota::MockSpecialStoragePolicy> special_storage_policy_;
|