didGrantStorageQuota   59 Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h     virtual void didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes) OVERRIDE;
didGrantStorageQuota   54 Source/modules/quota/StorageQuotaCallbacksImpl.h     virtual void didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes) OVERRIDE;
didGrantStorageQuota   48 Source/platform/StorageQuotaCallbacks.h     virtual void didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes) { ASSERT_NOT_REACHED(); };
didGrantStorageQuota   56 Source/platform/exported/WebStorageQuotaCallbacks.cpp     m_private->callbacks()->didGrantStorageQuota(usageInBytes, grantedQuotaInBytes);
didGrantStorageQuota   71 public/platform/WebStorageQuotaCallbacks.h     BLINK_PLATFORM_EXPORT void didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes);