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

1 2

  /external/chromium_org/sync/engine/
conflict_util.cc 13 using syncable::IS_UNSYNCED;
23 DCHECK(entry->Get(IS_UNSYNCED));
25 entry->Put(IS_UNSYNCED, false);
32 DCHECK(entry->Get(IS_UNSYNCED));
46 DCHECK(entry->Get(IS_UNSYNCED));
50 entry->Put(IS_UNSYNCED, false);
syncer_unittest.cc 91 using syncable::IS_UNSYNCED;
258 entry->Put(syncable::IS_UNSYNCED, true);
353 entry.Put(syncable::IS_UNSYNCED, true);
367 entry.Put(syncable::IS_UNSYNCED, false);
457 entry.Put(syncable::IS_UNSYNCED, true);
612 entry_x.Put(IS_UNSYNCED, true);
619 entry_w.Put(IS_UNSYNCED, true);
657 A.Put(IS_UNSYNCED, true);
674 EXPECT_TRUE(entryA.Get(IS_UNSYNCED));
688 EXPECT_FALSE(entryA.Get(IS_UNSYNCED));
    [all...]
apply_control_data_updates.cc 22 using syncable::IS_UNSYNCED;
115 // Note that we don't bother to encrypt any data for which IS_UNSYNCED
128 if (!entry->Get(IS_UNSYNCED)) { // Update only.
208 if (entry->Get(IS_UNSYNCED)) {
get_commit_ids_command.cc 89 if (entry.Get(syncable::IS_UNSYNCED) &&
114 DCHECK(entry.Get(syncable::IS_UNSYNCED));
225 DCHECK(item.Get(syncable::IS_UNSYNCED));
234 // be cut short if any item along the traversal is not IS_UNSYNCED, or if we
257 if (!prev.Get(syncable::IS_UNSYNCED)) {
355 parent.Get(syncable::IS_UNSYNCED)) {
conflict_resolver.cc 47 // both IS_UNSYNCED and IS_UNAPPLIED_UDPATE set.
49 !entry.Get(syncable::IS_UNSYNCED)) {
58 entry.Put(syncable::IS_UNSYNCED, false);
syncer_util.cc 50 using syncable::IS_UNSYNCED;
172 DCHECK(local_entry.Get(IS_UNSYNCED));
255 if (entry->Get(IS_UNSYNCED)) {
436 DCHECK(!entry->Get(IS_UNSYNCED));
507 if (!entry.Get(IS_UNSYNCED) || !entry.Get(IS_DEL))
513 entry.Put(IS_UNSYNCED, false);
580 (!target->Get(IS_UNSYNCED) && target->Get(IS_DEL) &&
process_commit_response_command.cc 45 using syncable::IS_UNSYNCED;
394 DCHECK(local_entry->Get(IS_UNSYNCED));
421 local_entry->Put(IS_UNSYNCED, false);
process_commit_response_command_unittest.cc 37 using syncable::IS_UNSYNCED;
343 ASSERT_FALSE(c.Get(IS_UNSYNCED)) << "Item should be committed";
347 ASSERT_TRUE(c.Get(IS_UNSYNCED)) << "Item should be uncommitted";
  /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";
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 30 using syncable::IS_UNSYNCED;
85 node.Put(IS_UNSYNCED, false);
  /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...]
  /external/chromium_org/sync/syncable/
syncable_enum_conversions.cc 88 ASSERT_ENUM_BOUNDS(IS_UNSYNCED, IS_UNAPPLIED_UPDATE,
91 ENUM_CASE(IS_UNSYNCED);
syncable_unittest.cc 354 me.Put(IS_UNSYNCED, true); // Or it might be purged.
376 EXPECT_TRUE(me.Get(IS_UNSYNCED));
435 bm.Put(IS_UNSYNCED, true);
535 me.Put(IS_UNSYNCED, true);
573 e.Put(IS_UNSYNCED, true);
615 e.Put(IS_UNSYNCED, true);
642 e1.Put(IS_UNSYNCED, true);
645 e2.Put(IS_UNSYNCED, true);
678 e.Put(IS_UNSYNCED, true);
693 e1.Put(IS_UNSYNCED, true)
    [all...]
mutable_entry.cc 131 // need to keep it around. Unsetting IS_UNSYNCED will:
139 Put(IS_UNSYNCED, false);
376 if (IS_UNSYNCED == field) {
456 if (!(e->Put(IS_UNSYNCED, true)))
  /external/chromium_org/sync/internal_api/test/
test_entry_factory.cc 107 entry.Put(syncable::IS_UNSYNCED, true);
161 entry.Put(syncable::IS_UNSYNCED, false);
222 entry.Put(syncable::IS_UNSYNCED, true);
249 return entry.Get(syncable::IS_UNSYNCED);
  /external/chromium_org/sync/test/engine/
test_syncable_utils.cc 81 node.Put(syncable::IS_UNSYNCED, false);

Completed in 399 milliseconds

1 2