Home
last modified time | relevance | path

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

/external/chromium_org/sync/sessions/
Dsync_session.cc29 status_controller_.reset(new StatusController()); in SyncSession()
54 status_controller_->model_neutral_state(), in TakeSnapshotWithSource()
57 status_controller_->num_encryption_conflicts(), in TakeSnapshotWithSource()
58 status_controller_->num_hierarchy_conflicts(), in TakeSnapshotWithSource()
59 status_controller_->num_server_conflicts(), in TakeSnapshotWithSource()
62 status_controller_->sync_start_time(), in TakeSnapshotWithSource()
Dsync_session.h119 return *status_controller_.get(); in status_controller()
122 return status_controller_.get(); in mutable_status_controller()
135 scoped_ptr<StatusController> status_controller_; variable