Home
last modified time | relevance | path

Searched refs:AutofillDialogController (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller.cc9 AutofillDialogController::~AutofillDialogController() {} in ~AutofillDialogController()
13 base::WeakPtr<AutofillDialogController>
14 AutofillDialogController::Create( in Create()
20 return base::WeakPtr<AutofillDialogController>(); in Create()
24 void AutofillDialogController::RegisterPrefs(PrefRegistrySimple* registry) {} in RegisterPrefs()
27 void AutofillDialogController::RegisterProfilePrefs( in RegisterProfilePrefs()
Dautofill_dialog_controller.h31 class AutofillDialogController {
33 virtual ~AutofillDialogController();
36 static base::WeakPtr<AutofillDialogController> Create(
Dchrome_autofill_client.h25 class AutofillDialogController; variable
82 AutofillDialogController* GetDialogControllerForTesting() { in GetDialogControllerForTesting()
86 const base::WeakPtr<AutofillDialogController>& dialog_controller) { in SetDialogControllerForTesting()
104 base::WeakPtr<AutofillDialogController> dialog_controller_;
Dchrome_autofill_client.cc117 dialog_controller_ = AutofillDialogController::Create( in ShowRequestAutocompleteDialog()
Dautofill_dialog_controller_impl.h77 public AutofillDialogController,
Dautofill_dialog_controller_impl.cc701 void AutofillDialogController::RegisterPrefs(PrefRegistrySimple* registry) { in RegisterPrefs()
706 void AutofillDialogController::RegisterProfilePrefs( in RegisterProfilePrefs()
726 base::WeakPtr<AutofillDialogController> AutofillDialogController::Create( in Create()
/external/chromium_org/chrome/browser/ui/android/autofill/
Dautofill_dialog_controller_android.h23 class AutofillDialogControllerAndroid : public AutofillDialogController {
26 static base::WeakPtr<AutofillDialogController> Create(
Dautofill_dialog_controller_android.cc183 base::WeakPtr<AutofillDialogController> AutofillDialogControllerAndroid::Create( in Create()
199 base::WeakPtr<AutofillDialogController>
200 AutofillDialogController::Create( in Create()
212 void AutofillDialogController::RegisterPrefs(PrefRegistrySimple* registry) {} in RegisterPrefs()
215 void AutofillDialogController::RegisterProfilePrefs( in RegisterProfilePrefs()
/external/chromium_org/chrome/browser/prefs/
Dbrowser_prefs.cc269 autofill::AutofillDialogController::RegisterPrefs(registry); in RegisterLocalState()
406 autofill::AutofillDialogController::RegisterProfilePrefs(registry); in RegisterProfilePrefs()