HomeSort by relevance Sort by last modified time
    Searched refs:GetAllSyncDataReturnError (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/components/sync_driver/
fake_generic_change_processor.cc 41 syncer::SyncError FakeGenericChangeProcessor::GetAllSyncDataReturnError(
fake_generic_change_processor.h 30 virtual syncer::SyncError GetAllSyncDataReturnError(
shared_change_processor.h 87 virtual syncer::SyncError GetAllSyncDataReturnError(
shared_change_processor.cc 125 GetAllSyncDataReturnError(type, &data); // Handles the disconnect case.
129 syncer::SyncError SharedChangeProcessor::GetAllSyncDataReturnError(
142 return generic_change_processor_->GetAllSyncDataReturnError(type, data);
generic_change_processor.h 82 virtual syncer::SyncError GetAllSyncDataReturnError(
non_ui_data_type_controller_unittest.cc 74 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(_,_))
non_ui_data_type_controller.cc 373 shared_change_processor->GetAllSyncDataReturnError(
ui_data_type_controller.cc 171 shared_change_processor_->GetAllSyncDataReturnError(
generic_change_processor.cc 187 GetAllSyncDataReturnError(type, &data);
219 syncer::SyncError GenericChangeProcessor::GetAllSyncDataReturnError(

Completed in 88 milliseconds