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

  /external/chromium_org/sync/engine/
process_updates_command_unittest.cc 151 EXPECT_FALSE(SyncerProtoUtil::ShouldMaintainPosition(*e));
159 EXPECT_FALSE(entry.ShouldMaintainPosition());
176 EXPECT_FALSE(SyncerProtoUtil::ShouldMaintainPosition(*e));
184 EXPECT_FALSE(entry.ShouldMaintainPosition());
syncer_proto_util.h 71 static bool ShouldMaintainPosition(const sync_pb::SyncEntity& sync_entity);
syncer_util.cc 289 if (!(SyncerProtoUtil::ShouldMaintainPosition(update))) {
408 if (SyncerProtoUtil::ShouldMaintainPosition(update)) {
process_updates_command.cc 313 if (target_entry.ShouldMaintainPosition() && !update.deleted()) {
syncer_proto_util.cc 533 bool SyncerProtoUtil::ShouldMaintainPosition(
  /external/chromium_org/sync/syncable/
entry.h 133 bool ShouldMaintainPosition() const;
entry.cc 119 bool Entry::ShouldMaintainPosition() const {
120 return kernel_->ShouldMaintainPosition();
parent_child_index_unittest.cc 299 EXPECT_FALSE(u1->ShouldMaintainPosition());
300 EXPECT_FALSE(u2->ShouldMaintainPosition());
entry_kernel.cc 52 bool EntryKernel::ShouldMaintainPosition() const {
entry_kernel.h 314 bool ShouldMaintainPosition() const;
mutable_entry.cc 73 DCHECK(!ShouldMaintainPosition());
directory.cc     [all...]
directory_backing_store_unittest.cc     [all...]
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.cc 153 if (node.GetEntry()->ShouldMaintainPosition())
syncapi.cc     [all...]
  /external/chromium_org/sync/internal_api/
base_node.cc 247 if (GetEntry()->ShouldMaintainPosition() &&
sync_manager_impl.cc 231 if (!b.ShouldMaintainPosition())
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 407 bool ShouldMaintainPosition() const {
    [all...]
syncable.cc     [all...]

Completed in 2911 milliseconds