Searched refs:m_onGetEntryDoneCallback (Results 1 – 2 of 2) sorted by relevance
91 , m_onGetEntryDoneCallback(this, &WebCache::onGetEntryDone) in WebCache()249 …Backend->OpenEntry(string(m_entryUrl.utf8().data()), &m_entry, &m_onGetEntryDoneCallback) == ERR_I… in openEntry()
82 net::CompletionCallbackImpl<WebCache> m_onGetEntryDoneCallback; variable