Home | History | Annotate | Download | only in wallet

Lines Matching refs:wallet

5 #include "components/autofill/content/browser/wallet/full_wallet.h"
24 namespace wallet {
56 DLOG(ERROR) << "Response from Google wallet with bad required action:"
73 DVLOG(1) << "Response from Google wallet missing required actions";
78 DLOG(ERROR) << "Response from Google wallet missing expiration month";
84 DLOG(ERROR) << "Response from Google wallet missing expiration year";
90 DLOG(ERROR) << "Response from Google wallet missing iin";
96 DLOG(ERROR) << "Response from Google wallet missing rest";
102 DLOG(ERROR) << "Response from Google wallet missing billing address";
109 DLOG(ERROR) << "Response from Google wallet has malformed billing address";
119 DVLOG(1) << "Response from Google wallet missing shipping address";
144 scoped_ptr<FullWallet> wallet(new FullWallet(
152 wallet->pan_ = pan;
153 wallet->cvn_ = cvn;
154 return wallet.Pass();
322 } // namespace wallet