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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc1735 if (!IsPayingWithWallet() || !IsShippingAddressRequired())
2564 bool AutofillDialogControllerImpl::IsShippingAddressRequired() const { function in class:autofill::AutofillDialogControllerImpl
3737 IsShippingAddressRequired()) {
3746 if (active_address_id_.empty() && IsShippingAddressRequired()) {
3769 (!active_address_id_.empty() || !IsShippingAddressRequired())) {
3818 DCHECK(!active_address_id_.empty() || !IsShippingAddressRequired());

Completed in 38 milliseconds