HomeSort by relevance Sort by last modified time
    Searched refs:UNIQUE_POSITION (Results 1 - 13 of 13) sorted by null

  /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);
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);
directory.cc 15 #include "sync/internal_api/public/base/unique_position.h"
    [all...]
directory_backing_store_unittest.cc     [all...]
entry.h 205 return kernel_->ref(UNIQUE_POSITION);
entry_kernel.h 14 #include "sync/internal_api/public/base/unique_position.h"
155 UNIQUE_POSITION,
parent_child_index_unittest.cc 93 bm->put(UNIQUE_POSITION, unique_pos);
directory_backing_store.cc 130 !kernel->ref(UNIQUE_POSITION).IsValid()) {
    [all...]
  /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...]
  /external/chromium_org/sync/engine/
commit_util.cc 15 #include "sync/internal_api/public/base/unique_position.h"
42 using syncable::UNIQUE_POSITION;
329 committed_entry.unique_position()));
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());

Completed in 1040 milliseconds