Home
last modified time | relevance | path

Searched refs:GetSyncCount (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/components/sync_driver/
Dshared_change_processor.cc93 int SharedChangeProcessor::GetSyncCount() { in GetSyncCount() function in sync_driver::SharedChangeProcessor
101 return generic_change_processor_->GetSyncCount(); in GetSyncCount()
Dfake_generic_change_processor.h35 virtual int GetSyncCount() OVERRIDE;
Dfake_generic_change_processor.cc55 int FakeGenericChangeProcessor::GetSyncCount() { in GetSyncCount() function in sync_driver::FakeGenericChangeProcessor
Dshared_change_processor.h82 virtual int GetSyncCount();
Dgeneric_change_processor.h96 virtual int GetSyncCount();
Dnon_ui_data_type_controller_unittest.cc77 MOCK_METHOD0(GetSyncCount, int());
235 EXPECT_CALL(*change_processor_.get(), GetSyncCount()).WillOnce(Return(0)); in SetAssociateExpectations()
Dui_data_type_controller.cc204 shared_change_processor_->GetSyncCount()); in Associate()
Dnon_ui_data_type_controller.cc389 shared_change_processor->GetSyncCount()); in StartAssociationWithSharedChangeProcessor()
Dgeneric_change_processor.cc289 int GenericChangeProcessor::GetSyncCount() { in GetSyncCount() function in sync_driver::GenericChangeProcessor
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc533 int GetSyncCount(syncer::ModelType type) { in GetSyncCount() function in ProfileSyncServiceAutofillTest
577 EXPECT_EQ(GetSyncCount(type), in StartSyncService()