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 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"
53 PassOwnPtrWillBeRawPtr<StorageQuotaClientImpl> StorageQuotaClientImpl::create()
55 return adoptPtrWillBeNoop(new StorageQuotaClientImpl());
58 StorageQuotaClientImpl::~StorageQuotaClientImpl()
62 void StorageQuotaClientImpl::requestQuota(ExecutionContext* executionContext, WebStorageQuotaType storageType, unsigned long long newQuotaInBytes, StorageQuotaCallback* successCallback, StorageErrorCallback* errorCallback)
77 ScriptPromise StorageQuotaClientImpl::requestPersistentQuota(ScriptState* scriptState, unsigned long long newQuotaInBytes)
95 StorageQuotaClientImpl::StorageQuotaClientImpl()
    [all...]

Completed in 155 milliseconds