Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/engine/
Dsyncer_thread.cc79 session_context_(context) { in SyncerThread()
134 scoped_ptr<SyncSession> dummy(new SyncSession(session_context_.get(), this, in SendInitialSnapshot()
140 session_context_->NotifyListeners(event); in SendInitialSnapshot()
144 ServerConnectionManager* scm = session_context_->connection_manager(); in WatchConnectionManager()
157 DCHECK(!session_context_->account_name().empty()); in StartImpl()
286 SyncSession* s(new SyncSession(session_context_.get(), this, in SaveJob()
348 SyncSession* session = new SyncSession(session_context_.get(), this, in ScheduleClearUserDataImpl()
459 GetModelSafeParamsForTypes(types, session_context_->registrar(), in ScheduleConfig()
474 SyncSession* session = new SyncSession(session_context_.get(), this, in ScheduleConfigImpl()
566 ModelSafeRoutingInfo r(session_context_->previous_session_routing_info()); in UpdateCarryoverSessionState()
[all …]
Dsyncer_thread.h329 scoped_ptr<sessions::SyncSessionContext> session_context_; variable