Home
last modified time | relevance | path

Searched refs:VerifyUpdatesCommand (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dverify_updates_command.cc26 VerifyUpdatesCommand::VerifyUpdatesCommand() {} in VerifyUpdatesCommand() function in browser_sync::VerifyUpdatesCommand
27 VerifyUpdatesCommand::~VerifyUpdatesCommand() {} in ~VerifyUpdatesCommand()
29 void VerifyUpdatesCommand::ModelChangingExecuteImpl( in ModelChangingExecuteImpl()
77 VerifyUpdatesCommand::VerifyUpdateResult VerifyUpdatesCommand::VerifyUpdate( in VerifyUpdate()
Dverify_updates_command.h24 class VerifyUpdatesCommand : public ModelChangingSyncerCommand {
26 VerifyUpdatesCommand();
27 virtual ~VerifyUpdatesCommand();
40 DISALLOW_COPY_AND_ASSIGN(VerifyUpdatesCommand);
Dverify_updates_command_unittest.cc71 VerifyUpdatesCommand command_;
Dsyncer.cc142 VerifyUpdatesCommand verify_updates; in SyncShare()