Lines Matching refs:AllStatus
17 AllStatus::AllStatus() { in AllStatus() function in syncer::AllStatus
23 AllStatus::~AllStatus() { in ~AllStatus()
26 SyncStatus AllStatus::CreateBlankStatus() const { in CreateBlankStatus()
38 SyncStatus AllStatus::CalcSyncing(const SyncCycleEvent &event) const { in CalcSyncing()
75 void AllStatus::OnSyncCycleEvent(const SyncCycleEvent& event) { in OnSyncCycleEvent()
89 void AllStatus::OnActionableError( in OnActionableError()
96 void AllStatus::OnRetryTimeChanged(base::Time retry_time) { in OnRetryTimeChanged()
101 void AllStatus::OnThrottledTypesChanged(ModelTypeSet throttled_types) { in OnThrottledTypesChanged()
106 void AllStatus::OnMigrationRequested(ModelTypeSet) {} in OnMigrationRequested()
108 void AllStatus::OnProtocolEvent(const ProtocolEvent&) {} in OnProtocolEvent()
110 SyncStatus AllStatus::status() const { in status()
115 void AllStatus::SetNotificationsEnabled(bool notifications_enabled) { in SetNotificationsEnabled()
120 void AllStatus::IncrementNotificationsReceived() { in IncrementNotificationsReceived()
125 void AllStatus::SetEncryptedTypes(ModelTypeSet types) { in SetEncryptedTypes()
130 void AllStatus::SetCryptographerReady(bool ready) { in SetCryptographerReady()
135 void AllStatus::SetCryptoHasPendingKeys(bool has_pending_keys) { in SetCryptoHasPendingKeys()
140 void AllStatus::SetPassphraseType(PassphraseType type) { in SetPassphraseType()
145 void AllStatus::SetHasKeystoreKey(bool has_keystore_key) { in SetHasKeystoreKey()
150 void AllStatus::SetKeystoreMigrationTime(const base::Time& migration_time) { in SetKeystoreMigrationTime()
155 void AllStatus::SetSyncId(const std::string& sync_id) { in SetSyncId()
160 void AllStatus::SetInvalidatorClientId( in SetInvalidatorClientId()
166 void AllStatus::IncrementNudgeCounter(NudgeSource source) { in IncrementNudgeCounter()
186 ScopedStatusLock::ScopedStatusLock(AllStatus* allstatus) in ScopedStatusLock()