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

  /external/chromium_org/sync/sessions/
sync_session_context.cc 13 SyncSessionContext::SyncSessionContext(
40 SyncSessionContext::~SyncSessionContext() {
43 ModelTypeSet SyncSessionContext::GetEnabledTypes() const {
47 void SyncSessionContext::SetRoutingInfo(
sync_session.h 98 static SyncSession* Build(SyncSessionContext* context,
116 SyncSessionContext* context() const { return context_; }
126 SyncSession(SyncSessionContext* context, Delegate* delegate);
129 SyncSessionContext* const context_;
sync_session_context.h 5 // SyncSessionContext encapsulates the contextual information and engine
41 class SYNC_EXPORT_PRIVATE SyncSessionContext {
43 SyncSessionContext(
54 ~SyncSessionContext();
180 DISALLOW_COPY_AND_ASSIGN(SyncSessionContext);
sync_session.cc 19 SyncSession* SyncSession::Build(SyncSessionContext* context,
25 SyncSessionContext* context,
  /external/chromium_org/sync/test/sessions/
test_scoped_session_event_listener.h 18 SyncSessionContext* context,
27 SyncSessionContext* context_;
  /external/chromium_org/sync/internal_api/
internal_components_factory_impl.cc 26 sessions::SyncSessionContext* context,
41 scoped_ptr<sessions::SyncSessionContext>
50 return scoped_ptr<sessions::SyncSessionContext>(
51 new sessions::SyncSessionContext(
sync_manager_impl.h 44 class SyncSessionContext;
299 scoped_ptr<sessions::SyncSessionContext> session_context_;
sync_manager_impl_unittest.cc     [all...]
sync_manager_impl.cc 57 using sessions::SyncSessionContext;
320 // Build a SyncSessionContext and store the worker in it.
321 DVLOG(1) << "Sync is bringing up SyncSessionContext.";
    [all...]
  /external/chromium_org/sync/internal_api/public/
internal_components_factory_impl.h 24 sessions::SyncSessionContext* context,
27 virtual scoped_ptr<sessions::SyncSessionContext> BuildContext(
internal_components_factory.h 30 class SyncSessionContext;
94 sessions::SyncSessionContext* context,
97 virtual scoped_ptr<sessions::SyncSessionContext> BuildContext(
  /external/chromium_org/sync/internal_api/public/test/
test_internal_components_factory.h 21 sessions::SyncSessionContext* context,
24 virtual scoped_ptr<sessions::SyncSessionContext> BuildContext(
  /external/chromium_org/sync/internal_api/test/
test_internal_components_factory.cc 29 sessions::SyncSessionContext* context,
34 scoped_ptr<sessions::SyncSessionContext>
46 return scoped_ptr<sessions::SyncSessionContext>(
47 new sessions::SyncSessionContext(
  /external/chromium_org/sync/engine/
get_updates_processor.h 29 class SyncSessionContext;
sync_scheduler_impl.h 48 sessions::SyncSessionContext* context,
281 sessions::SyncSessionContext* session_context_;
syncer_proto_util.h 33 class SyncSessionContext;
syncer_proto_util_unittest.cc 34 using sessions::SyncSessionContext;
get_updates_processor.cc 30 bool ShouldRequestEncryptionKey(sessions::SyncSessionContext* context) {
sync_scheduler_unittest.cc 41 using sessions::SyncSessionContext;
146 context_.reset(new SyncSessionContext(
224 SyncSessionContext* context() { return context_.get(); }
252 scoped_ptr<SyncSessionContext> context_;
    [all...]
sync_scheduler_impl.cc 152 sessions::SyncSessionContext* context,
syncer_unittest.cc 95 using sessions::SyncSessionContext;
309 context_.reset(new SyncSessionContext(
562 // Configures SyncSessionContext and NudgeTracker so Syncer won't call
598 scoped_ptr<SyncSessionContext> context_;
    [all...]

Completed in 863 milliseconds