Searched defs:StartImpl (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_change_processor.h56 virtual void StartImpl(Profile* profile) {} function in class:browser_sync::AutofillProfileChangeProcessor
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 Dsession_change_processor.cc226 void SessionChangeProcessor::StartImpl(Profile* profile) { function in class:browser_sync::SessionChangeProcessor
H A Dtheme_change_processor.cc108 void ThemeChangeProcessor::StartImpl(Profile* profile) { function in class:browser_sync::ThemeChangeProcessor
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 Dpreference_change_processor.cc196 void PreferenceChangeProcessor::StartImpl(Profile* profile) { function in class:browser_sync::PreferenceChangeProcessor
H A Dtyped_url_change_processor.cc316 void TypedUrlChangeProcessor::StartImpl(Profile* profile) { function in class:browser_sync::TypedUrlChangeProcessor
H A Dautofill_change_processor.cc408 void AutofillChangeProcessor::StartImpl(Profile* profile) { function in class:browser_sync::AutofillChangeProcessor
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.cc34 void BookmarkChangeProcessor::StartImpl(Profile* profile) { function in class:browser_sync::BookmarkChangeProcessor
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.";
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread.cc129 this, &SyncerThread::StartImpl, mode, callback));
149 void SyncerThread::StartImpl(Mode mode, ModeChangeCallback* callback) { function in class:browser_sync::SyncerThread
150 VLOG(1) << "SyncerThread(" << this << ")" << " Doing StartImpl with mode "

Completed in 153 milliseconds