Searched refs:GetTestableView (Results 1 – 9 of 9) sorted by relevance
495 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 …]
103 virtual TestableAutofillDialogView* GetTestableView() = 0;
96 TestableAutofillDialogView* GetTestableView();
661 TestableAutofillDialogView* AutofillDialogControllerImpl::GetTestableView() { in GetTestableView() function in autofill::AutofillDialogControllerImpl662 return view_ ? view_->GetTestableView() : NULL; in GetTestableView()
181 virtual TestableAutofillDialogView* GetTestableView() OVERRIDE { in GetTestableView() function in autofill::__anon559e36960111::TestAutofillDialogView
60 virtual TestableAutofillDialogView* GetTestableView() OVERRIDE;
137 TestableAutofillDialogView* AutofillDialogCocoa::GetTestableView() {
100 virtual TestableAutofillDialogView* GetTestableView() OVERRIDE;
1431 TestableAutofillDialogView* AutofillDialogViews::GetTestableView() { in GetTestableView() function in autofill::AutofillDialogViews