Home | History | Annotate | Download | only in wallet

Lines Matching refs:wallet

5 #include "components/autofill/content/browser/wallet/wallet_address.h"
17 namespace wallet {
29 DLOG(ERROR) << "Response from Google Wallet missing country name";
36 DLOG(ERROR) << "Response from Google Wallet missing recipient name";
43 DLOG(ERROR) << "Response from Google Wallet missing postal code number";
49 DVLOG(1) << "Response from Google Wallet missing phone number";
56 DVLOG(1) << "Response from Google Wallet missing address line 1";
58 DVLOG(1) << "Response from Google Wallet missing address line 2";
60 DVLOG(1) << "Response from Google Wallet missing address lines";
66 DVLOG(1) << "Response from Google Wallet missing locality name";
72 DVLOG(1) << "Response from Google Wallet missing administrative area name";
89 DVLOG(1) << "Response from Google Wallet missing is_minimal_address bit";
142 DLOG(ERROR) << "Response from Google Wallet missing object id";
161 DLOG(ERROR) << "Reponse from Google Wallet missing country code";
167 DLOG(ERROR) << "Reponse from Google Wallet missing name";
173 DLOG(ERROR) << "Reponse from Google Wallet missing postal code";
179 DVLOG(1) << "Reponse from Google Wallet missing address1";
183 DVLOG(1) << "Reponse from Google Wallet missing address2";
187 DVLOG(1) << "Reponse from Google Wallet missing city";
191 DVLOG(1) << "Reponse from Google Wallet missing state";
195 DVLOG(1) << "Reponse from Google Wallet missing phone number";
199 DVLOG(1) << "Response from Google Wallet missing type/state of address";
331 } // namespace wallet