Searched refs:requestPersistentQuota (Results 1 - 6 of 6) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageQuota.cpp102 ScriptPromise StorageQuota::requestPersistentQuota(ScriptState* scriptState, unsigned long long newQuota) function in class:blink::StorageQuota
112 return client->requestPersistentQuota(scriptState, newQuota);
H A DStorageQuota.h54 ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuota);
H A DStorageQuota.idl43 [CallWith=ScriptState] Promise requestPersistentQuota([Clamp] unsigned long long newQuota);
H A DStorageQuotaClient.h55 virtual ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuotaInBytes) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DStorageQuotaClientImpl.cpp77 ScriptPromise StorageQuotaClientImpl::requestPersistentQuota(ScriptState* scriptState, unsigned long long newQuotaInBytes) function in class:blink::StorageQuotaClientImpl
H A DStorageQuotaClientImpl.h47 virtual ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuotaInBytes) OVERRIDE;

Completed in 159 milliseconds