HomeSort by relevance Sort by last modified time
    Searched defs:wallet (Results 26 - 37 of 37) sorted by null

12

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_signin_helper_unittest.cc 5 #include "components/autofill/content/browser/wallet/wallet_signin_helper.h"
12 #include "components/autofill/content/browser/wallet/wallet_service_url.h"
13 #include "components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h"
35 namespace wallet { namespace in namespace:autofill
85 SetUpFetcherResponseAndCompleteRequest(wallet::GetPassiveAuthUrl(0).spec(),
92 SetUpFetcherResponseAndCompleteRequest(wallet::GetPassiveAuthUrl(0).spec(),
99 SetUpFetcherResponseAndCompleteRequest(wallet::GetPassiveAuthUrl(0).spec(),
178 } // namespace wallet
full_wallet.cc 5 #include "components/autofill/content/browser/wallet/full_wallet.h"
24 namespace wallet { namespace in namespace:autofill
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"
    [all...]
wallet_address.h 24 namespace wallet { namespace in namespace:autofill
32 // user's Online Wallet. It is loosely modeled as a subet of the OASIS
43 // Using the raw info in |profile|, create a wallet::Address.
61 // selectable for Google Wallet use. Does not require "id" in |dictionary|.
214 // Externalized Online Wallet id for this address.
228 } // namespace wallet
wallet_service_url.cc 5 #include "components/autofill/content/browser/wallet/wallet_service_url.h"
26 const char kProdWalletServiceUrl[] = "https://wallet.google.com/";
29 "https://wallet-web.sandbox.google.com/";
32 "https://wallet-web.sandbox.google.com/";
71 return GetBaseWalletUrl(user_index).Resolve("wallet/autocheckout/v1/");
98 namespace wallet { namespace in namespace:autofill
205 } // namespace wallet
wallet_test_util.cc 5 #include "components/autofill/content/browser/wallet/wallet_test_util.h"
14 #include "components/autofill/content/browser/wallet/full_wallet.h"
15 #include "components/autofill/content/browser/wallet/gaia_account.h"
16 #include "components/autofill/content/browser/wallet/instrument.h"
17 #include "components/autofill/content/browser/wallet/required_action.h"
18 #include "components/autofill/content/browser/wallet/wallet_address.h"
23 namespace wallet { namespace in namespace:autofill
111 scoped_ptr<FullWallet> wallet(new FullWallet(FutureYear(),
120 wallet->set_one_time_pad(one_time_pad);
121 return wallet.Pass()
    [all...]
wallet_address.cc 5 #include "components/autofill/content/browser/wallet/wallet_address.h"
19 namespace wallet { namespace in namespace:autofill
31 DLOG(ERROR) << "Response from Google Wallet missing country name";
38 DLOG(ERROR) << "Response from Google Wallet missing recipient name";
45 DLOG(ERROR) << "Response from Google Wallet missing postal code number";
53 DVLOG(1) << "Response from Google Wallet missing sorting code";
58 DVLOG(1) << "Response from Google Wallet missing phone number";
69 DVLOG(1) << "Response from Google Wallet missing address lines";
75 DVLOG(1) << "Response from Google Wallet missing locality name";
81 DVLOG(1) << "Response from Google Wallet missing dependent locality name"
    [all...]
wallet_client.h 17 #include "components/autofill/content/browser/wallet/full_wallet.h"
18 #include "components/autofill/content/browser/wallet/wallet_items.h"
31 namespace wallet { namespace in namespace:autofill
38 // WalletClient is responsible for making calls to the Online Wallet backend on
40 // 1) GetWalletItems should be called to retrieve the user's Wallet.
41 // a) If the user does not have a Wallet, they must AcceptLegalDocuments and
44 // Wallet, they must AcceptLegalDocuments.
58 // WalletClient is designed so only one request to Online Wallet can be outgoing
71 // The type of error returned by Online Wallet.
77 // unsupported by Online Wallet
    [all...]
wallet_items.cc 5 #include "components/autofill/content/browser/wallet/wallet_items.h"
13 #include "components/autofill/content/browser/wallet/gaia_account.h"
24 namespace wallet { namespace in namespace:autofill
29 "https://wallet.google.com/legaldocument?docId=";
30 const char kPrivacyNoticeUrl[] = "https://wallet.google.com/files/privacy.html";
133 DLOG(ERROR) << "Response from Google Wallet missing card type";
139 DLOG(ERROR) << "Response from Google Wallet missing last four digits";
148 DLOG(ERROR) << "Response from Google Wallet missing status";
154 DLOG(ERROR) << "Response from Google Wallet missing object id";
160 DLOG(ERROR) << "Response from Google wallet missing address"
    [all...]
wallet_items.h 17 #include "components/autofill/content/browser/wallet/required_action.h"
18 #include "components/autofill/content/browser/wallet/wallet_address.h"
37 namespace wallet { namespace in namespace:autofill
48 // construct a full wallet. However, it also provides a transaction ID which
51 // using Online Wallet and those actions are present in the object as well.
159 // Externalized Online Wallet id for this instrument.
166 // can use Online Wallet.
197 // Externalized Online Wallet id for the document, or an empty string for
209 // Returns null on invalid input, an empty wallet items with required
210 // actions if any are present, and a populated wallet items otherwise. Calle
    [all...]
wallet_client.cc 5 #include "components/autofill/content/browser/wallet/wallet_client.h"
17 #include "components/autofill/content/browser/wallet/form_field_error.h"
18 #include "components/autofill/content/browser/wallet/instrument.h"
19 #include "components/autofill/content/browser/wallet/wallet_address.h"
20 #include "components/autofill/content/browser/wallet/wallet_client_delegate.h"
21 #include "components/autofill/content/browser/wallet/wallet_items.h"
22 #include "components/autofill/content/browser/wallet/wallet_service_url.h"
32 namespace wallet { namespace in namespace:autofill
84 DVLOG(1) << "Unknown wallet error string: \"" << error_type << '"';
116 DLOG(ERROR) << "Response from Google wallet with bad required action:
    [all...]
wallet_client_unittest.cc 16 #include "components/autofill/content/browser/wallet/full_wallet.h"
17 #include "components/autofill/content/browser/wallet/instrument.h"
18 #include "components/autofill/content/browser/wallet/wallet_client.h"
19 #include "components/autofill/content/browser/wallet/wallet_client_delegate.h"
20 #include "components/autofill/content/browser/wallet/wallet_items.h"
21 #include "components/autofill/content/browser/wallet/wallet_test_util.h"
37 namespace wallet { namespace in namespace:autofill
298 // Online Wallet. It's indented differently since JSONWriter creates compact
930 // The following are other error types we could get from Wallet.
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.h 23 #include "components/autofill/content/browser/wallet/wallet_client.h"
24 #include "components/autofill/content/browser/wallet/wallet_client_delegate.h"
25 #include "components/autofill/content/browser/wallet/wallet_items.h"
26 #include "components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h"
64 namespace wallet { namespace in namespace:autofill
77 public wallet::WalletClientDelegate,
78 public wallet::WalletSigninHelperDelegate,
183 // wallet::WalletClientDelegate implementation.
191 scoped_ptr<wallet::FullWallet> full_wallet) OVERRIDE;
193 scoped_ptr<wallet::WalletItems> wallet_items) OVERRIDE
    [all...]

Completed in 133 milliseconds

12