Searched refs:requestPersistentQuota (Results 1 - 6 of 6) sorted by relevance

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

Completed in 71 milliseconds