HomeSort by relevance Sort by last modified time
    Searched full:unique_position (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/sync/test/fake_server/
bookmark_entity_builder.cc 13 #include "sync/internal_api/public/base/unique_position.h"
59 sync_pb::UniquePosition unique_position; local
63 syncer::UniquePosition::FromInt64(0, suffix).ToProto(&unique_position);
71 unique_position,
bookmark_entity.cc 48 client_entity.unique_position(),
77 client_entity.unique_position(),
91 const sync_pb::UniquePosition& unique_position,
100 unique_position_(unique_position),
124 sync_pb::UniquePosition* unique_position = proto->mutable_unique_position(); local
125 unique_position->CopyFrom(unique_position_);
bookmark_entity.h 44 const sync_pb::UniquePosition& unique_position,
  /external/chromium_org/sync/syncable/
parent_child_index.cc 18 const UniquePosition& a_pos = a->ref(UNIQUE_POSITION);
19 const UniquePosition& b_pos = b->ref(UNIQUE_POSITION);
36 DCHECK(!a->ref(UNIQUE_POSITION).IsValid());
37 DCHECK(!b->ref(UNIQUE_POSITION).IsValid());
syncable_enum_conversions.cc 151 ASSERT_ENUM_BOUNDS(SERVER_UNIQUE_POSITION, UNIQUE_POSITION,
156 ENUM_CASE(UNIQUE_POSITION);
syncable_util.cc 70 // UNIQUE_POSITION field. In this case, UNIQUE_POSITION among the
mutable_entry.cc 8 #include "sync/internal_api/public/base/unique_position.h"
70 kernel_->put(UNIQUE_POSITION, UniquePosition::InitialPosition(unique_tag));
216 if(!kernel_->ref(UNIQUE_POSITION).Equals(value)) {
222 kernel_->put(UNIQUE_POSITION, value);
syncable_columns.h 63 {"unique_position", "blob"},
directory.cc 15 #include "sync/internal_api/public/base/unique_position.h"
    [all...]
model_neutral_mutable_entry.h 26 // to change an entry's SPECIFICS or UNIQUE_POSITION fields with this kind of
entry_kernel.h 14 #include "sync/internal_api/public/base/unique_position.h"
155 UNIQUE_POSITION,
entry.h 205 return kernel_->ref(UNIQUE_POSITION);
directory_backing_store_unittest.cc     [all...]
  /external/chromium_org/sync/protocol/
BUILD.gn 48 "unique_position.proto",
unique_position.proto 74 // sync/internal_api/base/unique_position.cc.
sync.proto 51 import "unique_position.proto";
253 // this item's |unique_position|.
256 // |position_in_parent| but no |unique_position|. They should locally convert
301 // bookmarks' unique_position field.
309 // bookmarks' unique_position field.
349 // by |unique_position| before either the client or server made much of an
367 // Refer to its definition in unique_position.proto for more information about
369 optional UniquePosition unique_position = 25;
    [all...]
proto_value_conversions.cc 18 #include "sync/internal_api/public/base/unique_position.h"
45 #include "sync/protocol/unique_position.pb.h"
848 SET(unique_position, UniquePositionToStringValue);
    [all...]
  /external/chromium_org/sync/engine/
syncer_util_unittest.cc 8 #include "sync/internal_api/public/base/unique_position.h"
161 // Checks that whole cycle of unique_position updating from
183 // Checks that whole cycle of unique_position updating does not
syncer_util.h 55 // prefers to use the unique_position() field, but will fall back to using the
commit_util.cc 15 #include "sync/internal_api/public/base/unique_position.h"
42 using syncable::UNIQUE_POSITION;
329 committed_entry.unique_position()));
syncer.cc 22 #include "sync/internal_api/public/base/unique_position.h"
syncer_util.cc 22 #include "sync/internal_api/public/base/unique_position.h"
74 using syncable::UNIQUE_POSITION;
298 return UniquePosition::FromProto(update.unique_position());
  /external/chromium_org/sync/
sync.gyp 226 'internal_api/public/base/unique_position.cc',
227 'internal_api/public/base/unique_position.h',
502 'protocol/unique_position.proto',
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 102 'UNIQUE_POSITION': 'INVALID[]',
150 'UNIQUE_POSITION': 'INVALID[]',
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 60 using syncable::UNIQUE_POSITION;
121 if (!a.ref(UNIQUE_POSITION).Equals(b.ref(UNIQUE_POSITION)))
    [all...]

Completed in 331 milliseconds

1 2