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

  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.h 71 // |shipping_address_| might contain NULL.
72 const Address* shipping_address() const { return shipping_address_.get(); }
135 scoped_ptr<Address> shipping_address_; member in class:autofill::wallet::FullWallet
full_wallet.cc 38 shipping_address_(shipping_address.Pass()),
244 if (shipping_address_.get() && other.shipping_address_.get()) {
245 if (*shipping_address_.get() != *other.shipping_address_.get())
247 } else if (shipping_address_.get() || other.shipping_address_.get()) {

Completed in 58 milliseconds