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

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageQuotaCallbacksImpl.cpp 61 void DeprecatedStorageQuotaCallbacksImpl::didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes)
StorageQuotaCallbacksImpl.cpp 54 void StorageQuotaCallbacksImpl::didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes)
  /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/platform/exported/
WebStorageQuotaCallbacks.cpp 53 void WebStorageQuotaCallbacks::didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes)
56 m_private->callbacks()->didGrantStorageQuota(usageInBytes, grantedQuotaInBytes);

Completed in 1108 milliseconds