Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DGeolocationPositionCache.cpp63 MutexLocker databaseLock(m_databaseFileMutex); in addUser()
86 MutexLocker lock(m_databaseFileMutex); in setDatabasePath()
143 MutexLocker lock(m_databaseFileMutex); in readFromDatabaseImpl()
202 MutexLocker lock(m_databaseFileMutex); in writeToDatabaseImpl()
DGeolocationPositionCache.h75 Mutex m_databaseFileMutex; variable