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

  /external/chromium/chrome/browser/sync/engine/
store_timestamps_command.h 26 class StoreTimestampsCommand : public SyncerCommand {
28 StoreTimestampsCommand();
29 virtual ~StoreTimestampsCommand();
35 DISALLOW_COPY_AND_ASSIGN(StoreTimestampsCommand);
store_timestamps_command.cc 15 StoreTimestampsCommand::StoreTimestampsCommand() {}
16 StoreTimestampsCommand::~StoreTimestampsCommand() {}
18 void StoreTimestampsCommand::ExecuteImpl(sessions::SyncSession* session) {
syncer.cc 156 StoreTimestampsCommand store_timestamps;

Completed in 45 milliseconds