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

  /external/chromium_org/content/browser/quota/
mock_quota_manager_proxy.cc 39 void MockQuotaManagerProxy::NotifyStorageAccessed(
mock_quota_manager_proxy.h 47 virtual void NotifyStorageAccessed(QuotaClient::ID client_id,
quota_manager_unittest.cc 270 void NotifyStorageAccessed(QuotaClient* client,
    [all...]
  /external/chromium_org/webkit/browser/quota/
quota_manager_proxy.h 38 virtual void NotifyStorageAccessed(QuotaClient::ID client_id,
quota_manager_proxy.cc 50 void QuotaManagerProxy::NotifyStorageAccessed(
57 base::Bind(&QuotaManagerProxy::NotifyStorageAccessed, this, client_id,
63 manager_->NotifyStorageAccessed(client_id, origin, type);
quota_manager.h 158 void NotifyStorageAccessed(QuotaClient::ID client_id,
quota_manager.cc 890 void QuotaManager::NotifyStorageAccessed(
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_storage.cc 127 void AppCacheStorage::NotifyStorageAccessed(const GURL& origin) {
130 service()->quota_manager_proxy()->NotifyStorageAccessed(
appcache_storage.h 306 void NotifyStorageAccessed(const GURL& origin);
appcache_storage_impl.cc 440 storage_->NotifyStorageAccessed(group_record_.origin);
487 storage_->NotifyStorageAccessed(group_record_.origin);
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_storage_unittest.cc 152 service.storage()->NotifyStorageAccessed(kOrigin2);
156 service.storage()->NotifyStorageAccessed(kOrigin2);
appcache_host_unittest.cc 113 virtual void NotifyStorageAccessed(quota::QuotaClient::ID client_id,
appcache_storage_impl_unittest.cc 324 virtual void NotifyStorageAccessed(quota::QuotaClient::ID client_id,
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
sandbox_quota_observer.cc 85 quota_manager_proxy_->NotifyStorageAccessed(
  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.cc 384 quota_manager_proxy()->NotifyStorageAccessed(
402 quota_manager_proxy()->NotifyStorageAccessed(
  /external/chromium_org/webkit/browser/database/
database_tracker.cc 123 quota_manager_proxy_->NotifyStorageAccessed(
158 quota_manager_proxy_->NotifyStorageAccessed(
  /external/chromium_org/content/browser/
database_tracker_unittest.cc 111 virtual void NotifyStorageAccessed(quota::QuotaClient::ID client_id,
    [all...]

Completed in 176 milliseconds