Home
last modified time | relevance | path

Searched refs:newQuota (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/quota/
DStorageQuota.cpp102 …Promise StorageQuota::requestPersistentQuota(ScriptState* scriptState, unsigned long long newQuota) in requestPersistentQuota() argument
112 return client->requestPersistentQuota(scriptState, newQuota); in requestPersistentQuota()
DStorageQuota.h54 ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuota);
DStorageQuota.idl43 [CallWith=ScriptState] Promise requestPersistentQuota([Clamp] unsigned long long newQuota);