OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERVER_POSITION_IN_PARENT
(Results
1 - 7
of
7
) sorted by null
/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/chrome/browser/sync/syncable/
syncable_enum_conversions.cc
55
ENUM_CASE(
SERVER_POSITION_IN_PARENT
);
syncable.cc
158
int64 a_position = a->ref(
SERVER_POSITION_IN_PARENT
);
159
int64 b_position = b->ref(
SERVER_POSITION_IN_PARENT
);
[
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
...]
Completed in 347 milliseconds