Searched refs:IS_UNSYNCED (Results 1 - 19 of 19) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc73 using syncable::IS_UNSYNCED;
220 entry->Put(syncable::IS_UNSYNCED, true);
301 entry.Put(syncable::IS_UNSYNCED, true);
314 entry.Put(syncable::IS_UNSYNCED, false);
393 entry.Put(syncable::IS_UNSYNCED, true);
593 parent.Put(syncable::IS_UNSYNCED, true);
629 parent.Put(syncable::IS_UNSYNCED, true);
642 parent2.Put(syncable::IS_UNSYNCED, true);
842 parent.Put(syncable::IS_UNSYNCED, true);
850 child.Put(syncable::IS_UNSYNCED, tru
[all...]
H A Dprocess_updates_command.cc137 if (target_entry.Get(IS_UNSYNCED) || target_entry.Get(BASE_VERSION) > 0) {
152 !target_entry.Get(IS_UNSYNCED) &&
H A Dconflict_resolver.cc46 // With IS_UNSYNCED false, changes should be merged.
48 entry->Put(syncable::IS_UNSYNCED, false);
71 if (!entry.Get(syncable::IS_UNSYNCED)) {
90 entry.Put(syncable::IS_UNSYNCED, false);
207 entryi.Put(syncable::IS_UNSYNCED, true);
218 if (!entry.Get(syncable::IS_UNSYNCED) || entry.Get(syncable::IS_DEL))
252 parent.Put(syncable::IS_UNSYNCED, true);
304 !parent.Get(syncable::IS_UNSYNCED)) {
H A Dbuild_and_process_conflict_sets_command.cc76 if (entry.Get(syncable::IS_UNSYNCED))
97 CHECK(!entry->Get(syncable::IS_UNSYNCED)) << " Storing Rollback data for "
231 (!entry.Get(syncable::IS_UNSYNCED) &&
279 if (parent.Get(syncable::IS_UNSYNCED) &&
333 return e.good() && e.Get(syncable::IS_DEL) && e.Get(syncable::IS_UNSYNCED);
388 if (entry->Get(syncable::IS_UNSYNCED) && !entry->Get(syncable::IS_DEL)) {
H A Dget_commit_ids_command.cc65 if (!AddItemThenPredecessors(trans, &parent, IS_UNSYNCED,
145 syncable::IS_UNSYNCED, routes);
178 parent.Get(syncable::IS_UNSYNCED)) {
H A Dget_commit_ids_command.h39 // It will do Put(IS_UNSYNCED). Refactor this out later.
96 entry.Put(syncable::IS_UNSYNCED, false);
H A Dsyncer_util.cc39 using syncable::IS_UNSYNCED;
227 DCHECK(local_entry.Get(IS_UNSYNCED));
255 if (entry->Get(IS_UNSYNCED)) {
471 if (!local_prev.Get(IS_UNAPPLIED_UPDATE) && !local_prev.Get(IS_UNSYNCED))
549 DCHECK(!entry->Get(IS_UNSYNCED));
667 if (!entry.Get(IS_UNSYNCED) || !entry.Get(IS_DEL))
673 entry.Put(IS_UNSYNCED, false);
741 (!target->Get(IS_UNSYNCED) && target->Get(IS_DEL) &&
766 !target->Get(IS_UNSYNCED) &&
H A Dprocess_commit_response_command.cc34 using syncable::IS_UNSYNCED;
450 DCHECK(local_entry->Get(IS_UNSYNCED));
477 local_entry->Put(IS_UNSYNCED, false);
H A Dprocess_commit_response_command_unittest.cc27 using syncable::IS_UNSYNCED;
100 entry.Put(syncable::IS_UNSYNCED, true);
349 ASSERT_FALSE(c.Get(IS_UNSYNCED)) << "Item should be committed";
353 ASSERT_TRUE(c.Get(IS_UNSYNCED)) << "Item should be uncommitted";
H A Dsyncer_proto_util.cc27 using syncable::IS_UNSYNCED;
266 CHECK(!local_entry.Get(IS_UNSYNCED)) <<
H A Dapply_updates_command_unittest.cc112 entry.Put(syncable::IS_UNSYNCED, true);
H A Dsyncapi.cc785 // Now set the predecessor, which sets IS_UNSYNCED as necessary.
825 // IS_UNSYNCED: Must set this to true or face database insurrection.
863 // Now set the predecessor, which sets IS_UNSYNCED as necessary.
893 // Now set the predecessor, which sets IS_UNSYNCED as necessary.
2351 if (e.Get(syncable::IS_UNSYNCED)) {
/external/chromium/chrome/browser/sync/
H A Dabstract_profile_sync_service_test.cc30 using syncable::IS_UNSYNCED;
85 node.Put(IS_UNSYNCED, false);
H A Dprofile_sync_service_typed_url_unittest.cc58 using syncable::IS_UNSYNCED;
H A Dprofile_sync_service_password_unittest.cc54 using syncable::IS_UNSYNCED;
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_enum_conversions.cc79 ASSERT_ENUM_BOUNDS(IS_UNSYNCED, IS_UNAPPLIED_UPDATE,
82 ENUM_CASE(IS_UNSYNCED);
H A Dsyncable_unittest.cc239 me.Put(IS_UNSYNCED, true); // Or it might be purged.
256 EXPECT_TRUE(me.Get(IS_UNSYNCED));
401 me.Put(IS_UNSYNCED, true);
421 e.Put(IS_UNSYNCED, true);
464 e.Put(IS_UNSYNCED, true);
491 e1.Put(IS_UNSYNCED, true);
494 e2.Put(IS_UNSYNCED, true);
539 item1.Put(IS_UNSYNCED, true);
551 item3.Put(IS_UNSYNCED, true);
563 item5.Put(IS_UNSYNCED, tru
[all...]
H A Dsyncable.cc371 if (entry->ref(IS_UNSYNCED))
574 !entry->ref(IS_UNSYNCED);
711 DCHECK_EQ(entry->ref(IS_UNSYNCED), num_erased > 0);
1018 CHECK(!e.Get(IS_UNSYNCED)) << e;
1060 CHECK(e.Get(IS_UNSYNCED)) << e;
1317 DCHECK(Get(IS_UNSYNCED));
1574 if (IS_UNSYNCED == field)
1794 if (candidate->ref(IS_UNSYNCED))
1830 e->Put(IS_UNSYNCED, true);
H A Dsyncable.h111 IS_UNSYNCED = BIT_FIELDS_BEGIN, enumerator in enum:syncable::IndexedBitField

Completed in 173 milliseconds