HomeSort by relevance Sort by last modified time
    Searched defs:StoreTimestampsCommand (Results 1 - 2 of 2) 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) {

Completed in 233 milliseconds