HomeSort by relevance Sort by last modified time
    Searched refs:FullWallet (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.h 30 // FullWallet contains all the information a merchant requires from a user for
35 class FullWallet {
37 ~FullWallet();
41 static scoped_ptr<FullWallet>
46 static scoped_ptr<FullWallet>
60 // The type of the card that this FullWallet contains and the last four digits
64 bool operator==(const FullWallet& other) const;
65 bool operator!=(const FullWallet& other) const;
86 friend scoped_ptr<FullWallet> GetTestFullWalletWithRequiredActions(
88 friend scoped_ptr<FullWallet> GetTestFullWalletInstrumentOnly()
    [all...]
full_wallet.cc 26 FullWallet::FullWallet(int expiration_month,
43 FullWallet::~FullWallet() {}
46 scoped_ptr<FullWallet>
47 FullWallet::CreateFullWallet(const DictionaryValue& dictionary) {
58 return scoped_ptr<FullWallet>();
64 return scoped_ptr<FullWallet>(new FullWallet(-1,
79 return scoped_ptr<FullWallet>();
    [all...]
wallet_client_delegate.h 20 class FullWallet;
58 virtual void OnDidGetFullWallet(scoped_ptr<FullWallet> full_wallet) = 0;
full_wallet_unittest.cc 368 EXPECT_EQ(NULL, FullWallet::CreateFullWallet(*dict).get());
373 EXPECT_EQ(NULL, FullWallet::CreateFullWallet(*dict).get());
378 EXPECT_EQ(NULL, FullWallet::CreateFullWallet(*dict).get());
383 EXPECT_EQ(NULL, FullWallet::CreateFullWallet(*dict).get());
388 EXPECT_EQ(NULL, FullWallet::CreateFullWallet(*dict).get());
393 EXPECT_EQ(NULL, FullWallet::CreateFullWallet(*dict).get());
405 FullWallet full_wallet(-1,
412 EXPECT_EQ(full_wallet, *FullWallet::CreateFullWallet(*dict));
416 FullWallet different_required_actions(-1,
428 EXPECT_EQ(NULL, FullWallet::CreateFullWallet(*dict).get())
    [all...]
wallet_test_util.h 17 class FullWallet;
24 scoped_ptr<FullWallet> GetTestFullWallet();
25 scoped_ptr<FullWallet> GetTestFullWalletWithRequiredActions(
27 scoped_ptr<FullWallet> GetTestFullWalletInstrumentOnly();
wallet_test_util.cc 93 scoped_ptr<FullWallet> GetTestFullWallet() {
97 scoped_ptr<FullWallet> GetTestFullWalletWithRequiredActions(
99 scoped_ptr<FullWallet> wallet(new FullWallet(FutureYear(),
112 scoped_ptr<FullWallet> GetTestFullWalletInstrumentOnly() {
113 scoped_ptr<FullWallet> wallet(new FullWallet(FutureYear(),
wallet_client.h 34 class FullWallet;
52 // for this transaction, a FullWallet with the fronting card is generated
148 // to accept various legal documents before a FullWallet can be generated.
164 // GetFullWallet retrieves the a FullWallet for the user.
wallet_client.cc 664 scoped_ptr<FullWallet> full_wallet(
665 FullWallet::CreateFullWallet(*response_dict));
wallet_client_unittest.cc 667 virtual void OnDidGetFullWallet(scoped_ptr<FullWallet> full_wallet) OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.h 16 class FullWallet;
26 // Converts the requested information to wallet::FullWallet.
29 static scoped_ptr<wallet::FullWallet> ConvertFromJava(
autofill_dialog_result.cc 76 scoped_ptr<wallet::FullWallet> ParseJavaWallet(JNIEnv* env, jobject wallet) {
93 return wallet::FullWallet::CreateFullWalletFromClearText(
116 scoped_ptr<wallet::FullWallet> AutofillDialogResult::ConvertFromJava(
autofill_dialog_controller_android.cc 60 DialogSection section, wallet::FullWallet* full_wallet) {
82 FormStructure& form_structure, wallet::FullWallet* full_wallet,
92 wallet::FullWallet* full_wallet,
362 scoped_ptr<wallet::FullWallet> full_wallet =
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.h 28 class FullWallet;
192 // A DataModelWrapper for FullWallet billing data.
195 explicit FullWalletBillingWrapper(wallet::FullWallet* full_wallet);
203 wallet::FullWallet* full_wallet_;
208 // A DataModelWrapper for FullWallet shipping data.
211 explicit FullWalletShippingWrapper(wallet::FullWallet* full_wallet);
217 wallet::FullWallet* full_wallet_;
data_model_wrapper.cc 312 wallet::FullWallet* full_wallet)
345 wallet::FullWallet* full_wallet)
autofill_dialog_controller_impl.h 193 scoped_ptr<wallet::FullWallet> full_wallet) OVERRIDE;
612 scoped_ptr<wallet::FullWallet> full_wallet_;
    [all...]
autofill_dialog_controller_impl.cc     [all...]
  /frameworks/base/docs/html/
gms_navtree_data.js 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/FullWalletRequest.html", null, null ], [ "FullWalletRequest.Builder", "reference/com/google/android/gms/wallet/FullWalletRequest.Builder.html", null, null ], [ "LineItem", "reference/com/google/android/gms/wallet/LineItem.html", null, null ], [ "LineItem.Builder", "reference/com/google/android/gms/wallet/LineItem.Builder.html", null, null ], [ "LoyaltyWalletObject", "reference/com/google/android/gms/wallet/LoyaltyWalletObject.html", null, null ], [ "MaskedWallet", "reference/com/google/android/gms/wallet/MaskedWallet.html", null, null ], [ "MaskedWalletRequest", "reference/com/google/android/gms/wallet/MaskedWalletRequest.html", null, null ], [ "MaskedWalletRequest.Builder", "reference/com/google/android/gms/wallet/MaskedWalletRequest.Builder.html", null, null ], [ "NotifyTransactionStatusRequest", "reference/com/google/android/gms/wallet/NotifyTransactionStatusRequest.html", null, null ], [ "NotifyTransactionStatusRequest.Builder", "reference/com/google/android/gms/wallet/NotifyTransactionStatusRequest.Builder.html", null, null ], [ "OfferWalletObject", "reference/com/google/android/gms/wallet/OfferWalletObject.html", null, null ], [ "ProxyCard", "reference/com/google/android/gms/wallet/ProxyCard.html", null, null ], [ "WalletClient", "reference/com/google/android/gms/wallet/WalletClient.html", null, null ], [ "WalletConstants", "reference/com/google/android/gms/wallet/WalletConstants.html", null, null ] ]

Completed in 744 milliseconds