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

12

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.cc 5 #include "components/autofill/content/browser/wallet/wallet_address.h"
17 namespace wallet { namespace in namespace:autofill
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"
    [all...]
wallet_address.h 23 namespace wallet { namespace in namespace:autofill
31 // user's Online Wallet. It is loosely modeled as a subet of the OASIS
42 // Using the raw info in |profile|, create a wallet::Address.
58 // selectable for Google Wallet use. Does not require "id" in |dictionary|.
188 // Externalized Online Wallet id for this address.
198 } // namespace wallet
wallet_service_url.cc 5 #include "components/autofill/content/browser/wallet/wallet_service_url.h"
19 const char kProdWalletServiceUrl[] = "https://wallet.google.com/";
27 "https://wallet-web.sandbox.google.com/";
52 return GetBaseWalletUrl().Resolve("wallet/autocheckout/v1/");
77 namespace wallet { namespace in namespace:autofill
137 GURL final_url = wallet::GetSignInContinueUrl();
147 } // namespace wallet
wallet_signin_helper.cc 5 #include "components/autofill/content/browser/wallet/wallet_signin_helper.h"
15 #include "components/autofill/content/browser/wallet/wallet_service_url.h"
16 #include "components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h"
29 namespace wallet { namespace in namespace:autofill
39 // Callback for retrieving Google Wallet cookies. |callback| is passed the
41 // Wallet cookies.
59 // Gets Google Wallet cookies. Must be called on the IO thread.
95 wallet::GetPassiveAuthUrl().GetWithEmptyPath(),
121 const GURL& url = wallet::GetPassiveAuthUrl();
321 } // namespace wallet
    [all...]
wallet_client.h 18 #include "components/autofill/content/browser/wallet/full_wallet.h"
19 #include "components/autofill/content/browser/wallet/wallet_items.h"
33 namespace wallet { namespace in namespace:autofill
40 // WalletClient is responsible for making calls to the Online Wallet backend on
42 // 1) GetWalletItems should be called to retrieve the user's Wallet.
43 // a) If the user does not have a Wallet, they must AcceptLegalDocuments and
46 // Wallet, they must AcceptLegalDocuments.
60 // Online Wallet of the status flow to record various metrics.
62 // WalletClient is designed so only one request to Online Wallet can be outgoing
75 // The type of error returned by Online Wallet
    [all...]
wallet_items.cc 5 #include "components/autofill/content/browser/wallet/wallet_items.h"
21 namespace wallet { namespace in namespace:autofill
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"
    [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
42 // construct a full wallet. However, it also provides a transaction ID which
45 // using Online Wallet and those actions are present in the object as well.
158 // Externalized Online Wallet id for this instrument.
165 // can use Online Wallet.
196 // Externalized Online Wallet id for the document, or an empty string for
208 // Returns null on invalid input, an empty wallet items with required
209 // 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"
33 namespace wallet { namespace in namespace:autofill
152 DLOG(ERROR) << "Response from Google wallet with bad required action:"
244 // Keys for JSON communication with the Online Wallet server
    [all...]
wallet_client_unittest.cc 17 #include "components/autofill/content/browser/wallet/full_wallet.h"
18 #include "components/autofill/content/browser/wallet/instrument.h"
19 #include "components/autofill/content/browser/wallet/wallet_client.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_test_util.h"
38 namespace wallet { namespace in namespace:autofill
297 // Online Wallet. It's indented differently since JSONWriter creates compact
911 // The following are other error types we could get from Wallet.
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.h 24 #include "components/autofill/content/browser/wallet/wallet_client.h"
25 #include "components/autofill/content/browser/wallet/wallet_client_delegate.h"
26 #include "components/autofill/content/browser/wallet/wallet_items.h"
27 #include "components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h"
65 namespace wallet { namespace in namespace:autofill
77 public wallet::WalletClientDelegate,
78 public wallet::WalletSigninHelperDelegate,
194 // wallet::WalletClientDelegate implementation.
203 scoped_ptr<wallet::FullWallet> full_wallet) OVERRIDE;
205 scoped_ptr<wallet::WalletItems> wallet_items) OVERRIDE
    [all...]

Completed in 75 milliseconds

12