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

  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.cc 37 billing_address_(billing_address.Pass()),
40 DCHECK(required_actions_.size() > 0 || billing_address_.get());
237 if (billing_address_.get() && other.billing_address_.get()) {
238 if (*billing_address_.get() != *other.billing_address_.get())
240 } else if (billing_address_.get() || other.billing_address_.get()) {
full_wallet.h 67 // If there are required actions |billing_address_| might contain NULL.
68 const Address* billing_address() const { return billing_address_.get(); }
133 scoped_ptr<Address> billing_address_; member in class:autofill::wallet::FullWallet

Completed in 399 milliseconds