HomeSort by relevance Sort by last modified time
    Searched refs:full_wallet_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.cc 326 : 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_->shipping_address()
    [all...]
data_model_wrapper.h 204 wallet::FullWallet* full_wallet_; member in class:autofill::FullWalletBillingWrapper
219 wallet::FullWallet* full_wallet_; member in class:autofill::FullWalletShippingWrapper
autofill_dialog_controller_impl.cc     [all...]
autofill_dialog_controller_impl.h 678 scoped_ptr<wallet::FullWallet> full_wallet_; member in class:autofill::AutofillDialogControllerImpl
    [all...]

Completed in 39 milliseconds