Home
last modified time | relevance | path

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

/external/chromium_org/sync/engine/
Dall_status.cc76 ScopedStatusLock lock(this); in OnSyncCycleEvent()
91 ScopedStatusLock lock(this); in OnActionableError()
97 ScopedStatusLock lock(this); in OnRetryTimeChanged()
102 ScopedStatusLock lock(this); in OnThrottledTypesChanged()
116 ScopedStatusLock lock(this); in SetNotificationsEnabled()
121 ScopedStatusLock lock(this); in IncrementNotificationsReceived()
126 ScopedStatusLock lock(this); in SetEncryptedTypes()
131 ScopedStatusLock lock(this); in SetCryptographerReady()
136 ScopedStatusLock lock(this); in SetCryptoHasPendingKeys()
141 ScopedStatusLock lock(this); in SetPassphraseType()
[all …]
Dall_status.h24 class ScopedStatusLock; variable
38 friend class ScopedStatusLock; variable
83 class ScopedStatusLock {
85 explicit ScopedStatusLock(AllStatus* allstatus);
86 ~ScopedStatusLock();