OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_quotacallback
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/quota/
WebStorageQuotaCallbacksImpl.cpp
46
:
m_quotaCallback
(quotaCallback)
65
if (
m_quotaCallback
)
66
m_quotaCallback
->handleEvent(grantedQuotaInBytes);
WebStorageQuotaCallbacksImpl.h
70
RefPtr<StorageQuotaCallback>
m_quotaCallback
;
Completed in 187 milliseconds