HomeSort by relevance Sort by last modified time
    Searched refs:m_pendingSyncLock (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.h 165 Mutex m_pendingSyncLock;
166 // Holding m_pendingSyncLock is required when accessing any of the following data structures
171 // Holding m_pendingSyncLock is required when accessing any of the following data structures - when dealing with IconRecord*s, holding m_urlAndIconLock is also required
IconDatabase.cpp 201 MutexLocker locker(m_pendingSyncLock);
432 MutexLocker locker(m_pendingSyncLock);
496 MutexLocker locker(m_pendingSyncLock);
544 MutexLocker locker(m_pendingSyncLock);
623 MutexLocker locker(m_pendingSyncLock);
    [all...]

Completed in 352 milliseconds