Searched refs:full_wallet (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dfull_wallet_unittest.cc11 #include "components/autofill/content/browser/wallet/full_wallet.h"
423 FullWallet full_wallet(-1,
430 EXPECT_EQ(full_wallet, *FullWallet::CreateFullWallet(*dict));
441 EXPECT_NE(full_wallet, different_required_actions);
452 FullWallet full_wallet(12,
459 EXPECT_EQ(full_wallet, *FullWallet::CreateFullWallet(*dict));
464 FullWallet full_wallet(12,
473 full_wallet.set_one_time_pad(one_time_pad);
475 full_wallet.GetInfo("", AutofillType(CREDIT_CARD_NUMBER)));
477 full_wallet
530 scoped_ptr<FullWallet> full_wallet = local
[all...]
H A Dwallet_client_delegate.h58 virtual void OnDidGetFullWallet(scoped_ptr<FullWallet> full_wallet) = 0;
H A Dwallet_client.cc661 scoped_ptr<FullWallet> full_wallet(
663 if (full_wallet) {
664 full_wallet->set_one_time_pad(one_time_pad_);
665 LogRequiredActions(full_wallet->required_actions());
666 delegate_->OnDidGetFullWallet(full_wallet.Pass());
H A Dwallet_client_unittest.cc16 #include "components/autofill/content/browser/wallet/full_wallet.h"
726 virtual void OnDidGetFullWallet(scoped_ptr<FullWallet> full_wallet) OVERRIDE {
727 EXPECT_TRUE(full_wallet); variable
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc25 #include "components/autofill/content/browser/wallet/full_wallet.h"
103 FullWallet* full_wallet,
105 if ((section == SECTION_CC_BILLING && !full_wallet->billing_address()) ||
106 (section == SECTION_SHIPPING && !full_wallet->shipping_address())) {
112 base::Unretained(full_wallet),
121 ? full_wallet->billing_address()->language_code()
122 : full_wallet->shipping_address()->language_code(),
129 FullWallet* full_wallet,
141 form_structure, full_wallet, email_address);
466 scoped_ptr<FullWallet> full_wallet local
98 FillOutputForSectionWithComparator( DialogSection section, const DetailInputs& inputs, const FormStructure::InputFieldComparator& compare, FormStructure& form_structure, FullWallet* full_wallet, const base::string16& email_address) argument
126 FillOutputForSection( DialogSection section, FormStructure& form_structure, FullWallet* full_wallet, const base::string16& email_address) argument
[all...]
H A Dautofill_dialog_controller_android.h43 jobject full_wallet,
/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper.cc14 #include "components/autofill/content/browser/wallet/full_wallet.h"
325 wallet::FullWallet* full_wallet)
326 : full_wallet_(full_wallet) {
357 wallet::FullWallet* full_wallet)
358 : full_wallet_(full_wallet) {
324 FullWalletBillingWrapper( wallet::FullWallet* full_wallet) argument
356 FullWalletShippingWrapper( wallet::FullWallet* full_wallet) argument
H A Ddata_model_wrapper.h195 explicit FullWalletBillingWrapper(wallet::FullWallet* full_wallet);
212 explicit FullWalletShippingWrapper(wallet::FullWallet* full_wallet);
H A Dautofill_dialog_controller_impl.h196 scoped_ptr<wallet::FullWallet> full_wallet) OVERRIDE;
H A Dautofill_dialog_controller_impl.cc50 #include "components/autofill/content/browser/wallet/full_wallet.h"
2587 scoped_ptr<wallet::FullWallet> full_wallet) {
2591 full_wallet_ = full_wallet.Pass();
2586 OnDidGetFullWallet( scoped_ptr<wallet::FullWallet> full_wallet) argument
/external/chromium_org/components/
H A Dautofill_content_browser.target.darwin-arm64.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
H A Dautofill_content_browser.target.darwin-mips.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
H A Dautofill_content_browser.target.darwin-mips64.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
H A Dautofill_content_browser.target.darwin-x86.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
H A Dautofill_content_browser.target.darwin-x86_64.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
H A Dautofill_content_browser.target.linux-arm64.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
H A Dautofill_content_browser.target.linux-mips.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
H A Dautofill_content_browser.target.linux-mips64.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
H A Dautofill_content_browser.target.linux-x86.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
H A Dautofill_content_browser.target.linux-x86_64.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
H A Dautofill_content_browser.target.darwin-arm.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
H A Dautofill_content_browser.target.linux-arm.mk40 components/autofill/content/browser/wallet/full_wallet.cc \

Completed in 1396 milliseconds