/external/chromium_org/webkit/browser/quota/ |
mock_quota_manager.cc | 22 int quota_client_mask, 26 quota_client_mask(quota_client_mask), 64 int quota_client_mask, 66 origins_.push_back(OriginInfo(origin, type, quota_client_mask, modified)); 79 current->quota_client_mask & quota_client) 109 int quota_client_mask, 116 current->quota_client_mask &= ~quota_client_mask; 117 if (current->quota_client_mask == 0 [all...] |
mock_quota_manager.h | 57 // anything on disk. The caller must provide |quota_client_mask| which 64 int quota_client_mask, 72 // GetOriginsModifiedSince. The caller must provide |quota_client_mask| 77 int quota_client_mask, 100 int quota_client_mask, 106 int quota_client_mask; member in struct:quota::MockQuotaManager::OriginInfo
|
mock_quota_manager_unittest.cc | 70 int quota_client_mask) { 72 origin, type, quota_client_mask,
|
quota_manager.h | 177 // origins. Each method additionally requires a |quota_client_mask| which 184 int quota_client_mask, 188 int quota_client_mask,
|
quota_manager.cc | 543 int quota_client_mask, 548 quota_client_mask_(quota_client_mask), 622 int quota_client_mask, 627 quota_client_mask_(quota_client_mask), 934 const GURL& origin, StorageType type, int quota_client_mask, 945 new OriginDataDeleter(this, origin, type, quota_client_mask, callback); 951 int quota_client_mask, 961 new HostDataDeleter(this, host, type, quota_client_mask, callback); [all...] |
quota_manager_unittest.cc | 209 int quota_client_mask) { 212 origin, type, quota_client_mask, 219 int quota_client_mask) { 222 host, type, quota_client_mask, [all...] |
/external/chromium_org/content/browser/ |
storage_partition_impl.cc | 196 int quota_client_mask = 0; local 199 quota_client_mask |= quota::QuotaClient::kFileSystem; 201 quota_client_mask |= quota::QuotaClient::kDatabase; 203 quota_client_mask |= quota::QuotaClient::kAppcache; 205 quota_client_mask |= quota::QuotaClient::kIndexedDatabase; 207 return quota_client_mask;
|