Searched refs:ShouldMaintainPosition (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/sync/engine/
H A Dsyncer_proto_util.h61 static bool ShouldMaintainPosition(const sync_pb::SyncEntity& sync_entity);
H A Dprocess_updates_util.cc236 if (target_entry.ShouldMaintainPosition() && !update.deleted()) {
H A Dsyncer_util.cc295 if (!(SyncerProtoUtil::ShouldMaintainPosition(update))) {
413 if (SyncerProtoUtil::ShouldMaintainPosition(update)) {
H A Ddirectory_update_handler_unittest.cc189 EXPECT_FALSE(SyncerProtoUtil::ShouldMaintainPosition(*e));
199 EXPECT_FALSE(entry.ShouldMaintainPosition());
222 EXPECT_FALSE(SyncerProtoUtil::ShouldMaintainPosition(*e));
231 EXPECT_FALSE(entry.ShouldMaintainPosition());
H A Dsyncer_proto_util.cc500 bool SyncerProtoUtil::ShouldMaintainPosition( function in class:syncer::SyncerProtoUtil
/external/chromium_org/sync/syncable/
H A Dentry.cc120 bool Entry::ShouldMaintainPosition() const { function in class:syncer::syncable::Entry
121 return kernel_->ShouldMaintainPosition();
H A Dparent_child_index_unittest.cc299 EXPECT_FALSE(u1->ShouldMaintainPosition());
300 EXPECT_FALSE(u2->ShouldMaintainPosition());
H A Dentry.h251 bool ShouldMaintainPosition() const;
H A Dentry_kernel.cc52 bool EntryKernel::ShouldMaintainPosition() const { function in class:syncer::syncable::EntryKernel
H A Dentry_kernel.h344 bool ShouldMaintainPosition() const;
H A Dmutable_entry.cc72 DCHECK(!ShouldMaintainPosition());
H A Ddirectory.cc1120 if (kernel->ShouldMaintainPosition() && !kernel->ref(IS_DEL)) {
1375 // TODO(rlarocque): Remove all support for placing ShouldMaintainPosition()
1380 if (!e->ShouldMaintainPosition()) {
H A Ddirectory_backing_store.cc129 if (kernel->ShouldMaintainPosition() &&
H A Ddirectory_backing_store_unittest.cc3806 if (it->second->ShouldMaintainPosition()) {
H A Ddirectory_unittest.cc1256 EXPECT_TRUE(child.ShouldMaintainPosition());
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl.cc119 if (!b.ShouldMaintainPosition())

Completed in 232 milliseconds