Searched refs:SyncerCommand (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_command.h18 // Syncer. SyncerCommand is abstract and all subclasses must implement
25 // SyncerCommand *cmd = SomeCommandFactory.createCommand(...);
29 class SyncerCommand { class in namespace:browser_sync
31 SyncerCommand();
32 virtual ~SyncerCommand();
41 DISALLOW_COPY_AND_ASSIGN(SyncerCommand);
H A Dsyncer_command.cc15 SyncerCommand::SyncerCommand() {} function in class:browser_sync::SyncerCommand
16 SyncerCommand::~SyncerCommand() {}
18 void SyncerCommand::Execute(SyncSession* session) {
23 void SyncerCommand::SendNotifications(SyncSession* session) {
H A Dbuild_commit_command.h15 class BuildCommitCommand : public SyncerCommand {
20 // SyncerCommand implementation.
H A Dcleanup_disabled_types_command.h30 class CleanupDisabledTypesCommand : public SyncerCommand {
35 // SyncerCommand implementation.
H A Dclear_data_command.h21 class ClearDataCommand : public SyncerCommand {
26 // SyncerCommand implementation.
H A Ddownload_updates_command.h38 class DownloadUpdatesCommand : public SyncerCommand {
43 // SyncerCommand implementation.
H A Dpost_commit_message_command.h13 class PostCommitMessageCommand : public SyncerCommand {
18 // SyncerCommand implementation.
H A Dstore_timestamps_command.h26 class StoreTimestampsCommand : public SyncerCommand {
31 // SyncerCommand implementation.
H A Dsyncer_end_command.h20 class SyncerEndCommand : public SyncerCommand {
25 // SyncerCommand implementation.
H A Dmodel_changing_syncer_command.h16 // An abstract SyncerCommand which dispatches its Execute step to the
18 // instead of SyncerCommand must implement ModelChangingExecuteImpl instead of
22 // SyncerCommand whenever the operation might change any client-visible
26 class ModelChangingSyncerCommand : public SyncerCommand {
31 // SyncerCommand implementation. Sets work_session to session.
54 // ExecuteImpl is expected to be run by SyncerCommand to set work_session.
H A Dget_commit_ids_command.h22 class GetCommitIdsCommand : public SyncerCommand {
29 // SyncerCommand implementation.

Completed in 196 milliseconds