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

  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 140 ASSERT_ENUM_BOUNDS(SYNCING, SYNCING,
143 ENUM_CASE(SYNCING);
syncable.h 171 SYNCING = BIT_TEMPS_BEGIN,
    [all...]
syncable.cc 573 !entry->ref(SYNCING) && !entry->ref(IS_UNAPPLIED_UPDATE) &&
    [all...]
  /external/chromium/chrome/browser/sync/engine/
post_commit_message_command.cc 32 // None of our changes got through. Clear the SYNCING bit which was
41 entry.Put(syncable::SYNCING, false);
process_commit_response_command.cc 41 using syncable::SYNCING;
220 bool syncing_was_set = local_entry.Get(SYNCING);
221 local_entry.Put(SYNCING, false);
all_status.cc 34 status.syncing = true;
55 status.syncing |= snapshot->syncer_status.syncing;
56 status.syncing = snapshot->has_more_to_sync && snapshot->is_silenced;
89 else if (unsynced_changes || status_.syncing)
90 status_.summary = sync_api::SyncManager::Status::SYNCING;
build_commit_command.cc 109 meta_entry.Put(syncable::SYNCING, true);
syncapi.h 429 // Additionally, they will mark for syncing if the underlying value
456 // Sets IS_UNSYNCED and SYNCING to ensure this entry is considered in an
669 // Connected and syncing.
670 SYNCING,
701 bool syncing; member in struct:sync_api::SyncManager::Status
    [all...]
process_commit_response_command_unittest.cc 142 entry.Put(syncable::SYNCING, true);
syncer_unittest.cc 89 using syncable::SYNCING;
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 359 milliseconds