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

  /external/chromium_org/webkit/browser/quota/
quota_client.h 36 kAppcache = 1 << 3,
quota_manager_unittest.cc     [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_storage.cc 108 quota::QuotaClient::kAppcache,
119 quota::QuotaClient::kAppcache,
131 quota::QuotaClient::kAppcache,
appcache_quota_client.cc 49 return kAppcache;
appcache_storage_impl_unittest.cc 303 EXPECT_EQ(quota::QuotaClient::kAppcache, client_id);
313 EXPECT_EQ(quota::QuotaClient::kAppcache, client_id);
    [all...]
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 691 case quota::QuotaClient::kAppcache:
711 quota::QuotaClient::kAppcache,
    [all...]
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 453 EXPECT_EQ(quota::QuotaClient::kAppcache,
461 quota::QuotaClient::kAppcache |
    [all...]
storage_partition_impl.cc 203 quota_client_mask |= quota::QuotaClient::kAppcache;

Completed in 381 milliseconds