OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERVER_MTIME
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/sync/engine/
syncer.cc
39
using syncable::
SERVER_MTIME
;
315
dest->Put(
SERVER_MTIME
, src->Get(
SERVER_MTIME
));
328
entry->Put(
SERVER_MTIME
, 0);
syncer_util.cc
52
using syncable::
SERVER_MTIME
;
416
target->Put(
SERVER_MTIME
,
520
ClientTimeToServerTime(entry->Get(
SERVER_MTIME
)));
572
entry->Put(MTIME, entry->Get(
SERVER_MTIME
));
[
all
...]
process_commit_response_command.cc
381
local_entry->Put(syncable::
SERVER_MTIME
,
/external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc
52
ENUM_CASE(
SERVER_MTIME
);
syncable.h
75
SERVER_MTIME
,
[
all
...]
Completed in 35 milliseconds