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

  /external/chromium_org/sync/engine/
conflict_util.cc 13 using syncable::IS_UNSYNCED;
apply_control_data_updates.cc 22 using syncable::IS_UNSYNCED;
112 // Note that we don't bother to encrypt any data for which IS_UNSYNCED
commit_util.cc 38 using syncable::IS_UNSYNCED;
syncer_proto_util.cc 37 using syncable::IS_UNSYNCED;
syncer_util.cc 53 using syncable::IS_UNSYNCED;
  /external/chromium_org/sync/syncable/
syncable_enum_conversions.cc 88 ASSERT_ENUM_BOUNDS(IS_UNSYNCED, IS_UNAPPLIED_UPDATE,
91 ENUM_CASE(IS_UNSYNCED);
model_neutral_mutable_entry.cc 128 if (kernel_->ref(IS_UNSYNCED) != value) {
147 kernel_->put(IS_UNSYNCED, value);
entry.h 130 return kernel_->ref(IS_UNSYNCED);
entry_kernel.h 98 IS_UNSYNCED = BIT_FIELDS_BEGIN,
180 // Not to be confused with IS_UNSYNCED, this bit is used to detect local
directory.cc 135 if (entry->ref(IS_UNSYNCED))
496 !entry->ref(IS_UNSYNCED);
656 if (entry->ref(IS_UNSYNCED)) {
658 entry->put(IS_UNSYNCED, false);
698 DCHECK_EQ(entry->ref(IS_UNSYNCED), num_erased > 0);
832 // Note that we do not unset IS_UNSYNCED or IS_UNAPPLIED_UPDATE in order
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 74 'IS_UNSYNCED': false,
116 'IS_UNSYNCED': false,
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 37 'IS_UNSYNCED',
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 763 if (!it->second.mutated.ref(syncable::IS_UNSYNCED)) {
    [all...]
sync_manager_impl_unittest.cc 91 using syncable::IS_UNSYNCED;
    [all...]

Completed in 1249 milliseconds