HomeSort by relevance Sort by last modified time
    Searched refs:session_context_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 79 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_->previous_session_routing_info())
    [all...]
syncer_thread.h 261 // Helper to signal all listeners registered with |session_context_|.
329 scoped_ptr<sessions::SyncSessionContext> session_context_; member in class:browser_sync::SyncerThread

Completed in 156 milliseconds