/external/chromium/chrome/browser/sync/syncable/ |
syncable_columns.h | 32 {"server_position_in_parent", "bigint default 0"},
|
syncable_enum_conversions.cc | 55 ENUM_CASE(SERVER_POSITION_IN_PARENT);
|
directory_backing_store_unittest.cc | 85 "server_position_in_parent bigint default 0," 210 "server_position_in_parent bigint default 0," 314 "server_position_in_parent bigint default 0," 447 "server_position_in_parent bigint default 0," [all...] |
syncable.h | 81 SERVER_POSITION_IN_PARENT, 430 // SERVER_POSITION_IN_PARENT ordering. 850 // is determined by the SERVER_POSITION_IN_PARENT value of |update_item|, 851 // as well as the SERVER_POSITION_IN_PARENT values of any up-to-date [all...] |
syncable.cc | 158 int64 a_position = a->ref(SERVER_POSITION_IN_PARENT); 159 int64 b_position = b->ref(SERVER_POSITION_IN_PARENT); [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer.cc | 42 using syncable::SERVER_POSITION_IN_PARENT; 322 dest->Put(SERVER_POSITION_IN_PARENT, src->Get(SERVER_POSITION_IN_PARENT)); 335 entry->Put(SERVER_POSITION_IN_PARENT, 0);
|
process_commit_response_command.cc | 38 using syncable::SERVER_POSITION_IN_PARENT; 385 local_entry->Put(syncable::SERVER_POSITION_IN_PARENT, 434 local_entry->Get(SERVER_POSITION_IN_PARENT));
|
syncer_util.cc | 55 using syncable::SERVER_POSITION_IN_PARENT; 441 target->Put(SERVER_POSITION_IN_PARENT, update.position_in_parent()); [all...] |
syncer_unittest.cc | 83 using syncable::SERVER_POSITION_IN_PARENT; 1926 int64 server_position_in_parent; local [all...] |
/external/chromium_org/sync/syncable/ |
directory_backing_store_unittest.cc | 397 "server_position_in_parent bigint default 0," 521 "server_position_in_parent bigint default 0," 624 "server_position_in_parent bigint default 0," [all...] |
directory_backing_store.cc | [all...] |
/external/chromium_org/sync/protocol/ |
sync.proto | 354 // |server_position_in_parent| for more information on how this is handled. [all...] |