storageQuota       57 Source/modules/quota/DeprecatedStorageInfo.cpp     DeprecatedStorageQuota* storageQuota = getStorageQuota(storageType);
storageQuota       58 Source/modules/quota/DeprecatedStorageInfo.cpp     if (!storageQuota) {
storageQuota       63 Source/modules/quota/DeprecatedStorageInfo.cpp     storageQuota->queryUsageAndQuota(executionContext, successCallback, errorCallback);
storageQuota       69 Source/modules/quota/DeprecatedStorageInfo.cpp     DeprecatedStorageQuota* storageQuota = getStorageQuota(storageType);
storageQuota       70 Source/modules/quota/DeprecatedStorageInfo.cpp     if (!storageQuota) {
storageQuota       75 Source/modules/quota/DeprecatedStorageInfo.cpp     storageQuota->requestQuota(executionContext, newQuotaInBytes, successCallback, errorCallback);
storageQuota       66 Source/modules/quota/NavigatorStorageQuota.cpp     return NavigatorStorageQuota::from(navigator).storageQuota();
storageQuota       51 Source/modules/quota/NavigatorStorageQuota.h     static StorageQuota* storageQuota(Navigator&);
storageQuota       55 Source/modules/quota/NavigatorStorageQuota.h     StorageQuota* storageQuota() const;