Searched refs:CanAcceptCountry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc2987 CanAcceptCountry(SECTION_SHIPPING,
3010 CanAcceptCountry(SECTION_BILLING,
3101 CanAcceptCountry(
3109 CanAcceptCountry(
3320 bool AutofillDialogControllerImpl::CanAcceptCountry( function in class:autofill::AutofillDialogControllerImpl
3343 return country_code.empty() || CanAcceptCountry(section, country_code);
3503 DCHECK(CanAcceptCountry(section, country_code));
H A Dautofill_dialog_controller_impl.h437 bool CanAcceptCountry(DialogSection section, const std::string& country_code);

Completed in 716 milliseconds