HomeSort by relevance Sort by last modified time
    Searched defs:AutofillDialogController (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller.h 31 class AutofillDialogController {
33 virtual ~AutofillDialogController();
35 // Creates the AutofillDialogController.
36 static base::WeakPtr<AutofillDialogController> Create(
autofill_dialog_controller.cc 9 AutofillDialogController::~AutofillDialogController() {}
13 base::WeakPtr<AutofillDialogController>
14 AutofillDialogController::Create(
20 return base::WeakPtr<AutofillDialogController>();
24 void AutofillDialogController::RegisterPrefs(PrefRegistrySimple* registry) {}
27 void AutofillDialogController::RegisterProfilePrefs(

Completed in 30 milliseconds