Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp100 , m_isGetEntryInProgress(false) in WebCache()
192 if (m_isGetEntryInProgress) in getCacheResult()
203 m_isGetEntryInProgress = true; in getCacheResult()
207 while (m_isGetEntryInProgress) in getCacheResult()
246 m_isGetEntryInProgress = false; in onGetEntryDone()
DWebCache.h82 bool m_isGetEntryInProgress; variable