HomeSort by relevance Sort by last modified time
    Searched defs:shared_change_processor_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/sync_driver/
non_ui_data_type_controller.h 108 // Calls Disconnect() on |shared_change_processor_|, then sets it to
111 // |shared_change_processor_| must be non-NULL).
150 scoped_refptr<SharedChangeProcessor> shared_change_processor_; member in class:sync_driver::NonUIDataTypeController
ui_data_type_controller.h 116 scoped_refptr<SharedChangeProcessor> shared_change_processor_; member in class:sync_driver::UIDataTypeController
shared_change_processor_unittest.cc 55 shared_change_processor_ = new SharedChangeProcessor();
69 // |shared_change_processor_| may post tasks to delete its members
73 // |shared_change_processor_| on the UI and DB threads.
74 shared_change_processor_ = NULL;
84 // Connect |shared_change_processor_| on the DB thread.
90 shared_change_processor_)));
109 // because we modify |shared_change_processor_| on the main thread
128 scoped_refptr<SharedChangeProcessor> shared_change_processor_; member in class:sync_driver::__anon11488::SyncSharedChangeProcessorTest

Completed in 293 milliseconds