Home | History | Annotate | Download | only in web

Lines Matching defs:StorageQuotaClientImpl

32 #include "web/StorageQuotaClientImpl.h"
55 PassOwnPtrWillBeRawPtr<StorageQuotaClientImpl> StorageQuotaClientImpl::create()
57 return adoptPtrWillBeNoop(new StorageQuotaClientImpl());
60 StorageQuotaClientImpl::~StorageQuotaClientImpl()
64 void StorageQuotaClientImpl::requestQuota(ExecutionContext* executionContext, WebStorageQuotaType storageType, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback> successCallback, PassOwnPtr<StorageErrorCallback> errorCallback)
79 ScriptPromise StorageQuotaClientImpl::requestPersistentQuota(ScriptState* scriptState, unsigned long long newQuotaInBytes)
97 StorageQuotaClientImpl::StorageQuotaClientImpl()