Searched refs:GetAllSyncDataReturnError (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/sync_driver/
H A Dfake_generic_change_processor.cc41 syncer::SyncError FakeGenericChangeProcessor::GetAllSyncDataReturnError( function in class:browser_sync::FakeGenericChangeProcessor
H A Dfake_generic_change_processor.h30 virtual syncer::SyncError GetAllSyncDataReturnError(
H A Dshared_change_processor.h87 virtual syncer::SyncError GetAllSyncDataReturnError(
H A Dshared_change_processor.cc125 GetAllSyncDataReturnError(type, &data); // Handles the disconnect case.
129 syncer::SyncError SharedChangeProcessor::GetAllSyncDataReturnError( function in class:browser_sync::SharedChangeProcessor
142 return generic_change_processor_->GetAllSyncDataReturnError(type, data);
H A Dgeneric_change_processor.h82 virtual syncer::SyncError GetAllSyncDataReturnError(
H A Dnon_ui_data_type_controller_unittest.cc74 MOCK_CONST_METHOD2(GetAllSyncDataReturnError,
240 EXPECT_CALL(*change_processor_.get(), GetAllSyncDataReturnError(_,_))
313 EXPECT_CALL(*change_processor_.get(), GetAllSyncDataReturnError(_,_))
350 EXPECT_CALL(*change_processor_.get(), GetAllSyncDataReturnError(_,_))
417 EXPECT_CALL(*change_processor_.get(), GetAllSyncDataReturnError(_,_))
H A Dnon_ui_data_type_controller.cc373 shared_change_processor->GetAllSyncDataReturnError(
H A Dui_data_type_controller.cc171 shared_change_processor_->GetAllSyncDataReturnError(
H A Dgeneric_change_processor.cc187 GetAllSyncDataReturnError(type, &data);
219 syncer::SyncError GenericChangeProcessor::GetAllSyncDataReturnError( function in class:browser_sync::GenericChangeProcessor

Completed in 173 milliseconds