Searched refs:has_more_to_sync (Results 1 – 6 of 6) sorted by relevance
126 has_more_to_sync(more_to_sync), in SyncSessionSnapshot()153 value->SetBoolean("hasMoreToSync", has_more_to_sync); in ToValue()
137 const bool has_more_to_sync; member
546 bool has_more_to_sync = true; in DoSyncSessionJob() local547 while (ShouldRunJob(job) && has_more_to_sync) { in DoSyncSessionJob()552 has_more_to_sync = job.session->HasMoreToSync(); in DoSyncSessionJob()553 if (has_more_to_sync) in DoSyncSessionJob()
56 status.syncing = snapshot->has_more_to_sync && snapshot->is_silenced; in CalcSyncing()
2523 if (!event.snapshot->has_more_to_sync) { in OnSyncEngineEvent()
452 !snap->has_more_to_sync && in IsSynced()582 << ", has_more_to_sync: " << snap->has_more_to_sync in LogClientInfo()