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

  /external/chromium/chrome/browser/sync/engine/
verify_updates_command.h 24 class VerifyUpdatesCommand : public ModelChangingSyncerCommand {
26 VerifyUpdatesCommand();
27 virtual ~VerifyUpdatesCommand();
40 DISALLOW_COPY_AND_ASSIGN(VerifyUpdatesCommand);
verify_updates_command.cc 26 VerifyUpdatesCommand::VerifyUpdatesCommand() {}
27 VerifyUpdatesCommand::~VerifyUpdatesCommand() {}
29 void VerifyUpdatesCommand::ModelChangingExecuteImpl(
77 VerifyUpdatesCommand::VerifyUpdateResult VerifyUpdatesCommand::VerifyUpdate(
verify_updates_command_unittest.cc 71 VerifyUpdatesCommand command_;
syncer.cc 142 VerifyUpdatesCommand verify_updates;

Completed in 2171 milliseconds