HomeSort by relevance Sort by last modified time
    Searched full:syncercommand (Results 1 - 13 of 13) sorted by null

  /external/chromium/chrome/browser/sync/engine/
post_commit_message_command.h 13 class PostCommitMessageCommand : public SyncerCommand {
18 // SyncerCommand implementation.
syncer_command.cc 15 SyncerCommand::SyncerCommand() {}
16 SyncerCommand::~SyncerCommand() {}
18 void SyncerCommand::Execute(SyncSession* session) {
23 void SyncerCommand::SendNotifications(SyncSession* session) {
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);
build_commit_command.h 15 class BuildCommitCommand : public SyncerCommand {
20 // SyncerCommand implementation.
syncer_end_command.h 20 class SyncerEndCommand : public SyncerCommand {
25 // 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.
clear_data_command.h 21 class ClearDataCommand : public SyncerCommand {
26 // SyncerCommand implementation.
store_timestamps_command.h 26 class StoreTimestampsCommand : public SyncerCommand {
31 // SyncerCommand implementation.
verify_updates_command.h 29 // SyncerCommand implementation.
cleanup_disabled_types_command.h 30 class CleanupDisabledTypesCommand : public SyncerCommand {
35 // SyncerCommand implementation.
download_updates_command.h 38 class DownloadUpdatesCommand : public SyncerCommand {
43 // SyncerCommand implementation.
get_commit_ids_command.h 22 class GetCommitIdsCommand : public SyncerCommand {
29 // SyncerCommand implementation.
syncer_types.h 77 // SyncerCommand generated events.

Completed in 4335 milliseconds