Searched refs:ShouldPushChanges (Results 1 – 11 of 11) sorted by relevance
232 EXPECT_TRUE(sync_->ShouldPushChanges()); in TEST_F()268 EXPECT_FALSE(sync_->ShouldPushChanges()); in TEST_F()307 EXPECT_TRUE(sync_->ShouldPushChanges()); in TEST_F()320 EXPECT_FALSE(sync_->ShouldPushChanges()); in TEST_F()324 EXPECT_FALSE(sync_->ShouldPushChanges()); in TEST_F()339 EXPECT_TRUE(sync_->ShouldPushChanges()); in TEST_F()
32 virtual bool ShouldPushChanges() = 0;
283 virtual bool ShouldPushChanges() OVERRIDE;
1589 } else if (ShouldPushChanges()) { in QuerySyncStatusSummary()2397 bool ProfileSyncService::ShouldPushChanges() { in ShouldPushChanges() function in ProfileSyncService
573 if (sync_service_->ShouldPushChanges()) { in StartSyncService()
125 const bool synced = sync_service_->ShouldPushChanges(); in CheckAppSync()
82 if (service()->ShouldPushChanges()) in IsExitConditionSatisfied()431 << service()->ShouldPushChanges(); in GetClientInfoString()
83 pss_->ShouldPushChanges(); in IsBackupComplete()
43 if (!service || !service->ShouldPushChanges()) in GetOpenTabsUIDelegate()
156 if (service && service->ShouldPushChanges()) in GetOpenTabsUIDelegate()
674 if (service && service->ShouldPushChanges()) in GetOpenTabsUIDelegate()