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

  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 73 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, true)
    [all...]
process_updates_command.cc 137 if (target_entry.Get(IS_UNSYNCED) || target_entry.Get(BASE_VERSION) > 0) {
152 !target_entry.Get(IS_UNSYNCED) &&
conflict_resolver.cc 46 // 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)) {
build_and_process_conflict_sets_command.cc 76 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)) {
get_commit_ids_command.cc 65 if (!AddItemThenPredecessors(trans, &parent, IS_UNSYNCED,
145 syncable::IS_UNSYNCED, routes);
178 parent.Get(syncable::IS_UNSYNCED)) {
get_commit_ids_command.h 39 // It will do Put(IS_UNSYNCED). Refactor this out later.
96 entry.Put(syncable::IS_UNSYNCED, false);
syncer_util.cc 39 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) &&
    [all...]
process_commit_response_command.cc 34 using syncable::IS_UNSYNCED;
450 DCHECK(local_entry->Get(IS_UNSYNCED));
477 local_entry->Put(IS_UNSYNCED, false);
process_commit_response_command_unittest.cc 27 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";
syncer_proto_util.cc 27 using syncable::IS_UNSYNCED;
266 CHECK(!local_entry.Get(IS_UNSYNCED)) <<
apply_updates_command_unittest.cc 112 entry.Put(syncable::IS_UNSYNCED, true);
syncapi.cc 785 // 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.
    [all...]
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 30 using syncable::IS_UNSYNCED;
85 node.Put(IS_UNSYNCED, false);
profile_sync_service_typed_url_unittest.cc 58 using syncable::IS_UNSYNCED;
profile_sync_service_password_unittest.cc 54 using syncable::IS_UNSYNCED;
  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 79 ASSERT_ENUM_BOUNDS(IS_UNSYNCED, IS_UNAPPLIED_UPDATE,
82 ENUM_CASE(IS_UNSYNCED);
syncable_unittest.cc 239 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, true)
    [all...]
syncable.cc 371 if (entry->ref(IS_UNSYNCED))
574 !entry->ref(IS_UNSYNCED);
711 DCHECK_EQ(entry->ref(IS_UNSYNCED), num_erased > 0);
    [all...]
syncable.h 111 IS_UNSYNCED = BIT_FIELDS_BEGIN,
    [all...]

Completed in 197 milliseconds