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

  /external/chromium_org/third_party/WebKit/Source/platform/
StorageQuotaCallbacks.h 48 virtual void didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes) { ASSERT_NOT_REACHED(); };
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuotaCallbacksImpl.h 53 virtual void didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes) OVERRIDE;
StorageQuotaCallbacksImpl.cpp 54 void StorageQuotaCallbacksImpl::didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes)
DeprecatedStorageQuotaCallbacksImpl.cpp 61 void DeprecatedStorageQuotaCallbacksImpl::didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes)
DeprecatedStorageQuotaCallbacksImpl.h 59 virtual void didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes) OVERRIDE;
  /external/chromium_org/third_party/WebKit/public/platform/
WebStorageQuotaCallbacks.h 71 BLINK_PLATFORM_EXPORT void didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebStorageQuotaCallbacks.cpp 53 void WebStorageQuotaCallbacks::didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes)
56 m_private->callbacks()->didGrantStorageQuota(usageInBytes, grantedQuotaInBytes);
  /external/chromium_org/content/child/
quota_dispatcher.cc 43 virtual void DidGrantStorageQuota(int64 usage, int64 granted_quota) OVERRIDE {
44 callbacks_.didGrantStorageQuota(usage, granted_quota);
100 DidGrantStorageQuota)
149 void QuotaDispatcher::DidGrantStorageQuota(
155 callback->DidGrantStorageQuota(current_usage, granted_quota);

Completed in 369 milliseconds