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

  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 91 ASSERT_ENUM_BOUNDS(IS_DEL, IS_DEL,
94 ENUM_CASE(IS_DEL);
102 IS_DEL + 1, BIT_FIELDS_END - 1);
syncable_enum_conversions_unittest.cc 56 GetIsDelFieldString, INDEXED_BIT_FIELDS_END, IS_DEL);
61 GetBitFieldString, IS_DEL + 1, BIT_FIELDS_END - 1);
syncable_unittest.cc 176 e.Put(IS_DEL, true);
238 me.Put(IS_DEL, true);
255 EXPECT_TRUE(me.Get(IS_DEL));
410 bool is_del);
702 ASSERT_TRUE(e1.Put(IS_DEL, true));
705 ASSERT_TRUE(e2.Put(IS_DEL, true));
708 ASSERT_TRUE(e3.Put(IS_DEL, true));
710 ASSERT_TRUE(e1.Put(IS_DEL, false));
711 ASSERT_TRUE(e2.Put(IS_DEL, false));
712 ASSERT_TRUE(e3.Put(IS_DEL, false))
    [all...]
syncable.cc 171 return !a->ref(IS_DEL) && !a->ref(ID).IsRoot();
242 INDEXED_BIT_FIELDS_END, IS_DEL);
245 IS_DEL + 1, BIT_FIELDS_END - 1);
530 if (!entry->ref(IS_DEL)) {
572 bool safe = entry->ref(IS_DEL) && !entry->is_dirty() &&
715 DCHECK_EQ(entry->ref(IS_DEL), !num_erased);
    [all...]
directory_backing_store_unittest.cc 91 "is_del bit default 0,is_dir bit default 0,"
216 "is_del bit default 0,is_dir bit default 0,"
320 "is_del bit default 0,is_dir bit default 0,"
453 "is_del bit default 0,is_dir bit default 0,"
    [all...]
syncable.h 117 IS_DEL = INDEXED_BIT_FIELDS_END,
121 IS_DIR = IS_DEL + 1,
    [all...]
  /external/chromium/chrome/browser/sync/engine/
build_and_process_conflict_sets_command.cc 111 if (!entry.Put(syncable::IS_DEL, backup->ref(syncable::IS_DEL)))
117 if (!backup->ref(syncable::IS_DEL)) {
129 entry.Put(syncable::IS_DEL, backup->ref(syncable::IS_DEL));
240 (entry.Get(syncable::IS_DEL) || entry.Get(syncable::SERVER_IS_DEL))) {
269 if (parent.Get(syncable::IS_DEL))
304 CHECK(!e.Get(syncable::IS_DEL)) << " Inconsistency in local tree. "
308 CHECK(!e.Get(syncable::IS_DEL)) << " Deleted entry has children. "
333 return e.good() && e.Get(syncable::IS_DEL) && e.Get(syncable::IS_UNSYNCED)
    [all...]
get_commit_ids_command.cc 95 if (item->Get(syncable::IS_DEL))
141 if (!entry.Get(syncable::IS_DEL)) {
167 if (entry.Get(syncable::IS_DEL)) {
177 parent.Get(syncable::IS_DEL) &&
228 if (entry.Get(syncable::IS_DEL)) {
syncer_util.cc 36 using syncable::IS_DEL;
162 // The SyncAPI equivalent of this function will return !good if IS_DEL.
163 // The syncable version will return good even if IS_DEL.
164 // TODO(chron): Unit test the case with IS_DEL and make sure.
220 if (local_entry.good() && !local_entry.Get(IS_DEL)) {
269 if (!parent.good() || parent.Get(IS_DEL) || !parent.Get(IS_DIR)) {
273 if (!entry->Get(IS_DEL) && !IsLegalNewParent(trans, id, new_parent)) {
469 if (!local_prev.good() || local_prev.Get(IS_DEL))
489 if (entry->Get(IS_DEL) && entry->Get(SERVER_IS_DEL))
499 entry->Get(IS_DEL) != entry->Get(SERVER_IS_DEL))
    [all...]
conflict_resolver.cc 87 if (entry.Get(syncable::IS_DEL) && entry.Get(syncable::SERVER_IS_DEL)) {
108 bool entry_deleted = entry.Get(syncable::IS_DEL);
218 if (!entry.Get(syncable::IS_UNSYNCED) || entry.Get(syncable::IS_DEL))
268 if (!parent.good() || !parent.Get(syncable::IS_DEL) ||
298 if (parent.Get(syncable::IS_DEL))
302 if (!parent.Get(syncable::IS_DEL) ||
332 entry.Put(syncable::IS_DEL, false);
build_commit_command.cc 22 using syncable::IS_DEL;
133 if (meta_entry.Get(syncable::IS_DEL) &&
171 if (meta_entry.Get(IS_DEL)) {
syncer_unittest.cc 70 using syncable::IS_DEL;
215 EXPECT_FALSE(entry->Get(IS_DEL));
224 EXPECT_FALSE(entry->Get(IS_DEL));
317 entry.Put(syncable::IS_DEL, true);
    [all...]
syncer_proto_util.cc 25 using syncable::IS_DEL;
269 if (local_entry.Get(IS_DEL) && server_entry.deleted())
291 if (local_entry.Get(IS_DEL) != server_entry.deleted()) {
process_commit_response_command.cc 31 using syncable::IS_DEL;
413 DCHECK(local_entry->Get(IS_DEL));
483 // local_entry->Get(IS_DEL). For example, an item could be renamed, and then
485 if (local_entry->Get(IS_DIR) && local_entry->Get(IS_DEL)) {
syncapi.cc 708 return (entry_->good() && !entry_->Get(syncable::IS_DEL) &&
725 return (entry_->good() && !entry_->Get(syncable::IS_DEL) &&
737 if (entry_->Get(syncable::IS_DEL))
816 if (existing_entry->Get(syncable::IS_DEL)) {
821 // IS_DEL: Must be set to false, will cause reindexing.
822 // This one is weird because IS_DEL is true for "update only"
832 existing_entry->Put(syncable::IS_DEL, false);
    [all...]
apply_updates_command_unittest.cc 114 entry.Put(syncable::IS_DEL, false);
process_commit_response_command_unittest.cc 102 entry.Put(syncable::IS_DEL, false);
syncapi_unittest.cc 161 entry.Put(syncable::IS_DEL, false);
    [all...]
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 27 using syncable::IS_DEL;
89 node.Put(IS_DEL, false);
profile_sync_service_typed_url_unittest.cc 55 using syncable::IS_DEL;
profile_sync_service_password_unittest.cc 51 using syncable::IS_DEL;

Completed in 630 milliseconds