OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERVER_PARENT_ID
(Results
1 - 14
of
14
) sorted by null
/external/chromium/chrome/browser/sync/engine/
syncer.cc
41
using syncable::
SERVER_PARENT_ID
;
314
dest->Put(
SERVER_PARENT_ID
, src->Get(
SERVER_PARENT_ID
));
327
entry->Put(
SERVER_PARENT_ID
, syncable::kNullId);
build_and_process_conflict_sets_command.cc
246
entry.Get(syncable::PARENT_ID) != entry.Get(syncable::
SERVER_PARENT_ID
);
263
syncable::Id parent_id = entry->Get(syncable::
SERVER_PARENT_ID
);
281
entry->Get(syncable::
SERVER_PARENT_ID
))
395
entry->Get(syncable::
SERVER_PARENT_ID
));
396
syncable::Id parent_id = entry->Get(syncable::
SERVER_PARENT_ID
);
conflict_resolver.cc
107
entry.Get(syncable::
SERVER_PARENT_ID
);
181
entryi.Get(syncable::
SERVER_PARENT_ID
) ||
186
Id parentid = entryi.Get(syncable::
SERVER_PARENT_ID
);
266
Id parent_id = entry.Get(syncable::
SERVER_PARENT_ID
);
build_commit_command.cc
146
if (new_parent_id != meta_entry.Get(syncable::
SERVER_PARENT_ID
) &&
149
sync_entry->set_old_parent_id(meta_entry.Get(syncable::
SERVER_PARENT_ID
));
syncer_util.cc
54
using syncable::
SERVER_PARENT_ID
;
261
syncable::Id new_parent = entry->Get(
SERVER_PARENT_ID
);
411
target->Put(
SERVER_PARENT_ID
, update.parent_id());
478
entry->ComputePrevIdFromServerPosition(entry->Get(
SERVER_PARENT_ID
));
497
if (entry->Get(PARENT_ID) != entry->Get(
SERVER_PARENT_ID
) ||
563
entry->Put(PARENT_ID, entry->Get(
SERVER_PARENT_ID
));
566
entry->ComputePrevIdFromServerPosition(entry->Get(
SERVER_PARENT_ID
));
[
all
...]
apply_updates_command_unittest.cc
66
entry.Put(syncable::
SERVER_PARENT_ID
, Id::CreateFromServerId(parent_id));
86
entry.Put(syncable::
SERVER_PARENT_ID
, syncable::kNullId);
123
entry.Put(syncable::
SERVER_PARENT_ID
, parent_id);
process_commit_response_command.cc
37
using syncable::
SERVER_PARENT_ID
;
387
// TODO(nick): The server doesn't set entry_response.
server_parent_id
in
388
// practice; to update
SERVER_PARENT_ID
appropriately here we'd need to
392
// Getting this right is important:
SERVER_PARENT_ID
gets fed back into
394
local_entry->Put(syncable::
SERVER_PARENT_ID
,
get_commit_ids_command.cc
188
entry.Get(syncable::
SERVER_PARENT_ID
)) {
process_commit_response_command_unittest.cc
111
entry.Put(syncable::
SERVER_PARENT_ID
, parent_id);
syncapi_unittest.cc
155
entry.Put(syncable::
SERVER_PARENT_ID
, syncable::kNullId);
[
all
...]
syncer_unittest.cc
82
using syncable::
SERVER_PARENT_ID
;
298
entry.Put(
SERVER_PARENT_ID
, test->parent_id);
323
entry.Put(
SERVER_PARENT_ID
, trans.root_id());
[
all
...]
/external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc
69
ENUM_CASE(
SERVER_PARENT_ID
);
syncable.h
98
SERVER_PARENT_ID
,
429
// under
SERVER_PARENT_ID
that is consistent with the
[
all
...]
/external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
73
using syncable::
SERVER_PARENT_ID
;
[
all
...]
Completed in 176 milliseconds