Home | History | Annotate | Download | only in autofill

Lines Matching refs:full_wallet_

1019       !(full_wallet_ && !full_wallet_->required_actions().empty());
1035 if (full_wallet_ && full_wallet_->required_actions().empty()) {
1039 base::string16 cc_number = base::ASCIIToUTF16(full_wallet_->GetPan());
1044 full_wallet_->billing_address()->recipient_name(),
1756 if (IsPayingWithWallet() && full_wallet_ &&
1757 full_wallet_->required_actions().empty()) {
1760 new FullWalletBillingWrapper(full_wallet_.get()));
1764 new FullWalletShippingWrapper(full_wallet_.get()));
2365 full_wallet_.reset();
2591 full_wallet_ = full_wallet.Pass();
2593 if (full_wallet_->required_actions().empty()) {
2598 switch (full_wallet_->required_actions()[0]) {
2773 return full_wallet_ && full_wallet_->HasRequiredAction(required_action);
3221 // billing section as CVC comes from |full_wallet_| in this case.
3690 full_wallet_.reset();
3725 full_wallet_.reset();
4144 if (!full_wallet_ || !full_wallet_->billing_address())
4149 full_wallet_->TypeAndLastFourDigits(),