Home
last modified time | relevance | path

Searched refs:allstatus_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dall_status.cc156 : allstatus_(allstatus) { in ScopedStatusLock()
161 allstatus_->CalcStatusChanges(); in ~ScopedStatusLock()
162 allstatus_->mutex_.Release(); in ~ScopedStatusLock()
Dall_status.h69 AllStatus* allstatus_;
Dsyncapi.cc1541 AllStatus allstatus_; member in sync_api::SyncManager::SyncInternal
1738 listeners.push_back(&allstatus_); in Init()
1840 allstatus_.IncrementNotificationsSent(); in SendNotification()
2263 allstatus_.HandleServerConnectionEvent(event); in HandleServerConnectionEvent()
2447 return allstatus_.status(); in GetStatus()
2603 bool notifications_enabled = allstatus_.status().notifications_enabled; in ProcessMessage()
2698 allstatus_.SetNotificationsEnabled(notifications_enabled); in OnNotificationStateChange()
2730 allstatus_.IncrementNotificationsReceived(); in OnIncomingNotification()