Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp208 m_getEntryCondition.wait(m_getEntryMutex); in getCacheResult()
247 m_getEntryCondition.signal(); in onGetEntryDone()
DWebCache.h86 WTF::ThreadCondition m_getEntryCondition; variable