Searched refs:GetSyncCount (Results 1 – 10 of 10) sorted by relevance
93 int SharedChangeProcessor::GetSyncCount() { in GetSyncCount() function in sync_driver::SharedChangeProcessor101 return generic_change_processor_->GetSyncCount(); in GetSyncCount()
35 virtual int GetSyncCount() OVERRIDE;
55 int FakeGenericChangeProcessor::GetSyncCount() { in GetSyncCount() function in sync_driver::FakeGenericChangeProcessor
82 virtual int GetSyncCount();
96 virtual int GetSyncCount();
77 MOCK_METHOD0(GetSyncCount, int());235 EXPECT_CALL(*change_processor_.get(), GetSyncCount()).WillOnce(Return(0)); in SetAssociateExpectations()
204 shared_change_processor_->GetSyncCount()); in Associate()
389 shared_change_processor->GetSyncCount()); in StartAssociationWithSharedChangeProcessor()
289 int GenericChangeProcessor::GetSyncCount() { in GetSyncCount() function in sync_driver::GenericChangeProcessor
533 int GetSyncCount(syncer::ModelType type) { in GetSyncCount() function in ProfileSyncServiceAutofillTest577 EXPECT_EQ(GetSyncCount(type), in StartSyncService()