OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_quotaCallback
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
WebStorageQuotaCallbacksImpl.cpp
52
:
m_quotaCallback
(quotaCallback)
70
if (
m_quotaCallback
)
71
m_quotaCallback
->handleEvent(grantedQuotaInBytes);
WebStorageQuotaCallbacksImpl.h
61
RefPtr<WebCore::StorageInfoQuotaCallback>
m_quotaCallback
;
Completed in 33 milliseconds