Searched refs:ShouldShowErrorBubble (Results 1 – 7 of 7) sorted by relevance
72 MOCK_CONST_METHOD0(ShouldShowErrorBubble, bool());
177 virtual bool ShouldShowErrorBubble() const = 0;
796 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, ShouldShowErrorBubble) { in IN_PROC_BROWSER_TEST_F() argument797 EXPECT_TRUE(controller()->ShouldShowErrorBubble()); in IN_PROC_BROWSER_TEST_F()814 EXPECT_FALSE(controller()->ShouldShowErrorBubble()); in IN_PROC_BROWSER_TEST_F()817 EXPECT_TRUE(controller()->ShouldShowErrorBubble()); in IN_PROC_BROWSER_TEST_F()
151 virtual bool ShouldShowErrorBubble() const OVERRIDE;
1934 bool AutofillDialogControllerImpl::ShouldShowErrorBubble() const { in ShouldShowErrorBubble() function in autofill::AutofillDialogControllerImpl
146 if (!delegate_->ShouldShowErrorBubble()) {221 if (!delegate_->ShouldShowErrorBubble()) {
1315 if (!delegate_->ShouldShowErrorBubble()) in UpdateErrorBubble()2136 if (!delegate_->ShouldShowErrorBubble()) { in ShowErrorBubbleForViewIfNecessary()