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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc891 if (IsPayingWithWallet() && wallet_items_ &&
1112 if (wallet_items_) {
1113 previous_default_instrument_id_ = wallet_items_->default_instrument_id();
1114 previous_default_shipping_address_id_ = wallet_items_->default_address_id();
1128 wallet_items_.reset();
1148 if (signin_helper_ || (wallet_items_requested_ && !wallet_items_))
1154 if (wallet_items_->HasRequiredAction(wallet::GAIA_AUTH) ||
1159 if (wallet_items_->HasRequiredAction(wallet::PASSIVE_GAIA_AUTH))
1247 if (!wallet_items_)
1260 if (wallet_items_
[all...]
H A Dautofill_dialog_controller_impl.h677 scoped_ptr<wallet::WalletItems> wallet_items_; member in class:autofill::AutofillDialogControllerImpl

Completed in 116 milliseconds