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

1 23 4

  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command.cc 18 void CleanupDisabledTypesCommand::ExecuteImpl(sessions::SyncSession* session) {
post_commit_message_command.cc 21 void PostCommitMessageCommand::ExecuteImpl(sessions::SyncSession* session) {
syncer_thread.h 30 class SyncerThread : public sessions::SyncSession::Delegate,
86 // SyncSession::Delegate implementation.
128 linked_ptr<sessions::SyncSession> session, bool is_canary_job,
133 linked_ptr<sessions::SyncSession> session;
204 sessions::SyncSession* session,
274 browser_sync::sessions::SyncSession* CreateSyncSession(
download_updates_command.cc 19 using sessions::SyncSession;
27 void DownloadUpdatesCommand::ExecuteImpl(SyncSession* session) {
store_timestamps_command.cc 18 void StoreTimestampsCommand::ExecuteImpl(sessions::SyncSession* session) {
syncer.cc 53 using sessions::SyncSession;
74 void Syncer::SyncShare(sessions::SyncSession* session) {
90 void Syncer::SyncShare(sessions::SyncSession* session,
290 void Syncer::ProcessClientCommand(sessions::SyncSession* session) {
syncer_proto_util.cc 34 using sessions::SyncSession;
85 sessions::SyncSession* session) {
142 sessions::SyncSession* session,
204 SyncSession* session) {
build_commit_command.cc 30 using sessions::SyncSession;
36 SyncSession* session, CommitMessage* message) {
86 void BuildCommitCommand::ExecuteImpl(SyncSession* session) {
get_commit_ids_command.h 30 virtual void ExecuteImpl(sessions::SyncSession* session);
process_commit_response_command.cc 47 using sessions::SyncSession;
61 sessions::SyncSession* session) {
98 SyncSession* session) {
110 SyncSession* session) {
168 // TODO(tim): Now that we have SyncSession::Delegate, we
verify_updates_command.cc 30 sessions::SyncSession* session) {
get_commit_ids_command.cc 20 using sessions::SyncSession;
28 void GetCommitIdsCommand::ExecuteImpl(SyncSession* session) {
build_and_process_conflict_sets_command.cc 23 using sessions::SyncSession;
33 SyncSession* session) {
39 SyncSession* session) {
  /external/chromium_org/sync/engine/
commit.cc 18 using sessions::SyncSession;
65 sessions::SyncSession* session,
103 sessions::SyncSession* session,
181 sessions::SyncSession* session) {
model_changing_syncer_command.cc 16 sessions::SyncSession* session) {
process_commit_response_command.h 64 const sessions::SyncSession& session) const OVERRIDE;
66 sessions::SyncSession* session) OVERRIDE;
syncer_proto_util.h 59 sessions::SyncSession* session);
139 sessions::SyncSession* session,
build_commit_command.cc 32 using sessions::SyncSession;
55 SyncSession* session, sync_pb::CommitMessage* message) {
86 SyncSession* session, sync_pb::CommitMessage* message) {
112 SyncerError BuildCommitCommand::ExecuteImpl(SyncSession* session) {
store_timestamps_command.cc 37 sessions::SyncSession* session) {
sync_scheduler.h 47 : public sessions::SyncSession::Delegate {
sync_scheduler_impl.cc 29 using sessions::SyncSession;
250 scoped_ptr<SyncSession> dummy(SyncSession::Build(session_context_, this));
470 scoped_ptr<SyncSession> session(SyncSession::Build(session_context_, this));
509 scoped_ptr<SyncSession> session(SyncSession::Build(session_context_, this));
572 scoped_ptr<SyncSession> session(SyncSession::Build(session_context_, this));
get_commit_ids_command.h 49 virtual SyncerError ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
process_updates_command.cc 26 using sessions::SyncSession;
35 const sessions::SyncSession& session) const {
106 SyncSession* session) {
  /external/chromium_org/sync/sessions/
sync_session_unittest.cc 30 public SyncSession::Delegate {
34 SyncSession* MakeSession() {
35 return SyncSession::Build(context_.get(), this);
145 scoped_ptr<SyncSession> session_;
  /external/chromium/chrome/browser/sync/sessions/
sync_session_unittest.cc 25 public SyncSession::Delegate,
32 SyncSession* MakeSession() {
33 return new SyncSession(context_.get(), this, SyncSourceInfo(), routes_,
96 scoped_ptr<SyncSession> session_;
123 scoped_ptr<SyncSession> session(MakeSession());
288 SyncSession one(context_.get(), this, source_one, routes_one, workers_one);
289 SyncSession two(context_.get(), this, source_two, routes_two, workers_two);

Completed in 226 milliseconds

1 23 4