Searched defs:SectionIsActive (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc1089 bool AutofillDialogControllerImpl::SectionIsActive(DialogSection section) function in class:autofill::AutofillDialogControllerImpl
1423 if (!SectionIsActive(section))
2463 DCHECK(SectionIsActive(popup_section_));
3157 if (!SectionIsActive(section))
3192 if (!SectionIsActive(section))
3205 if (!SectionIsActive(section))
3309 DCHECK(SectionIsActive(section));
3673 return SectionIsActive(SECTION_SHIPPING) &&
3884 if (!SectionIsActive(section) ||
3920 if (SectionIsActive(SECTION_SHIPPIN
[all...]

Completed in 844 milliseconds