HomeSort by relevance Sort by last modified time
    Searched refs:ModelChangingExecuteImpl (Results 1 - 13 of 13) 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(

Completed in 352 milliseconds