HomeSort by relevance Sort by last modified time
    Searched refs:wallet (Results 26 - 50 of 52) sorted by null

12 3

  /external/chromium_org/components/autofill/content/browser/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
instrument.h 22 namespace wallet { namespace in namespace:autofill
27 // user's Google Wallet using WalletClient::SaveInstrument or
96 // Externalized Online Wallet id for this instrument.
102 } // namespace 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"
33 namespace wallet { namespace in namespace:autofill
131 SetUpFetcherResponseAndCompleteRequest(wallet::GetPassiveAuthUrl().spec(),
138 SetUpFetcherResponseAndCompleteRequest(wallet::GetPassiveAuthUrl().spec(),
145 SetUpFetcherResponseAndCompleteRequest(wallet::GetPassiveAuthUrl().spec(),
244 } // 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...]
full_wallet.h 15 #include "components/autofill/content/browser/wallet/required_action.h"
16 #include "components/autofill/content/browser/wallet/wallet_address.h"
26 namespace wallet { namespace in namespace:autofill
34 // - a proxy card for the backing card selected from a user's wallet items
39 // Returns an empty scoped_ptr if the input invalid, an empty wallet with
40 // required actions if there are any, or a valid wallet.
44 // Returns a wallet built from the provided clear-text data.
138 // issued to them by the Online Wallet service.
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...]
form_field_error.cc 5 #include "components/autofill/content/browser/wallet/form_field_error.h"
13 namespace wallet { namespace in namespace:autofill
153 } // namespace wallet
instrument.cc 5 #include "components/autofill/content/browser/wallet/instrument.h"
12 #include "components/autofill/content/browser/wallet/wallet_address.h"
19 namespace wallet { namespace in namespace:autofill
124 } // namespace wallet
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_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...]
full_wallet_unittest.cc 11 #include "components/autofill/content/browser/wallet/full_wallet.h"
12 #include "components/autofill/content/browser/wallet/required_action.h"
13 #include "components/autofill/content/browser/wallet/wallet_test_util.h"
351 namespace wallet { namespace in namespace:autofill
529 } // namespace 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_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_items_unittest.cc 10 #include "components/autofill/content/browser/wallet/required_action.h"
11 #include "components/autofill/content/browser/wallet/wallet_items.h"
363 namespace wallet { namespace in namespace:autofill
460 EXPECT_EQ("https://wallet.google.com/legaldocument?docId=doc_id",
569 } // namespace wallet
wallet_address_unittest.cc 10 #include "components/autofill/content/browser/wallet/wallet_address.h"
158 namespace wallet { namespace in namespace:autofill
477 } // namespace wallet
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_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...]
  /external/chromium_org/components/
autofill_content_browser.target.darwin-arm.mk 42 components/autofill/content/browser/wallet/form_field_error.cc \
43 components/autofill/content/browser/wallet/full_wallet.cc \
44 components/autofill/content/browser/wallet/instrument.cc \
45 components/autofill/content/browser/wallet/required_action.cc \
46 components/autofill/content/browser/wallet/wallet_address.cc \
47 components/autofill/content/browser/wallet/wallet_client.cc \
48 components/autofill/content/browser/wallet/wallet_items.cc \
49 components/autofill/content/browser/wallet/wallet_service_url.cc \
50 components/autofill/content/browser/wallet/wallet_signin_helper.cc
autofill_content_browser.target.darwin-mips.mk 42 components/autofill/content/browser/wallet/form_field_error.cc \
43 components/autofill/content/browser/wallet/full_wallet.cc \
44 components/autofill/content/browser/wallet/instrument.cc \
45 components/autofill/content/browser/wallet/required_action.cc \
46 components/autofill/content/browser/wallet/wallet_address.cc \
47 components/autofill/content/browser/wallet/wallet_client.cc \
48 components/autofill/content/browser/wallet/wallet_items.cc \
49 components/autofill/content/browser/wallet/wallet_service_url.cc \
50 components/autofill/content/browser/wallet/wallet_signin_helper.cc
autofill_content_browser.target.darwin-x86.mk 42 components/autofill/content/browser/wallet/form_field_error.cc \
43 components/autofill/content/browser/wallet/full_wallet.cc \
44 components/autofill/content/browser/wallet/instrument.cc \
45 components/autofill/content/browser/wallet/required_action.cc \
46 components/autofill/content/browser/wallet/wallet_address.cc \
47 components/autofill/content/browser/wallet/wallet_client.cc \
48 components/autofill/content/browser/wallet/wallet_items.cc \
49 components/autofill/content/browser/wallet/wallet_service_url.cc \
50 components/autofill/content/browser/wallet/wallet_signin_helper.cc
autofill_content_browser.target.linux-arm.mk 42 components/autofill/content/browser/wallet/form_field_error.cc \
43 components/autofill/content/browser/wallet/full_wallet.cc \
44 components/autofill/content/browser/wallet/instrument.cc \
45 components/autofill/content/browser/wallet/required_action.cc \
46 components/autofill/content/browser/wallet/wallet_address.cc \
47 components/autofill/content/browser/wallet/wallet_client.cc \
48 components/autofill/content/browser/wallet/wallet_items.cc \
49 components/autofill/content/browser/wallet/wallet_service_url.cc \
50 components/autofill/content/browser/wallet/wallet_signin_helper.cc
autofill_content_browser.target.linux-mips.mk 42 components/autofill/content/browser/wallet/form_field_error.cc \
43 components/autofill/content/browser/wallet/full_wallet.cc \
44 components/autofill/content/browser/wallet/instrument.cc \
45 components/autofill/content/browser/wallet/required_action.cc \
46 components/autofill/content/browser/wallet/wallet_address.cc \
47 components/autofill/content/browser/wallet/wallet_client.cc \
48 components/autofill/content/browser/wallet/wallet_items.cc \
49 components/autofill/content/browser/wallet/wallet_service_url.cc \
50 components/autofill/content/browser/wallet/wallet_signin_helper.cc
autofill_content_browser.target.linux-x86.mk 42 components/autofill/content/browser/wallet/form_field_error.cc \
43 components/autofill/content/browser/wallet/full_wallet.cc \
44 components/autofill/content/browser/wallet/instrument.cc \
45 components/autofill/content/browser/wallet/required_action.cc \
46 components/autofill/content/browser/wallet/wallet_address.cc \
47 components/autofill/content/browser/wallet/wallet_client.cc \
48 components/autofill/content/browser/wallet/wallet_items.cc \
49 components/autofill/content/browser/wallet/wallet_service_url.cc \
50 components/autofill/content/browser/wallet/wallet_signin_helper.cc
  /frameworks/base/docs/html/
gms_navtree_data.js 69 , null ], [ "com.google.android.gms.wallet", "reference/com/google/android/gms/wallet/package-summary.html", [ [ "Interfaces", null, [ [ "LineItem.Role", "reference/com/google/android/gms/wallet/LineItem.Role.html", null, null ], [ "NotifyTransactionStatusRequest.Status", "reference/com/google/android/gms/wallet/NotifyTransactionStatusRequest.Status.html", null, null ], [ "NotifyTransactionStatusRequest.Status.Error", "reference/com/google/android/gms/wallet/NotifyTransactionStatusRequest.Status.Error.html", null, null ] ]
70 , null ], [ "Classes", null, [ [ "Address", "reference/com/google/android/gms/wallet/Address.html", null, null ], [ "Cart", "reference/com/google/android/gms/wallet/Cart.html", null, null ], [ "Cart.Builder", "reference/com/google/android/gms/wallet/Cart.Builder.html", null, null ], [ "EnableWalletOptimizationReceiver", "reference/com/google/android/gms/wallet/EnableWalletOptimizationReceiver.html", null, null ], [ "FullWallet", "reference/com/google/android/gms/wallet/FullWallet.html", null, null ], [ "FullWalletRequest", "reference/com/google/android/gms/wallet/Fu (…)
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 23 #include "components/autofill/content/browser/wallet/mock_wallet_client.h"
24 #include "components/autofill/content/browser/wallet/wallet_test_util.h"
181 virtual wallet::WalletClient* GetWalletClient() OVERRIDE {
193 testing::NiceMock<wallet::MockWalletClient> mock_wallet_client_;
656 // Tests that credit card number is disabled while editing a Wallet instrument.
661 scoped_ptr<wallet::WalletItems> wallet_items = wallet::GetTestWalletItems();
662 wallet_items->AddInstrument(wallet::GetTestMaskedInstrument());
665 // Click "Edit" in the billing section (while using Wallet).
679 // Select "Add new billing info..." while using Wallet
    [all...]

Completed in 376 milliseconds

12 3