Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp95 : m_doomAllEntriesCallback(this, &WebCache::doomAllEntries) in WebCache()
156 int code = m_cache->GetBackend(&m_cacheBackend, &m_doomAllEntriesCallback); in clearImpl()
DWebCache.h76 net::CompletionCallbackImpl<WebCache> m_doomAllEntriesCallback; variable