HomeSort by relevance Sort by last modified time
    Searched defs:ModelChangingSyncerCommand (Results 1 - 2 of 2) 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);
  /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);

Completed in 799 milliseconds