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

  /external/chromium_org/sync/engine/
sync_scheduler_impl.cc 169 session_context_(context),
183 session_context_->connection_manager()->server_status()) {
190 session_context_->connection_manager()->server_status()) {
224 DCHECK(!session_context_->account_name().empty());
242 GetRoutingInfoTypes(session_context_->routing_info());
250 scoped_ptr<SyncSession> dummy(SyncSession::Build(session_context_, this));
253 session_context_->NotifyListeners(event);
293 session_context_->set_routing_info(restricted_routes);
330 if (session_context_->connection_manager()->HasInvalidAuthToken()) {
347 GetRoutingInfoTypes(session_context_->routing_info())
    [all...]
sync_scheduler_impl.h 199 // Helper to signal all listeners registered with |session_context_|.
299 sessions::SyncSessionContext* session_context_; member in class:syncer::SyncSchedulerImpl
  /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
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 440 session_context_ = internal_components_factory->BuildContext(
449 session_context_->set_account_name(credentials.email);
451 name_, session_context_.get()).Pass();
520 session_context_->set_routing_info(routing_info);
638 session_context_.reset();
    [all...]
sync_manager_impl.h 318 scoped_ptr<sessions::SyncSessionContext> session_context_; member in class:syncer::SyncManagerImpl
sync_manager_impl_unittest.cc 2805 sessions::SyncSessionContext** session_context_; member in class:syncer::ComponentsFactory
2823 sessions::SyncSessionContext* session_context_; member in class:syncer::SyncManagerTestWithMockScheduler
    [all...]

Completed in 453 milliseconds