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

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuota.idl 43 [CallWith=ScriptState] Promise requestPersistentQuota([Clamp] unsigned long long newQuota);
StorageQuota.h 53 ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuota);
StorageQuotaClient.h 53 virtual ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuotaInBytes) = 0;
StorageQuota.cpp 104 ScriptPromise StorageQuota::requestPersistentQuota(ScriptState* scriptState, unsigned long long newQuota)
114 return client->requestPersistentQuota(scriptState, newQuota);
  /external/chromium_org/third_party/WebKit/Source/web/
StorageQuotaClientImpl.h 47 virtual WebCore::ScriptPromise requestPersistentQuota(WebCore::ScriptState*, unsigned long long newQuotaInBytes) OVERRIDE;
StorageQuotaClientImpl.cpp 79 ScriptPromise StorageQuotaClientImpl::requestPersistentQuota(ScriptState* scriptState, unsigned long long newQuotaInBytes)

Completed in 189 milliseconds