Searched refs:full_wallet_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper.cc326 : full_wallet_(full_wallet) {
327 DCHECK(full_wallet_);
334 return full_wallet_->GetInfo(g_browser_process->GetApplicationLocale(), type);
341 if (full_wallet_->HasRequiredAction(wallet::UPDATE_EXPIRATION_DATE))
350 return full_wallet_->billing_address() ?
351 full_wallet_->billing_address()->language_code() : base::EmptyString();
358 : full_wallet_(full_wallet) {
359 DCHECK(full_wallet_);
366 return full_wallet_->shipping_address()->GetInfo(
373 return full_wallet_
[all...]
H A Ddata_model_wrapper.h204 wallet::FullWallet* full_wallet_; member in class:autofill::FullWalletBillingWrapper
219 wallet::FullWallet* full_wallet_; member in class:autofill::FullWalletShippingWrapper
H A Dautofill_dialog_controller_impl.cc1019 !(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_
[all...]
H A Dautofill_dialog_controller_impl.h678 scoped_ptr<wallet::FullWallet> full_wallet_; member in class:autofill::AutofillDialogControllerImpl

Completed in 115 milliseconds