Searched refs:m_originLockMap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DDatabaseTracker.h143 // This lock protects m_database, m_originLockMap, m_databaseDirectoryPath, m_originsBeingDeleted, m_beingCreated, and m_beingDeleted.
148 OriginLockMap m_originLockMap; member in class:WebCore::DatabaseTracker
H A DDatabaseTracker.cpp659 m_originLockMap.add(databaseIdentifier, RefPtr<OriginLock>());
684 // orderly clean up first when we remove its ref from the m_originLockMap.
689 m_originLockMap.remove(origin->databaseIdentifier());

Completed in 91 milliseconds