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

  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_view_tester_views.h 15 class AutofillDialogViewTesterViews : public AutofillDialogViewTester {
17 explicit AutofillDialogViewTesterViews(AutofillDialogViews* view);
18 virtual ~AutofillDialogViewTesterViews();
38 DISALLOW_COPY_AND_ASSIGN(AutofillDialogViewTesterViews);
autofill_dialog_view_tester_views.cc 22 AutofillDialogViewTesterViews(static_cast<AutofillDialogViews*>(view)));
25 AutofillDialogViewTesterViews::AutofillDialogViewTesterViews(
29 AutofillDialogViewTesterViews::~AutofillDialogViewTesterViews() {}
31 void AutofillDialogViewTesterViews::SubmitForTesting() {
35 void AutofillDialogViewTesterViews::CancelForTesting() {
39 base::string16 AutofillDialogViewTesterViews::GetTextContentsOfInput(
53 void AutofillDialogViewTesterViews::SetTextContentsOfInput(
72 void AutofillDialogViewTesterViews::SetTextContentsOfSuggestionInput
    [all...]

Completed in 41 milliseconds