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

  /external/chromium/chrome/browser/sync/engine/
model_changing_syncer_command.h 18 // instead of SyncerCommand must implement ModelChangingExecuteImpl instead of
36 ModelChangingExecuteImpl(work_session_);
41 // safe. This will be called once, prior to ModelChangingExecuteImpl,
51 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session) = 0;
56 // Implementations will implement ModelChangingExecuteImpl and not
apply_updates_command.h 25 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
resolve_conflicts_command.h 26 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
process_updates_command.h 37 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
verify_updates_command.h 30 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
resolve_conflicts_command.cc 16 void ResolveConflictsCommand::ModelChangingExecuteImpl(
apply_updates_command.cc 19 void ApplyUpdatesCommand::ModelChangingExecuteImpl(SyncSession* session) {
build_and_process_conflict_sets_command.h 39 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
process_commit_response_command.h 32 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
process_updates_command.cc 37 void ProcessUpdatesCommand::ModelChangingExecuteImpl(SyncSession* session) {
verify_updates_command.cc 29 void VerifyUpdatesCommand::ModelChangingExecuteImpl(
build_and_process_conflict_sets_command.cc 32 void BuildAndProcessConflictSetsCommand::ModelChangingExecuteImpl(
process_commit_response_command.cc 97 void ProcessCommitResponseCommand::ModelChangingExecuteImpl(
  /external/chromium_org/sync/engine/
model_changing_syncer_command.h 20 // instead of SyncerCommand must implement ModelChangingExecuteImpl instead of
38 return ModelChangingExecuteImpl(work_session_);
61 virtual SyncerError ModelChangingExecuteImpl(
67 // Implementations will implement ModelChangingExecuteImpl and not
apply_updates_and_resolve_conflicts_command.h 24 virtual SyncerError ModelChangingExecuteImpl(
process_updates_command.h 41 virtual SyncerError ModelChangingExecuteImpl(
model_changing_syncer_command_unittest.cc 45 virtual SyncerError ModelChangingExecuteImpl(
process_commit_response_command.h 65 virtual SyncerError ModelChangingExecuteImpl(
apply_updates_and_resolve_conflicts_command.cc 46 SyncerError ApplyUpdatesAndResolveConflictsCommand::ModelChangingExecuteImpl(
process_updates_command.cc 105 SyncerError ProcessUpdatesCommand::ModelChangingExecuteImpl(
process_commit_response_command.cc 80 SyncerError ProcessCommitResponseCommand::ModelChangingExecuteImpl(

Completed in 139 milliseconds