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 258 : full_wallet_(full_wallet) {
259 DCHECK(full_wallet_);
267 return MonthComboboxModel::FormatMonth(full_wallet_->expiration_month());
270 return full_wallet_->GetInfo(type);
272 return full_wallet_->billing_address()->GetInfo(
280 if (full_wallet_->HasRequiredAction(wallet::UPDATE_EXPIRATION_DATE))
291 : full_wallet_(full_wallet) {
292 DCHECK(full_wallet_);
299 return full_wallet_->shipping_address()->GetInfo(
data_model_wrapper.h 193 wallet::FullWallet* full_wallet_; member in class:autofill::FullWalletBillingWrapper
207 wallet::FullWallet* full_wallet_; member in class:autofill::FullWalletShippingWrapper
autofill_dialog_controller_impl.cc 784 if (full_wallet_ && full_wallet_->required_actions().empty()) {
786 full_wallet_->GetInfo(AutofillType(CREDIT_CARD_NUMBER));
849 return full_wallet_ && full_wallet_->HasRequiredAction(required_action);
    [all...]
autofill_dialog_controller_impl.h 592 scoped_ptr<wallet::FullWallet> full_wallet_; member in class:autofill::AutofillDialogControllerImpl

Completed in 223 milliseconds