HomeSort by relevance Sort by last modified time
    Searched refs:StartImpl (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium/chrome/browser/sync/glue/
change_processor.cc 18 StartImpl(profile);
change_processor_mock.h 26 MOCK_METHOD1(StartImpl, void(Profile* profile));
extension_change_processor.h 51 virtual void StartImpl(Profile* profile);
preference_change_processor.h 46 virtual void StartImpl(Profile* profile);
session_change_processor.h 59 virtual void StartImpl(Profile* profile);
theme_change_processor.h 49 virtual void StartImpl(Profile* profile);
change_processor.h 34 // |StartImpl|.
57 virtual void StartImpl(Profile* profile) = 0;
password_change_processor.h 58 virtual void StartImpl(Profile* profile) OVERRIDE;
typed_url_change_processor.h 59 virtual void StartImpl(Profile* profile);
password_data_type_controller.h 57 void StartImpl();
password_data_type_controller.cc 63 NewRunnableMethod(this, &PasswordDataTypeController::StartImpl));
76 // thread to finish the StartImpl() task.
128 void PasswordDataTypeController::StartImpl() {
autofill_change_processor.h 69 virtual void StartImpl(Profile* profile);
autofill_data_type_controller.h 75 void StartImpl();
autofill_profile_change_processor.h 56 virtual void StartImpl(Profile* profile) {}
typed_url_data_type_controller.h 88 void StartImpl(history::HistoryBackend* backend);
autofill_data_type_controller.cc 83 &AutofillDataTypeController::StartImpl));
106 &AutofillDataTypeController::StartImpl));
120 // thread to finish the StartImpl() task.
200 void AutofillDataTypeController::StartImpl() {
201 VLOG(1) << "Autofill data type controller StartImpl called.";
bookmark_change_processor.h 104 virtual void StartImpl(Profile* profile);
theme_change_processor.cc 108 void ThemeChangeProcessor::StartImpl(Profile* profile) {
typed_url_data_type_controller.cc 30 controller_->StartImpl(backend);
118 // thread to finish the StartImpl() task.
169 void TypedUrlDataTypeController::StartImpl(history::HistoryBackend* backend) {
170 VLOG(1) << "TypedUrl data type controller StartImpl called.";
extension_change_processor.cc 151 void ExtensionChangeProcessor::StartImpl(Profile* profile) {
password_change_processor.cc 208 void PasswordChangeProcessor::StartImpl(Profile* profile) {
preference_change_processor.cc 196 void PreferenceChangeProcessor::StartImpl(Profile* profile) {
session_change_processor.cc 226 void SessionChangeProcessor::StartImpl(Profile* profile) {
autofill_change_processor.cc 408 void AutofillChangeProcessor::StartImpl(Profile* profile) {
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.h 247 void StartImpl(Mode mode, ModeChangeCallback* callback);

Completed in 115 milliseconds

1 2