Searched defs:DeprecatedStorageQuota (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DDeprecatedStorageQuota.cpp32 #include "modules/quota/DeprecatedStorageQuota.h"
49 DeprecatedStorageQuota::DeprecatedStorageQuota(Type type) function in class:blink::DeprecatedStorageQuota
54 void DeprecatedStorageQuota::queryUsageAndQuota(ExecutionContext* executionContext, StorageUsageCallback* successCallback, StorageErrorCallback* errorCallback)
76 void DeprecatedStorageQuota::requestQuota(ExecutionContext* executionContext, unsigned long long newQuotaInBytes, StorageQuotaCallback* successCallback, StorageErrorCallback* errorCallback)

Completed in 113 milliseconds