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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_quota_client.h 50 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
indexed_db_quota_client.cc 178 bool IndexedDBQuotaClient::DoesSupport(quota::StorageType type) const {
  /external/chromium_org/webkit/browser/database/
database_quota_client.h 46 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
database_quota_client.cc 218 bool DatabaseQuotaClient::DoesSupport(quota::StorageType type) const {
  /external/chromium_org/webkit/browser/fileapi/
file_system_quota_client.h 59 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
file_system_quota_client.cc 200 bool FileSystemQuotaClient::DoesSupport(quota::StorageType storage_type) const {
  /external/chromium_org/webkit/browser/quota/
quota_client.h 73 virtual bool DoesSupport(StorageType type) const = 0;
usage_tracker.cc 83 if ((*iter)->DoesSupport(type)) {
  /external/chromium_org/webkit/browser/appcache/
appcache_quota_client.h 57 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
appcache_quota_client.cc 142 bool AppCacheQuotaClient::DoesSupport(quota::StorageType type) const {
  /external/chromium_org/content/public/test/
mock_storage_client.h 68 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
mock_storage_client.cc 127 bool MockStorageClient::DoesSupport(quota::StorageType type) const {
  /external/chromium_org/content/browser/quota/
usage_tracker_unittest.cc 100 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE {

Completed in 902 milliseconds