Searched refs:grantedQuotaInBytes (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DStorageInfoQuotaCallback.h43 virtual bool handleEvent(unsigned long long grantedQuotaInBytes) = 0;
/external/webkit/Source/WebKit/chromium/public/
H A DWebStorageQuotaCallbacks.h45 virtual void didGrantStorageQuota(unsigned long long grantedQuotaInBytes) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DWebStorageQuotaCallbacksImpl.cpp68 void WebStorageQuotaCallbacksImpl::didGrantStorageQuota(unsigned long long grantedQuotaInBytes) argument
71 m_quotaCallback->handleEvent(grantedQuotaInBytes);
H A DWebStorageQuotaCallbacksImpl.h56 virtual void didGrantStorageQuota(unsigned long long grantedQuotaInBytes);

Completed in 280 milliseconds