Home
last modified time | relevance | path

Searched defs:newQuotaInBytes (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DStorageQuotaClientImpl.cpp64 …ontext* executionContext, WebStorageQuotaType storageType, unsigned long long newQuotaInBytes, Pas… in requestQuota()
79 …otaClientImpl::requestPersistentQuota(ScriptState* scriptState, unsigned long long newQuotaInBytes) in requestPersistentQuota()
/external/chromium_org/third_party/WebKit/Source/modules/quota/
DDeprecatedStorageQuota.cpp77 …ageQuota::requestQuota(ExecutionContext* executionContext, unsigned long long newQuotaInBytes, Pas… in requestQuota()
DDeprecatedStorageInfo.cpp66 …Quota(ExecutionContext* executionContext, int storageType, unsigned long long newQuotaInBytes, Pas… in requestQuota()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrameClient.h443 unsigned long long newQuotaInBytes, in requestStorageQuota()