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

  /external/chromium/chrome/browser/sync/engine/
download_updates_command.h 25 // the SyncSession. DownloadUpdatesCommand will fetch updates for
27 // point to the server. DownloadUpdatesCommand stores the server response
31 // DownloadUpdatesCommand consumes the information stored by the
34 // In practice, DownloadUpdatesCommand should loop until all updates are
38 class DownloadUpdatesCommand : public SyncerCommand {
40 DownloadUpdatesCommand();
41 virtual ~DownloadUpdatesCommand();
50 DISALLOW_COPY_AND_ASSIGN(DownloadUpdatesCommand);
download_updates_command.cc 24 DownloadUpdatesCommand::DownloadUpdatesCommand() {}
25 DownloadUpdatesCommand::~DownloadUpdatesCommand() {}
27 void DownloadUpdatesCommand::ExecuteImpl(SyncSession* session) {
106 void DownloadUpdatesCommand::SetRequestedTypes(
download_updates_command_unittest.cc 39 DownloadUpdatesCommand command_;
syncer.cc 129 DownloadUpdatesCommand download_updates;

Completed in 2888 milliseconds