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

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageInfo.cpp 57 DeprecatedStorageQuota* storageQuota = getStorageQuota(storageType);
58 if (!storageQuota) {
63 storageQuota->queryUsageAndQuota(executionContext, successCallback, errorCallback);
69 DeprecatedStorageQuota* storageQuota = getStorageQuota(storageType);
70 if (!storageQuota) {
75 storageQuota->requestQuota(executionContext, newQuotaInBytes, successCallback, errorCallback);
NavigatorStorageQuota.cpp 36 #include "modules/quota/StorageQuota.h"
64 StorageQuota* NavigatorStorageQuota::storageQuota(Navigator& navigator)
66 return NavigatorStorageQuota::from(navigator).storageQuota();
79 StorageQuota* NavigatorStorageQuota::storageQuota() const
82 m_storageQuota = StorageQuota::create();

Completed in 469 milliseconds