Lines Matching refs:ScopedStatusLock
76 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()
146 ScopedStatusLock lock(this); in SetHasKeystoreKey()
151 ScopedStatusLock lock(this); in SetKeystoreMigrationTime()
156 ScopedStatusLock lock(this); in SetSyncId()
162 ScopedStatusLock lock(this); in SetInvalidatorClientId()
167 ScopedStatusLock lock(this); in IncrementNudgeCounter()
186 ScopedStatusLock::ScopedStatusLock(AllStatus* allstatus) in ScopedStatusLock() function in syncer::ScopedStatusLock
191 ScopedStatusLock::~ScopedStatusLock() { in ~ScopedStatusLock()