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

  /external/chromium_org/third_party/WebKit/Source/web/
StorageQuotaClientImpl.cpp 77 ScriptPromise StorageQuotaClientImpl::requestPersistentQuota(ScriptState* scriptState, unsigned long long newQuotaInBytes)
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuota.cpp 102 ScriptPromise StorageQuota::requestPersistentQuota(ScriptState* scriptState, unsigned long long newQuota)
112 return client->requestPersistentQuota(scriptState, newQuota);

Completed in 99 milliseconds