Home
last modified time | relevance | path

Searched refs:SYNCING (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
Dsyncable_enum_conversions.cc140 ASSERT_ENUM_BOUNDS(SYNCING, SYNCING, in GetBitTempString()
143 ENUM_CASE(SYNCING); in GetBitTempString()
Dsyncable.h171 SYNCING = BIT_TEMPS_BEGIN, enumerator
Dsyncable.cc573 !entry->ref(SYNCING) && !entry->ref(IS_UNAPPLIED_UPDATE) && in SafeToPurgeFromMemory()
1831 e->Put(SYNCING, false); in MarkForSyncing()
/external/chromium/chrome/browser/sync/engine/
Dpost_commit_message_command.cc41 entry.Put(syncable::SYNCING, false); in ExecuteImpl()
Dprocess_commit_response_command.cc41 using syncable::SYNCING;
220 bool syncing_was_set = local_entry.Get(SYNCING); in ProcessSingleCommitResponse()
221 local_entry.Put(SYNCING, false); in ProcessSingleCommitResponse()
Dall_status.cc90 status_.summary = sync_api::SyncManager::Status::SYNCING; in CalcStatusChanges()
Dbuild_commit_command.cc109 meta_entry.Put(syncable::SYNCING, true); in ExecuteImpl()
Dsyncapi.h670 SYNCING, enumerator
Dprocess_commit_response_command_unittest.cc142 entry.Put(syncable::SYNCING, true); in CreateUnprocessedCommitResult()
Dsyncer_unittest.cc89 using syncable::SYNCING;
2776 EXPECT_TRUE(alice.Get(SYNCING)) << "Expected to be called mid-commit."; in MoveBobIntoID2()
2782 bob.Put(SYNCING, false); in MoveBobIntoID2()
2809 fred.Put(SYNCING, false); in TEST_F()
4550 perm_folder.Put(SYNCING, false); in Create()
4566 entry.Put(SYNCING, false); in Delete()
4579 entry.Put(SYNCING, false); in Undelete()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc4208 status.summary == ProfileSyncService::Status::SYNCING) { in EnableSyncForDatatypes()
4246 status.summary != ProfileSyncService::Status::SYNCING) { in DisableSyncForDatatypes()
4271 status.summary == ProfileSyncService::Status::SYNCING) { in DisableSyncForDatatypes()