Searched refs:ShouldShowErrorBubble (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_view_delegate.h176 virtual bool ShouldShowErrorBubble() const = 0;
H A Dmock_autofill_dialog_view_delegate.h72 MOCK_CONST_METHOD0(ShouldShowErrorBubble, bool());
H A Dautofill_dialog_controller_browsertest.cc891 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, ShouldShowErrorBubble) {
893 EXPECT_TRUE(controller()->ShouldShowErrorBubble());
906 EXPECT_FALSE(controller()->ShouldShowErrorBubble());
909 EXPECT_TRUE(controller()->ShouldShowErrorBubble());
H A Dautofill_dialog_controller_impl.h155 virtual bool ShouldShowErrorBubble() const OVERRIDE;
H A Dautofill_dialog_controller_impl.cc2194 bool AutofillDialogControllerImpl::ShouldShowErrorBubble() const { function in class:autofill::AutofillDialogControllerImpl
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1354 if (!delegate_->ShouldShowErrorBubble())
2127 if (!delegate_->ShouldShowErrorBubble()) {

Completed in 1181 milliseconds