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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_quota_client.h 34 virtual void OnQuotaManagerDestroyed() OVERRIDE;
indexed_db_quota_client.cc 72 void IndexedDBQuotaClient::OnQuotaManagerDestroyed() { delete this; }
  /external/chromium_org/webkit/browser/database/
database_quota_client.h 34 virtual void OnQuotaManagerDestroyed() OVERRIDE;
database_quota_client.cc 118 void DatabaseQuotaClient::OnQuotaManagerDestroyed() {
database_tracker_unittest.cc 130 registered_client_->OnQuotaManagerDestroyed();
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
file_system_quota_client.h 30 // is self-destructed and will delete itself when OnQuotaManagerDestroyed
44 virtual void OnQuotaManagerDestroyed() OVERRIDE;
file_system_quota_client.cc 96 void FileSystemQuotaClient::OnQuotaManagerDestroyed() {
  /external/chromium_org/webkit/browser/quota/
quota_client.h 44 virtual void OnQuotaManagerDestroyed() = 0;
mock_storage_client.h 51 virtual void OnQuotaManagerDestroyed() OVERRIDE;
mock_quota_manager.cc 172 registered_client_->OnQuotaManagerDestroyed();
mock_storage_client.cc 85 void MockStorageClient::OnQuotaManagerDestroyed() {
usage_tracker_unittest.cc 46 virtual void OnQuotaManagerDestroyed() OVERRIDE {}
quota_manager.cc     [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_quota_client.h 41 virtual void OnQuotaManagerDestroyed() OVERRIDE;
appcache_quota_client.cc 52 void AppCacheQuotaClient::OnQuotaManagerDestroyed() {
appcache_quota_client_unittest.cc 136 client->OnQuotaManagerDestroyed();

Completed in 563 milliseconds