Home
last modified time | relevance | path

Searched refs:SharedChangeProcessorRef (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/sync_driver/
Dshared_change_processor_ref.cc9 SharedChangeProcessorRef::SharedChangeProcessorRef( in SharedChangeProcessorRef() function in sync_driver::SharedChangeProcessorRef
15 SharedChangeProcessorRef::~SharedChangeProcessorRef() {} in ~SharedChangeProcessorRef()
17 syncer::SyncError SharedChangeProcessorRef::ProcessSyncChanges( in ProcessSyncChanges()
23 syncer::SyncDataList SharedChangeProcessorRef::GetAllSyncData( in GetAllSyncData()
28 syncer::SyncError SharedChangeProcessorRef::UpdateDataTypeContext( in UpdateDataTypeContext()
36 syncer::SyncError SharedChangeProcessorRef::CreateAndUploadError( in CreateAndUploadError()
Dshared_change_processor_ref.h18 class SharedChangeProcessorRef : public syncer::SyncChangeProcessor,
21 SharedChangeProcessorRef(
24 virtual ~SharedChangeProcessorRef();
Dui_data_type_controller.cc192 new SharedChangeProcessorRef(shared_change_processor_)), in Associate()
194 new SharedChangeProcessorRef(shared_change_processor_))); in Associate()
Dnon_ui_data_type_controller.cc377 new SharedChangeProcessorRef(shared_change_processor)), in StartAssociationWithSharedChangeProcessor()
379 new SharedChangeProcessorRef(shared_change_processor))); in StartAssociationWithSharedChangeProcessor()