HomeSort by relevance Sort by last modified time
    Searched defs:DeprecatedStorageQuota (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageQuota.cpp 32 #include "modules/quota/DeprecatedStorageQuota.h"
49 DeprecatedStorageQuota::DeprecatedStorageQuota(Type type)
55 void DeprecatedStorageQuota::queryUsageAndQuota(ExecutionContext* executionContext, PassOwnPtr<StorageUsageCallback> successCallback, PassOwnPtr<StorageErrorCallback> errorCallback)
77 void DeprecatedStorageQuota::requestQuota(ExecutionContext* executionContext, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback> successCallback, PassOwnPtr<StorageErrorCallback> errorCallback)
97 DeprecatedStorageQuota::~DeprecatedStorageQuota()
DeprecatedStorageQuota.h 45 class DeprecatedStorageQuota : public GarbageCollectedFinalized<DeprecatedStorageQuota>, public ScriptWrappable {
52 static DeprecatedStorageQuota* create(Type type)
54 return new DeprecatedStorageQuota(type);
61 ~DeprecatedStorageQuota();
66 explicit DeprecatedStorageQuota(Type);

Completed in 414 milliseconds