Home
last modified time | relevance | path

Searched refs:m_onClearDoneCallback (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp96 , m_onClearDoneCallback(this, &WebCache::onClearDone) in WebCache()
178 if (m_cacheBackend->DoomAllEntries(&m_onClearDoneCallback) == ERR_IO_PENDING) in doomAllEntries()
DWebCache.h77 net::CompletionCallbackImpl<WebCache> m_onClearDoneCallback; variable