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

  /external/chromium/chrome/browser/sync/engine/
syncer_command.h 18 // Syncer. SyncerCommand is abstract and all subclasses must implement
25 // SyncerCommand *cmd = SomeCommandFactory.createCommand(...);
29 class SyncerCommand {
31 SyncerCommand();
32 virtual ~SyncerCommand();
41 DISALLOW_COPY_AND_ASSIGN(SyncerCommand);
syncer_command.cc 15 SyncerCommand::SyncerCommand() {}
16 SyncerCommand::~SyncerCommand() {}
18 void SyncerCommand::Execute(SyncSession* session) {
23 void SyncerCommand::SendNotifications(SyncSession* session) {
cleanup_disabled_types_command.h 30 class CleanupDisabledTypesCommand : public SyncerCommand {
35 // SyncerCommand implementation.
post_commit_message_command.h 13 class PostCommitMessageCommand : public SyncerCommand {
18 // SyncerCommand implementation.
store_timestamps_command.h 26 class StoreTimestampsCommand : public SyncerCommand {
31 // SyncerCommand implementation.
syncer_end_command.h 20 class SyncerEndCommand : public SyncerCommand {
25 // SyncerCommand implementation.
build_commit_command.h 15 class BuildCommitCommand : public SyncerCommand {
20 // SyncerCommand implementation.
clear_data_command.h 21 class ClearDataCommand : public SyncerCommand {
26 // SyncerCommand implementation.
download_updates_command.h 38 class DownloadUpdatesCommand : public SyncerCommand {
43 // SyncerCommand implementation.
model_changing_syncer_command.h 16 // 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.
get_commit_ids_command.h 22 class GetCommitIdsCommand : public SyncerCommand {
29 // SyncerCommand implementation.

Completed in 70 milliseconds