Searched defs:wallet (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_result.h15 namespace wallet { namespace in namespace:autofill
26 // Converts the requested information to wallet::FullWallet.
29 static scoped_ptr<wallet::FullWallet> ConvertFromJava(
30 JNIEnv* env, jobject wallet);
34 static base::string16 GetWalletEmail(JNIEnv* env, jobject wallet);
38 static std::string GetWalletGoogleTransactionId(JNIEnv* env, jobject wallet);
H A Dautofill_dialog_result.cc16 #include "components/autofill/content/browser/wallet/full_wallet.h"
41 scoped_ptr<wallet::Address> ParseJavaWalletAddress(
44 return scoped_ptr<wallet::Address>();
72 return scoped_ptr<wallet::Address>(new wallet::Address(
86 scoped_ptr<wallet::FullWallet> ParseJavaWallet(JNIEnv* env, jobject wallet) { argument
88 FETCH_JFIELD(env, wallet, ResultWallet, BillingAddress));
90 FETCH_JFIELD(env, wallet, ResultWallet, ShippingAddress));
92 FETCH_JFIELD(env, wallet, ResultWalle
112 ParseWalletEmail(JNIEnv* env, jobject wallet) argument
116 ParseGoogleTransactionId(JNIEnv* env, jobject wallet) argument
126 ConvertFromJava( JNIEnv* env, jobject wallet) argument
132 GetWalletEmail( JNIEnv* env, jobject wallet) argument
138 GetWalletGoogleTransactionId( JNIEnv* env, jobject wallet) argument
[all...]
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_service_url.h13 namespace wallet { namespace in namespace:autofill
48 } // namespace wallet
H A Dwallet_test_util.h11 #include "components/autofill/content/browser/wallet/wallet_items.h"
14 namespace wallet { namespace in namespace:autofill
64 } // namespace wallet
H A Dmock_wallet_client.h11 #include "components/autofill/content/browser/wallet/instrument.h"
12 #include "components/autofill/content/browser/wallet/wallet_address.h"
13 #include "components/autofill/content/browser/wallet/wallet_client.h"
14 #include "components/autofill/content/browser/wallet/wallet_items.h"
18 namespace wallet { namespace in namespace:autofill
61 } // namespace wallet
H A Dwallet_client_delegate.h11 #include "components/autofill/content/browser/wallet/form_field_error.h"
12 #include "components/autofill/content/browser/wallet/wallet_client.h"
18 namespace wallet { namespace in namespace:autofill
82 } // namespace wallet
H A Dwallet_signin_helper_delegate.h14 namespace wallet { namespace in namespace:autofill
32 } // namespace wallet
H A Dinstrument_unittest.cc7 #include "components/autofill/content/browser/wallet/instrument.h"
8 #include "components/autofill/content/browser/wallet/wallet_address.h"
9 #include "components/autofill/content/browser/wallet/wallet_test_util.h"
23 namespace wallet { namespace in namespace:autofill
72 } // namespace wallet
H A Drequired_action.cc5 #include "components/autofill/content/browser/wallet/required_action.h"
11 namespace wallet { namespace in namespace:autofill
66 } // namespace wallet
H A Dwallet_signin_helper.h24 namespace wallet { namespace in namespace:autofill
80 } // namespace wallet
H A Dform_field_error.cc5 #include "components/autofill/content/browser/wallet/form_field_error.h"
13 namespace wallet { namespace in namespace:autofill
153 } // namespace wallet
H A Dgaia_account.cc5 #include "components/autofill/content/browser/wallet/gaia_account.h"
12 namespace wallet { namespace in namespace:autofill
83 } // namespace wallet
H A Dgaia_account.h17 namespace wallet { namespace in namespace:autofill
56 } // namespace wallet
H A Dmock_wallet_client.cc5 #include "components/autofill/content/browser/wallet/mock_wallet_client.h"
8 namespace wallet { namespace in namespace:autofill
11 wallet::WalletClientDelegate* delegate,
13 : wallet::WalletClient(context, delegate, source_url) {}
28 } // namespace wallet
H A Drequired_action.h11 namespace wallet { namespace in namespace:autofill
41 } // namespace wallet
H A Dwallet_service_url_unittest.cc6 #include "components/autofill/content/browser/wallet/wallet_service_url.h"
13 namespace wallet { namespace in namespace:autofill
19 EXPECT_EQ("https://wallet-web.sandbox.google.com/online/v2/u/1/wallet/"
22 EXPECT_EQ("https://wallet-web.sandbox.google.com/online-secure/v2/u/1/"
25 EXPECT_EQ("https://wallet-web.sandbox.google.com/manage/w/1/paymentMethods",
27 EXPECT_EQ("https://wallet-web.sandbox.google.com/manage/w/1/settings/"
30 EXPECT_EQ("https://wallet-web.sandbox.google.com/online/v2/u/1/wallet/"
33 EXPECT_EQ("https://wallet
[all...]
H A Dfull_wallet_unittest.cc11 #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"
369 namespace wallet { namespace in namespace:autofill
551 } // namespace wallet
H A Dinstrument.cc5 #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
H A Dform_field_error.h16 namespace wallet { namespace in namespace:autofill
85 } // namespace wallet
H A Dfull_wallet.h15 #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.
149 } // namespace wallet
H A Dwallet_address_unittest.cc10 #include "components/autofill/content/browser/wallet/wallet_address.h"
11 #include "components/autofill/content/browser/wallet/wallet_test_util.h"
215 namespace wallet { namespace in namespace:autofill
598 } // namespace wallet
H A Dwallet_items_unittest.cc10 #include "components/autofill/content/browser/wallet/gaia_account.h"
11 #include "components/autofill/content/browser/wallet/required_action.h"
12 #include "components/autofill/content/browser/wallet/wallet_items.h"
13 #include "components/autofill/content/browser/wallet/wallet_test_util.h"
385 namespace wallet { namespace in namespace:autofill
482 EXPECT_EQ("https://wallet.google.com/legaldocument?docId=doc_id",
622 } // namespace wallet
H A Dwallet_signin_helper_unittest.cc5 #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
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_common.h16 namespace wallet { namespace
H A Ddata_model_wrapper.h13 #include "components/autofill/content/browser/wallet/wallet_items.h"
35 namespace wallet { namespace in namespace:autofill
155 explicit WalletAddressWrapper(const wallet::Address* address);
166 const wallet::Address* address_;
175 const wallet::WalletItems::MaskedInstrument* instrument);
187 const wallet::WalletItems::MaskedInstrument* instrument_;
195 explicit FullWalletBillingWrapper(wallet::FullWallet* full_wallet);
204 wallet::FullWallet* full_wallet_;
212 explicit FullWalletShippingWrapper(wallet::FullWallet* full_wallet);
219 wallet
[all...]

Completed in 960 milliseconds

12