OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:didGrantStorageQuota
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebStorageQuotaCallbacks.h
45
virtual void
didGrantStorageQuota
(unsigned long long grantedQuotaInBytes) = 0;
/external/webkit/Source/WebKit/chromium/src/
WebStorageQuotaCallbacksImpl.h
56
virtual void
didGrantStorageQuota
(unsigned long long grantedQuotaInBytes);
WebStorageQuotaCallbacksImpl.cpp
68
void WebStorageQuotaCallbacksImpl::
didGrantStorageQuota
(unsigned long long grantedQuotaInBytes)
Completed in 168 milliseconds