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

  /external/chromium/chrome/browser/sync/engine/
model_changing_syncer_command.h 17 // model-safe worker thread. Classes derived from ModelChangingSyncerCommand
21 // A command should derive from ModelChangingSyncerCommand instead of
24 // WriteTransaction, this is a sign that ModelChangingSyncerCommand is likely
26 class ModelChangingSyncerCommand : public SyncerCommand {
28 ModelChangingSyncerCommand() : work_session_(NULL) { }
29 virtual ~ModelChangingSyncerCommand() { }
60 DISALLOW_COPY_AND_ASSIGN(ModelChangingSyncerCommand);
model_changing_syncer_command.cc 14 void ModelChangingSyncerCommand::ExecuteImpl(sessions::SyncSession* session) {
27 &ModelChangingSyncerCommand::StartChangingModel));
32 bool ModelChangingSyncerCommand::ModelNeutralExecuteImpl(
apply_updates_command.h 19 class ApplyUpdatesCommand : public ModelChangingSyncerCommand {
24 // ModelChangingSyncerCommand implementation.
resolve_conflicts_command.h 20 class ResolveConflictsCommand : public ModelChangingSyncerCommand {
25 // ModelChangingSyncerCommand implementation.
process_updates_command.h 30 class ProcessUpdatesCommand : public ModelChangingSyncerCommand {
35 // ModelChangingSyncerCommand implementation.
verify_updates_command.h 24 class VerifyUpdatesCommand : public ModelChangingSyncerCommand {
build_and_process_conflict_sets_command.h 33 class BuildAndProcessConflictSetsCommand : public ModelChangingSyncerCommand {
38 // ModelChangingSyncerCommand implementation.
process_commit_response_command.h 24 class ProcessCommitResponseCommand : public ModelChangingSyncerCommand {
30 // ModelChangingSyncerCommand implementation.
  /external/chromium_org/sync/engine/
model_changing_syncer_command.h 19 // model-safe worker thread. Classes derived from ModelChangingSyncerCommand
23 // A command should derive from ModelChangingSyncerCommand instead of
26 // WriteTransaction, this is a sign that ModelChangingSyncerCommand is likely
28 class SYNC_EXPORT_PRIVATE ModelChangingSyncerCommand : public SyncerCommand {
30 ModelChangingSyncerCommand() : work_session_(NULL) { }
31 virtual ~ModelChangingSyncerCommand() { }
71 DISALLOW_COPY_AND_ASSIGN(ModelChangingSyncerCommand);
apply_updates_and_resolve_conflicts_command.h 15 : public ModelChangingSyncerCommand {
21 // ModelChangingSyncerCommand implementation.
model_changing_syncer_command.cc 15 SyncerError ModelChangingSyncerCommand::ExecuteImpl(
36 &ModelChangingSyncerCommand::StartChangingModel,
process_updates_command.h 32 : public ModelChangingSyncerCommand {
38 // ModelChangingSyncerCommand implementation.
model_changing_syncer_command_unittest.cc 19 class FakeModelChangingSyncerCommand : public ModelChangingSyncerCommand {
process_commit_response_command.h 43 : public ModelChangingSyncerCommand {
62 // ModelChangingSyncerCommand implementation.
  /external/chromium_org/sync/test/engine/
syncer_command_test.h 156 void ExpectNoGroupsToChange(const ModelChangingSyncerCommand& command) {
161 const ModelChangingSyncerCommand& command, ModelSafeGroup group) {
169 const ModelChangingSyncerCommand& command,
179 const ModelChangingSyncerCommand& command,

Completed in 259 milliseconds