Home
last modified time | relevance | path

Searched refs:DoesSupport (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/webkit/browser/quota/
Dquota_client.h73 virtual bool DoesSupport(StorageType type) const = 0;
Dmock_storage_client.h62 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
Dmock_storage_client.cc124 bool MockStorageClient::DoesSupport(quota::StorageType type) const { in DoesSupport() function in quota::MockStorageClient
Dusage_tracker_unittest.cc92 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE { in DoesSupport() function in quota::MockQuotaClient
Dusage_tracker.cc81 if ((*iter)->DoesSupport(type)) { in UsageTracker()
/external/chromium_org/webkit/browser/database/
Ddatabase_quota_client.h46 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
Ddatabase_quota_client.cc218 bool DatabaseQuotaClient::DoesSupport(quota::StorageType type) const { in DoesSupport() function in webkit_database::DatabaseQuotaClient
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_quota_client.h46 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
Dindexed_db_quota_client.cc178 bool IndexedDBQuotaClient::DoesSupport(quota::StorageType type) const { in DoesSupport() function in content::IndexedDBQuotaClient
/external/chromium_org/webkit/browser/fileapi/
Dfile_system_quota_client.h59 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE; in NON_EXPORTED_BASE()
Dfile_system_quota_client.cc200 bool FileSystemQuotaClient::DoesSupport(quota::StorageType storage_type) const { in DoesSupport() function in fileapi::FileSystemQuotaClient
/external/chromium_org/webkit/browser/appcache/
Dappcache_quota_client.h53 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
Dappcache_quota_client.cc142 bool AppCacheQuotaClient::DoesSupport(quota::StorageType type) const { in DoesSupport() function in appcache::AppCacheQuotaClient