HomeSort by relevance Sort by last modified time
    Searched refs:FullWallet (Results 1 - 20 of 20) 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> GetTestFullWallet();
87 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_test_util.h 15 class FullWallet;
20 scoped_ptr<FullWallet> GetTestFullWallet();
21 scoped_ptr<FullWallet> GetTestFullWalletInstrumentOnly();
wallet_client_delegate.h 20 class FullWallet;
61 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.cc 85 scoped_ptr<FullWallet> GetTestFullWallet() {
86 scoped_ptr<FullWallet> wallet(new FullWallet(FutureYear(),
99 scoped_ptr<FullWallet> GetTestFullWalletInstrumentOnly() {
100 scoped_ptr<FullWallet> wallet(new FullWallet(FutureYear(),
wallet_client.h 36 class FullWallet;
54 // for this transaction, a FullWallet with the fronting card is generated
150 // to accept various legal documents before a FullWallet can be generated.
167 // GetFullWallet retrieves the a FullWallet for the user.
wallet_client.cc 761 scoped_ptr<FullWallet> full_wallet(
762 FullWallet::CreateFullWallet(*response_dict));
    [all...]
wallet_client_unittest.cc 679 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,
102 wallet::FullWallet* full_wallet,
378 scoped_ptr<wallet::FullWallet> full_wallet =
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.h 27 class FullWallet;
182 // A DataModelWrapper for FullWallet billing data.
185 explicit FullWalletBillingWrapper(wallet::FullWallet* full_wallet);
193 wallet::FullWallet* full_wallet_;
198 // A DataModelWrapper for FullWallet shipping data.
201 explicit FullWalletShippingWrapper(wallet::FullWallet* full_wallet);
207 wallet::FullWallet* full_wallet_;
data_model_wrapper.cc 257 wallet::FullWallet* full_wallet)
290 wallet::FullWallet* full_wallet)
autofill_dialog_controller_impl.h 203 scoped_ptr<wallet::FullWallet> full_wallet) OVERRIDE;
592 scoped_ptr<wallet::FullWallet> full_wallet_;
autofill_dialog_controller_unittest.cc 107 scoped_ptr<wallet::FullWallet> CreateFullWallet(const char* required_action) {
112 return wallet::FullWallet::CreateFullWallet(dict);
    [all...]
autofill_dialog_controller_impl.cc     [all...]
  /external/chromium_org/components/autofill/content/browser/
autocheckout_request_manager.cc 82 scoped_ptr<wallet::FullWallet> full_wallet) {
autocheckout_request_manager.h 62 scoped_ptr<wallet::FullWallet> full_wallet) OVERRIDE;
  /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 190 milliseconds