Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/engine/
Dall_status.cc103 ScopedStatusLock lock(this); in OnSyncEngineEvent()
123 ScopedStatusLock lock(this); in HandleServerConnectionEvent()
141 ScopedStatusLock lock(this); in SetNotificationsEnabled()
146 ScopedStatusLock lock(this); in IncrementNotificationsSent()
151 ScopedStatusLock lock(this); in IncrementNotificationsReceived()
155 ScopedStatusLock::ScopedStatusLock(AllStatus* allstatus) in ScopedStatusLock() function in browser_sync::ScopedStatusLock
160 ScopedStatusLock::~ScopedStatusLock() { in ~ScopedStatusLock()
Dall_status.h21 class ScopedStatusLock; variable
29 friend class ScopedStatusLock; variable
64 class ScopedStatusLock {
66 explicit ScopedStatusLock(AllStatus* allstatus);
67 ~ScopedStatusLock();