Home | History | Annotate | Download | only in wallet

Lines Matching refs:wallet

5 #include "components/autofill/content/browser/wallet/wallet_items.h"
21 namespace wallet {
26 "https://wallet.google.com/legaldocument?docId=";
27 const char kPrivacyNoticeUrl[] = "https://wallet.google.com/files/privacy.html";
117 DLOG(ERROR) << "Response from Google Wallet missing card type";
123 DLOG(ERROR) << "Response from Google Wallet missing last four digits";
132 DLOG(ERROR) << "Response from Google Wallet missing status";
138 DLOG(ERROR) << "Response from Google Wallet missing object id";
144 DLOG(ERROR) << "Response from Google wallet missing address";
150 DLOG(ERROR) << "Response from Google wallet contained malformed address";
163 DVLOG(1) << "Response from Google Wallet missing supported currency";
168 DVLOG(1) << "Response from Google Wallet missing expiration month";
172 DVLOG(1) << "Response from Google Wallet missing expiration year";
176 DVLOG(1) << "Response from Google Wallet missing descriptive name";
344 DLOG(ERROR) << "Response from Google Wallet missing legal document id";
350 DLOG(ERROR) << "Response from Google Wallet missing display name";
408 DLOG(ERROR) << "Response from Google wallet with bad required action:"
416 DVLOG(1) << "Response from Google wallet missing required actions";
422 DLOG(ERROR) << "Response from Google wallet missing google transaction id";
428 DVLOG(1) << "Response from Google wallet missing default instrument id";
432 DVLOG(1) << "Response from Google wallet missing default_address_id";
436 DVLOG(1) << "Response from Google wallet missing obfuscated gaia id";
455 "Google wallet";
467 DVLOG(1) << "Response from Google wallet missing legal docs";
480 DLOG(ERROR) << "Malformed instrument in response from Google Wallet";
484 DVLOG(1) << "Response from Google wallet missing instruments";
497 DLOG(ERROR) << "Malformed address in response from Google Wallet";
501 DVLOG(1) << "Response from Google wallet missing addresses";
524 } // namespace wallet