Searched refs:SharedChangeProcessor (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/components/sync_driver/
H A Dshared_change_processor.h39 // SharedChangeProcessor should be created on the UI thread, but should only be
51 class SharedChangeProcessor class in namespace:browser_sync
52 : public base::RefCountedThreadSafe<SharedChangeProcessor> {
54 // Create an uninitialized SharedChangeProcessor.
55 SharedChangeProcessor();
60 // Note: If this SharedChangeProcessor has been disconnected, or the
75 // SharedChangeProcessor.
109 friend class base::RefCountedThreadSafe<SharedChangeProcessor>;
110 virtual ~SharedChangeProcessor();
125 // destructed and/or disconnected on this loop, see ~SharedChangeProcessor
[all...]
H A Dshared_change_processor.cc17 SharedChangeProcessor::SharedChangeProcessor() function in class:browser_sync::SharedChangeProcessor
25 SharedChangeProcessor::~SharedChangeProcessor() {
45 base::WeakPtr<syncer::SyncableService> SharedChangeProcessor::Connect(
78 bool SharedChangeProcessor::Disconnect() {
88 ChangeProcessor* SharedChangeProcessor::generic_change_processor() {
92 int SharedChangeProcessor::GetSyncCount() {
103 syncer::SyncError SharedChangeProcessor::ProcessSyncChanges(
122 syncer::SyncDataList SharedChangeProcessor
[all...]
H A Dshared_change_processor_ref.h17 // SharedChangeProcessor.
22 const scoped_refptr<browser_sync::SharedChangeProcessor>&
45 scoped_refptr<browser_sync::SharedChangeProcessor> change_processor_;
H A Dnon_ui_data_type_controller.h101 // and shutdown, use a factory method to create the SharedChangeProcessor.
102 virtual SharedChangeProcessor* CreateSharedChangeProcessor();
108 const scoped_refptr<SharedChangeProcessor>& shared_change_processor);
147 // Lifetime: The SharedChangeProcessor object is created on the UI
153 scoped_refptr<SharedChangeProcessor> shared_change_processor_;
H A Dshared_change_processor_unittest.cc53 shared_change_processor_ = new SharedChangeProcessor();
106 // Used by Connect(). The SharedChangeProcessor is passed in
110 const scoped_refptr<SharedChangeProcessor>& shared_change_processor) {
126 scoped_refptr<SharedChangeProcessor> shared_change_processor_;
H A Dshared_change_processor_ref.cc10 const scoped_refptr<SharedChangeProcessor>& change_processor)
H A Dui_data_type_controller.h118 scoped_refptr<SharedChangeProcessor> shared_change_processor_;
H A Dnon_ui_data_type_controller.cc19 SharedChangeProcessor*
21 return new SharedChangeProcessor();
317 const scoped_refptr<SharedChangeProcessor>& shared_change_processor) {
H A Dnon_ui_data_type_controller_unittest.cc59 class SharedChangeProcessorMock : public SharedChangeProcessor {
98 SharedChangeProcessor* change_processor,
135 virtual SharedChangeProcessor* CreateSharedChangeProcessor() OVERRIDE {
184 scoped_refptr<SharedChangeProcessor> change_processor_;
H A Dui_data_type_controller.cc70 shared_change_processor_ = new SharedChangeProcessor();
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_impl.cc115 using browser_sync::SharedChangeProcessor;

Completed in 880 milliseconds