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

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread.cc79 session_context_(context) {
134 scoped_ptr<SyncSession> dummy(new SyncSession(session_context_.get(), this,
140 session_context_->NotifyListeners(event);
144 ServerConnectionManager* scm = session_context_->connection_manager();
157 DCHECK(!session_context_->account_name().empty());
286 SyncSession* s(new SyncSession(session_context_.get(), this,
348 SyncSession* session = new SyncSession(session_context_.get(), this,
459 GetModelSafeParamsForTypes(types, session_context_->registrar(),
474 SyncSession* session = new SyncSession(session_context_.get(), this,
566 ModelSafeRoutingInfo r(session_context_
[all...]
H A Dsyncer_thread.h261 // Helper to signal all listeners registered with |session_context_|.
329 scoped_ptr<sessions::SyncSessionContext> session_context_; member in class:browser_sync::SyncerThread

Completed in 39 milliseconds