Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp203 MutexLocker lock(m_getEntryMutex); in getCacheResult()
220 m_getEntryCondition.wait(m_getEntryMutex); in getCacheResult()
257 MutexLocker lock(m_getEntryMutex); in onGetEntryDone()
DWebCache.h86 WTF::Mutex m_getEntryMutex; variable