HomeSort by relevance Sort by last modified time
    Searched refs:quota_client_mask (Results 1 - 8 of 8) sorted by null

  /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 71 int quota_client_mask) {
73 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 527 int quota_client_mask,
532 quota_client_mask_(quota_client_mask),
606 int quota_client_mask,
611 quota_client_mask_(quota_client_mask),
916 const GURL& origin, StorageType type, int quota_client_mask,
927 new OriginDataDeleter(this, origin, type, quota_client_mask, callback);
933 int quota_client_mask,
943 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 32 int quota_client_mask = 0; local
35 quota_client_mask |= quota::QuotaClient::kFileSystem;
37 quota_client_mask |= quota::QuotaClient::kDatabase;
39 quota_client_mask |= quota::QuotaClient::kAppcache;
41 quota_client_mask |= quota::QuotaClient::kIndexedDatabase;
43 return quota_client_mask;
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 203 int quota_client_mask = 0; local
205 quota_client_mask |= quota::QuotaClient::kFileSystem;
207 quota_client_mask |= quota::QuotaClient::kDatabase;
209 quota_client_mask |= quota::QuotaClient::kAppcache;
211 quota_client_mask |= quota::QuotaClient::kIndexedDatabase;
213 return quota_client_mask;
    [all...]

Completed in 195 milliseconds