Home
last modified time | relevance | path

Searched defs:DoesSupport (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_quota_client.cc178 bool IndexedDBQuotaClient::DoesSupport(quota::StorageType type) const { in DoesSupport() function in content::IndexedDBQuotaClient
/external/chromium_org/webkit/browser/appcache/
Dappcache_quota_client.cc142 bool AppCacheQuotaClient::DoesSupport(quota::StorageType type) const { in DoesSupport() function in appcache::AppCacheQuotaClient
/external/chromium_org/webkit/browser/database/
Ddatabase_quota_client.cc218 bool DatabaseQuotaClient::DoesSupport(quota::StorageType type) const { in DoesSupport() function in webkit_database::DatabaseQuotaClient
/external/chromium_org/webkit/browser/fileapi/
Dfile_system_quota_client.cc200 bool FileSystemQuotaClient::DoesSupport(quota::StorageType storage_type) const { in DoesSupport() function in fileapi::FileSystemQuotaClient
/external/chromium_org/content/public/test/
Dmock_storage_client.cc127 bool MockStorageClient::DoesSupport(quota::StorageType type) const { in DoesSupport() function in content::MockStorageClient
/external/chromium_org/content/browser/quota/
Dusage_tracker_unittest.cc100 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE { in DoesSupport() function in content::MockQuotaClient