Searched refs:StartImpl (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/chrome/browser/sync/glue/
H A Dchange_processor.cc18 StartImpl(profile);
H A Dchange_processor_mock.h26 MOCK_METHOD1(StartImpl, void(Profile* profile));
H A Dchange_processor.h34 // |StartImpl|.
57 virtual void StartImpl(Profile* profile) = 0;
H A Dextension_change_processor.h51 virtual void StartImpl(Profile* profile);
H A Dpreference_change_processor.h46 virtual void StartImpl(Profile* profile);
H A Dsession_change_processor.h59 virtual void StartImpl(Profile* profile);
H A Dtheme_change_processor.h49 virtual void StartImpl(Profile* profile);
H A Dpassword_change_processor.h58 virtual void StartImpl(Profile* profile) OVERRIDE;
H A Dtyped_url_change_processor.h59 virtual void StartImpl(Profile* profile);
H A Dpassword_data_type_controller.cc63 NewRunnableMethod(this, &PasswordDataTypeController::StartImpl));
76 // thread to finish the StartImpl() task.
128 void PasswordDataTypeController::StartImpl() { function in class:browser_sync::PasswordDataTypeController
H A Dautofill_change_processor.h69 virtual void StartImpl(Profile* profile);
H A Dautofill_data_type_controller.h75 void StartImpl();
H A Dautofill_profile_change_processor.h56 virtual void StartImpl(Profile* profile) {} function in class:browser_sync::AutofillProfileChangeProcessor
H A Dpassword_data_type_controller.h57 void StartImpl();
H A Dautofill_data_type_controller.cc83 &AutofillDataTypeController::StartImpl));
106 &AutofillDataTypeController::StartImpl));
120 // thread to finish the StartImpl() task.
200 void AutofillDataTypeController::StartImpl() { function in class:browser_sync::AutofillDataTypeController
201 VLOG(1) << "Autofill data type controller StartImpl called.";
H A Dbookmark_change_processor.h104 virtual void StartImpl(Profile* profile);
H A Dtheme_change_processor.cc108 void ThemeChangeProcessor::StartImpl(Profile* profile) { function in class:browser_sync::ThemeChangeProcessor
H A Dtyped_url_data_type_controller.h88 void StartImpl(history::HistoryBackend* backend);
H A Dtyped_url_data_type_controller.cc30 controller_->StartImpl(backend);
118 // thread to finish the StartImpl() task.
169 void TypedUrlDataTypeController::StartImpl(history::HistoryBackend* backend) { function in class:browser_sync::TypedUrlDataTypeController
170 VLOG(1) << "TypedUrl data type controller StartImpl called.";
H A Dextension_change_processor.cc151 void ExtensionChangeProcessor::StartImpl(Profile* profile) { function in class:browser_sync::ExtensionChangeProcessor
H A Dpassword_change_processor.cc208 void PasswordChangeProcessor::StartImpl(Profile* profile) { function in class:browser_sync::PasswordChangeProcessor
H A Dpreference_change_processor.cc196 void PreferenceChangeProcessor::StartImpl(Profile* profile) { function in class:browser_sync::PreferenceChangeProcessor
H A Dsession_change_processor.cc226 void SessionChangeProcessor::StartImpl(Profile* profile) { function in class:browser_sync::SessionChangeProcessor
H A Dautofill_change_processor.cc408 void AutofillChangeProcessor::StartImpl(Profile* profile) { function in class:browser_sync::AutofillChangeProcessor
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread.h247 void StartImpl(Mode mode, ModeChangeCallback* callback);

Completed in 117 milliseconds

12