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

  /external/chromium_org/webkit/browser/appcache/
appcache_storage.cc 127 void AppCacheStorage::NotifyStorageAccessed(const GURL& origin) {
130 service()->quota_manager_proxy()->NotifyStorageAccessed(
appcache_storage_unittest.cc 146 service.storage()->NotifyStorageAccessed(kOrigin2);
150 service.storage()->NotifyStorageAccessed(kOrigin2);
appcache_storage.h 297 void NotifyStorageAccessed(const GURL& origin);
appcache_storage_impl.cc 425 storage_->NotifyStorageAccessed(group_record_.origin);
472 storage_->NotifyStorageAccessed(group_record_.origin);
    [all...]
appcache_host_unittest.cc 98 virtual void NotifyStorageAccessed(quota::QuotaClient::ID client_id,
appcache_storage_impl_unittest.cc 194 virtual void NotifyStorageAccessed(quota::QuotaClient::ID client_id,
    [all...]
  /external/chromium_org/webkit/browser/quota/
mock_quota_manager.h 159 virtual void NotifyStorageAccessed(QuotaClient::ID client_id,
quota_manager_unittest.cc 252 void NotifyStorageAccessed(QuotaClient* client,
    [all...]
quota_manager.h 149 void NotifyStorageAccessed(QuotaClient::ID client_id,
436 virtual void NotifyStorageAccessed(QuotaClient::ID client_id,
mock_quota_manager.cc 177 void MockQuotaManagerProxy::NotifyStorageAccessed(
quota_manager.cc 879 void QuotaManager::NotifyStorageAccessed(
    [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 338 quota_manager_proxy()->NotifyStorageAccessed(
361 quota_manager_proxy()->NotifyStorageAccessed(
  /external/chromium_org/webkit/browser/database/
database_tracker.cc 123 quota_manager_proxy_->NotifyStorageAccessed(
158 quota_manager_proxy_->NotifyStorageAccessed(
database_tracker_unittest.cc 106 virtual void NotifyStorageAccessed(quota::QuotaClient::ID client_id,
    [all...]

Completed in 346 milliseconds