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

  /external/chromium_org/third_party/WebKit/Source/web/
StorageQuotaClientImpl.h 39 class StorageQuotaClientImpl : public NoBaseWillBeGarbageCollectedFinalized<StorageQuotaClientImpl>, public WebCore::StorageQuotaClient {
40 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(StorageQuotaClientImpl);
42 static PassOwnPtrWillBeRawPtr<StorageQuotaClientImpl> create();
44 virtual ~StorageQuotaClientImpl();
52 StorageQuotaClientImpl();
StorageQuotaClientImpl.cpp 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()
    [all...]

Completed in 63 milliseconds