Searched refs:SectionIsActive (Results 1 – 8 of 8) sorted by relevance
56 ON_CALL(*this, SectionIsActive(_)).WillByDefault(Return(true)); in MockAutofillDialogViewDelegate()57 ON_CALL(*this, SectionIsActive(SECTION_CC_BILLING)) in MockAutofillDialogViewDelegate()
44 MOCK_CONST_METHOD1(SectionIsActive, bool(DialogSection));
106 virtual bool SectionIsActive(DialogSection section) const = 0;
1670 EXPECT_TRUE(controller()->SectionIsActive(SECTION_SHIPPING)); in TEST_F()1671 EXPECT_TRUE(controller()->SectionIsActive(SECTION_CC_BILLING)); in TEST_F()1686 EXPECT_FALSE(controller()->SectionIsActive(SECTION_SHIPPING)); in TEST_F()1687 EXPECT_TRUE(controller()->SectionIsActive(SECTION_CC_BILLING)); in TEST_F()1922 EXPECT_TRUE(controller()->SectionIsActive(SECTION_BILLING)); in TEST_F()1923 EXPECT_FALSE(controller()->SectionIsActive(SECTION_CC_BILLING)); in TEST_F()1942 EXPECT_FALSE(controller()->SectionIsActive(SECTION_BILLING)); in TEST_F()1943 EXPECT_TRUE(controller()->SectionIsActive(SECTION_CC_BILLING)); in TEST_F()2100 EXPECT_FALSE(controller()->SectionIsActive(SECTION_SHIPPING)); in TEST_F()2121 EXPECT_FALSE(controller()->SectionIsActive(SECTION_SHIPPING)); in TEST_F()
860 bool AutofillDialogControllerImpl::SectionIsActive(DialogSection section) in SectionIsActive() function in autofill::AutofillDialogControllerImpl1172 if (!SectionIsActive(section)) in RestoreUserInputFromSnapshot()2810 if (!SectionIsActive(section)) in SuggestionsUpdated()2835 if (!SectionIsActive(section)) in SuggestionsUpdated()2850 if (!SectionIsActive(section)) in FillOutputForSectionWithComparator()2945 DCHECK(SectionIsActive(section)); in GetValueFromSection()3092 return SectionIsActive(SECTION_SHIPPING) && in ShouldUseBillingForShipping()3309 if (SectionIsActive(SECTION_SHIPPING)) { in DoFinishSubmit()3317 if (!SectionIsActive(section)) in DoFinishSubmit()
122 virtual bool SectionIsActive(DialogSection section) const OVERRIDE;
1857 if (delegate_->SectionIsActive(SECTION_CC)) in GetCreditCardSection()1860 DCHECK(delegate_->SectionIsActive(SECTION_CC_BILLING)); in GetCreditCardSection()2099 group.container->SetVisible(delegate_->SectionIsActive(group.section)); in UpdateDetailsGroupState()
331 [view_ setHidden:!delegate_->SectionIsActive(section_)];