Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_browsertest.cc495 controller()->GetTestableView()->SubmitForTesting(); in IN_PROC_BROWSER_TEST_F()
505 controller()->GetTestableView()->CancelForTesting(); in IN_PROC_BROWSER_TEST_F()
546 controller()->GetTestableView()->CancelForTesting(); in IN_PROC_BROWSER_TEST_F()
562 TestableAutofillDialogView* view = controller()->GetTestableView(); in IN_PROC_BROWSER_TEST_F()
615 TestableAutofillDialogView* view = controller()->GetTestableView(); in IN_PROC_BROWSER_TEST_F()
682 TestableAutofillDialogView* view = controller()->GetTestableView(); in IN_PROC_BROWSER_TEST_F()
728 TestableAutofillDialogView* view = controller()->GetTestableView(); in IN_PROC_BROWSER_TEST_F()
808 TestableAutofillDialogView* view = controller()->GetTestableView(); in IN_PROC_BROWSER_TEST_F()
852 controller()->GetTestableView()->GetSize(); in IN_PROC_BROWSER_TEST_F()
869 controller()->GetTestableView()->GetSize().width()); in IN_PROC_BROWSER_TEST_F()
[all …]
Dautofill_dialog_view.h103 virtual TestableAutofillDialogView* GetTestableView() = 0;
Dautofill_dialog_controller_impl.h96 TestableAutofillDialogView* GetTestableView();
Dautofill_dialog_controller_impl.cc661 TestableAutofillDialogView* AutofillDialogControllerImpl::GetTestableView() { in GetTestableView() function in autofill::AutofillDialogControllerImpl
662 return view_ ? view_->GetTestableView() : NULL; in GetTestableView()
Dautofill_dialog_controller_unittest.cc181 virtual TestableAutofillDialogView* GetTestableView() OVERRIDE { in GetTestableView() function in autofill::__anon559e36960111::TestAutofillDialogView
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_dialog_cocoa.h60 virtual TestableAutofillDialogView* GetTestableView() OVERRIDE;
Dautofill_dialog_cocoa.mm137 TestableAutofillDialogView* AutofillDialogCocoa::GetTestableView() {
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_views.h100 virtual TestableAutofillDialogView* GetTestableView() OVERRIDE;
Dautofill_dialog_views.cc1431 TestableAutofillDialogView* AutofillDialogViews::GetTestableView() { in GetTestableView() function in autofill::AutofillDialogViews