Searched refs:AutofillDialogController (Results 1 – 9 of 9) sorted by relevance
9 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()
31 class AutofillDialogController {33 virtual ~AutofillDialogController();36 static base::WeakPtr<AutofillDialogController> Create(
25 class AutofillDialogController; variable82 AutofillDialogController* GetDialogControllerForTesting() { in GetDialogControllerForTesting()86 const base::WeakPtr<AutofillDialogController>& dialog_controller) { in SetDialogControllerForTesting()104 base::WeakPtr<AutofillDialogController> dialog_controller_;
117 dialog_controller_ = AutofillDialogController::Create( in ShowRequestAutocompleteDialog()
77 public AutofillDialogController,
701 void AutofillDialogController::RegisterPrefs(PrefRegistrySimple* registry) { in RegisterPrefs()706 void AutofillDialogController::RegisterProfilePrefs( in RegisterProfilePrefs()726 base::WeakPtr<AutofillDialogController> AutofillDialogController::Create( in Create()
23 class AutofillDialogControllerAndroid : public AutofillDialogController {26 static base::WeakPtr<AutofillDialogController> Create(
183 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()
269 autofill::AutofillDialogController::RegisterPrefs(registry); in RegisterLocalState()406 autofill::AutofillDialogController::RegisterProfilePrefs(registry); in RegisterProfilePrefs()