Searched refs:FullWalletShippingWrapper (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper.cc354 // FullWalletShippingWrapper
356 FullWalletShippingWrapper::FullWalletShippingWrapper( function in class:autofill::FullWalletShippingWrapper
362 FullWalletShippingWrapper::~FullWalletShippingWrapper() {}
364 base::string16 FullWalletShippingWrapper::GetInfo(
370 const std::string& FullWalletShippingWrapper::GetLanguageCode() const {
H A Ddata_model_wrapper.h210 class FullWalletShippingWrapper : public DataModelWrapper { class in namespace:autofill
212 explicit FullWalletShippingWrapper(wallet::FullWallet* full_wallet);
213 virtual ~FullWalletShippingWrapper();
221 DISALLOW_COPY_AND_ASSIGN(FullWalletShippingWrapper);
H A Dautofill_dialog_controller_impl.cc1764 new FullWalletShippingWrapper(full_wallet_.get()));

Completed in 147 milliseconds