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

  /external/chromium/chrome/browser/sync/engine/
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);

Completed in 31 milliseconds