/external/chromium/chrome/browser/sync/glue/ |
D | autofill_data_type_controller.cc | 83 &AutofillDataTypeController::StartImpl)); in ContinueStartAfterPersonalDataLoaded() 106 &AutofillDataTypeController::StartImpl)); in Observe() 200 void AutofillDataTypeController::StartImpl() { in StartImpl() function in browser_sync::AutofillDataTypeController
|
D | password_data_type_controller.cc | 63 NewRunnableMethod(this, &PasswordDataTypeController::StartImpl)); in Start() 128 void PasswordDataTypeController::StartImpl() { in StartImpl() function in browser_sync::PasswordDataTypeController
|
D | change_processor.cc | 18 StartImpl(profile); in Start()
|
D | change_processor_mock.h | 26 MOCK_METHOD1(StartImpl, void(Profile* profile));
|
D | theme_change_processor.h | 49 virtual void StartImpl(Profile* profile);
|
D | extension_change_processor.h | 51 virtual void StartImpl(Profile* profile);
|
D | preference_change_processor.h | 46 virtual void StartImpl(Profile* profile);
|
D | change_processor.h | 57 virtual void StartImpl(Profile* profile) = 0;
|
D | session_change_processor.h | 59 virtual void StartImpl(Profile* profile);
|
D | typed_url_data_type_controller.cc | 30 controller_->StartImpl(backend); in RunOnDBThread() 169 void TypedUrlDataTypeController::StartImpl(history::HistoryBackend* backend) { in StartImpl() function in browser_sync::TypedUrlDataTypeController
|
D | password_change_processor.h | 58 virtual void StartImpl(Profile* profile) OVERRIDE;
|
D | typed_url_change_processor.h | 59 virtual void StartImpl(Profile* profile);
|
D | password_data_type_controller.h | 57 void StartImpl();
|
D | autofill_profile_change_processor.h | 56 virtual void StartImpl(Profile* profile) {} in StartImpl() function
|
D | autofill_data_type_controller.h | 75 void StartImpl();
|
D | autofill_change_processor.h | 69 virtual void StartImpl(Profile* profile);
|
D | theme_change_processor.cc | 108 void ThemeChangeProcessor::StartImpl(Profile* profile) { in StartImpl() function in browser_sync::ThemeChangeProcessor
|
D | typed_url_data_type_controller.h | 88 void StartImpl(history::HistoryBackend* backend);
|
D | bookmark_change_processor.h | 104 virtual void StartImpl(Profile* profile);
|
D | preference_change_processor.cc | 196 void PreferenceChangeProcessor::StartImpl(Profile* profile) { in StartImpl() function in browser_sync::PreferenceChangeProcessor
|
D | extension_change_processor.cc | 151 void ExtensionChangeProcessor::StartImpl(Profile* profile) { in StartImpl() function in browser_sync::ExtensionChangeProcessor
|
D | password_change_processor.cc | 208 void PasswordChangeProcessor::StartImpl(Profile* profile) { in StartImpl() function in browser_sync::PasswordChangeProcessor
|
D | session_change_processor.cc | 226 void SessionChangeProcessor::StartImpl(Profile* profile) { in StartImpl() function in browser_sync::SessionChangeProcessor
|
D | typed_url_change_processor.cc | 316 void TypedUrlChangeProcessor::StartImpl(Profile* profile) { in StartImpl() function in browser_sync::TypedUrlChangeProcessor
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_thread.h | 247 void StartImpl(Mode mode, ModeChangeCallback* callback);
|