Searched defs:FullWalletShippingWrapper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
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 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 {

Completed in 250 milliseconds