OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 287 milliseconds