Searched defs:DoesSupport (Results 1 – 6 of 6) sorted by relevance
178 bool IndexedDBQuotaClient::DoesSupport(quota::StorageType type) const { in DoesSupport() function in content::IndexedDBQuotaClient
142 bool AppCacheQuotaClient::DoesSupport(quota::StorageType type) const { in DoesSupport() function in appcache::AppCacheQuotaClient
218 bool DatabaseQuotaClient::DoesSupport(quota::StorageType type) const { in DoesSupport() function in webkit_database::DatabaseQuotaClient
200 bool FileSystemQuotaClient::DoesSupport(quota::StorageType storage_type) const { in DoesSupport() function in fileapi::FileSystemQuotaClient
127 bool MockStorageClient::DoesSupport(quota::StorageType type) const { in DoesSupport() function in content::MockStorageClient
100 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE { in DoesSupport() function in content::MockQuotaClient