HomeSort by relevance Sort by last modified time
    Searched refs:StartImpl (Results 1 - 25 of 44) 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);
  /external/chromium_org/chrome/browser/sync/glue/
change_processor.cc 21 StartImpl(profile);
change_processor_mock.h 24 MOCK_METHOD1(StartImpl, void(Profile*));
change_processor.h 35 // |StartImpl|.
76 virtual void StartImpl(Profile* profile) = 0;
password_change_processor.h 63 virtual void StartImpl(Profile* profile) OVERRIDE;
session_change_processor.h 63 virtual void StartImpl(Profile* profile) OVERRIDE;
generic_change_processor.h 88 virtual void StartImpl(Profile* profile) OVERRIDE; // Does nothing.
synced_device_tracker.h 38 virtual void StartImpl(Profile* profile) OVERRIDE;
typed_url_change_processor.h 74 virtual void StartImpl(Profile* profile) OVERRIDE;

Completed in 240 milliseconds

1 2