HomeSort by relevance Sort by last modified time
    Searched refs:SyncSession (Results 26 - 50 of 88) sorted by null

12 3 4

  /external/chromium_org/sync/sessions/
test_util.cc 14 sessions::SyncSession* session) {
24 sessions::SyncSession* session) {
34 sessions::SyncSession* session) {
43 sessions::SyncSession* session) {
51 sessions::SyncSession* session) {
61 sessions::SyncSession* session) {
68 sessions::SyncSession* session) {
79 sessions::SyncSession* session) {
85 sessions::SyncSession* session) {
92 sessions::SyncSession* session)
    [all...]
sync_session.h 6 // store with a sync server. A SyncSession instance is passed as a stateful
12 // via SyncSession instances.
41 class SYNC_EXPORT_PRIVATE SyncSession {
106 static SyncSession* Build(SyncSessionContext* context,
108 ~SyncSession();
132 SyncSession(SyncSessionContext* context, Delegate* delegate);
143 DISALLOW_COPY_AND_ASSIGN(SyncSession);
  /external/chromium/chrome/browser/sync/sessions/
sync_session.h 6 // store with a sync server. A SyncSession instance is passed as a stateful
12 // via SyncSession instances.
43 class SyncSession {
83 SyncSession(SyncSessionContext* context,
88 ~SyncSession();
102 void Coalesce(const SyncSession& session);
162 DISALLOW_COPY_AND_ASSIGN(SyncSession);
170 ScopedSetSessionWriteTransaction(SyncSession* session,
179 SyncSession* session_;
  /external/chromium_org/sync/engine/
build_commit_command.h 49 virtual SyncerError ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
54 void AddExtensionsActivityToMessage(sessions::SyncSession* session,
58 void AddClientConfigParamsToMessage(sessions::SyncSession* session,
process_updates_command.h 40 const sessions::SyncSession& session) const OVERRIDE;
42 sessions::SyncSession* session) OVERRIDE;
syncer.cc 43 using sessions::SyncSession;
64 SyncSession* session) {
90 SyncSession* session) {
104 SyncSession* session) {
116 void Syncer::ApplyUpdates(SyncSession* session) {
131 SyncSession* session,
149 void Syncer::HandleCycleBegin(SyncSession* session) {
155 SyncSession* session,
store_timestamps_command.h 48 virtual SyncerError ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
download_unittest.cc 46 scoped_ptr<sessions::SyncSession> session(
47 sessions::SyncSession::Build(context(),
84 scoped_ptr<sessions::SyncSession> session(
85 sessions::SyncSession::Build(context(), delegate()));
model_changing_syncer_command_unittest.cc 30 const sessions::SyncSession& session) const OVERRIDE {
46 sessions::SyncSession* session) OVERRIDE {
download.cc 25 using sessions::SyncSession;
83 SyncSession* session,
127 SyncSession* session,
170 SyncSession* session,
215 SyncSession* session,
245 SyncSession* session,
272 SyncSession* session,
apply_updates_and_resolve_conflicts_command.cc 17 using sessions::SyncSession;
26 const sessions::SyncSession& session) const {
47 SyncSession* session) {
  /external/chromium/chrome/browser/sync/engine/
model_changing_syncer_command.cc 14 void ModelChangingSyncerCommand::ExecuteImpl(sessions::SyncSession* session) {
33 sessions::SyncSession* session) {
download_updates_command.h 21 // from the server, place the result in the SyncSession for further processing.
25 // the SyncSession. DownloadUpdatesCommand will fetch updates for
28 // in the SyncSession. Only one server request is performed per Execute
44 virtual void ExecuteImpl(sessions::SyncSession* session);
syncer_end_command.cc 17 void SyncerEndCommand::ExecuteImpl(sessions::SyncSession* session) {
verify_updates_command.h 23 // noted in the SyncSession after this command is executed.
30 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
resolve_conflicts_command.cc 17 sessions::SyncSession* session) {
syncer_proto_util.h 30 class SyncSession;
48 sessions::SyncSession* session);
109 sessions::SyncSession* session);
114 sessions::SyncSession* session,
process_commit_response_command.h 31 virtual bool ModelNeutralExecuteImpl(sessions::SyncSession* session);
32 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
44 void ProcessCommitResponse(sessions::SyncSession* session);
syncer.h 91 virtual void SyncShare(sessions::SyncSession* session);
95 virtual void SyncShare(sessions::SyncSession* session,
101 void ProcessClientCommand(sessions::SyncSession* session);
apply_updates_command.cc 14 using sessions::SyncSession;
19 void ApplyUpdatesCommand::ModelChangingExecuteImpl(SyncSession* session) {
build_and_process_conflict_sets_command.h 39 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
42 bool BuildAndProcessConflictSets(sessions::SyncSession* session);
clear_data_command.cc 20 using sessions::SyncSession;
29 void ClearDataCommand::ExecuteImpl(SyncSession* session) {
process_updates_command.cc 22 using sessions::SyncSession;
28 bool ProcessUpdatesCommand::ModelNeutralExecuteImpl(SyncSession* session) {
37 void ProcessUpdatesCommand::ModelChangingExecuteImpl(SyncSession* session) {
syncer_thread.cc 17 using sessions::SyncSession;
35 linked_ptr<sessions::SyncSession> session, bool is_canary_job,
134 scoped_ptr<SyncSession> dummy(new SyncSession(session_context_.get(), this,
242 SyncSession* s = job.session.get();
243 scoped_ptr<SyncSession> session(new SyncSession(s->context(),
285 SyncSession* old = job.session.get();
286 SyncSession* s(new SyncSession(session_context_.get(), this
    [all...]
  /external/chromium_org/sync/test/engine/
syncer_command_test.h 44 public sessions::SyncSession::Delegate {
46 // SyncSession::Delegate implementation.
102 sessions::SyncSession::Delegate* delegate() { return this; }
105 sessions::SyncSession* session() {
107 session_.reset(sessions::SyncSession::Build(context(), delegate()));
193 scoped_ptr<sessions::SyncSession> session_;

Completed in 133 milliseconds

12 3 4