Home
last modified time | relevance | path

Searched refs:full_wallet (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
Dfull_wallet_unittest.cc423 FullWallet full_wallet(-1, in TEST_F() local
430 EXPECT_EQ(full_wallet, *FullWallet::CreateFullWallet(*dict)); in TEST_F()
441 EXPECT_NE(full_wallet, different_required_actions); in TEST_F()
452 FullWallet full_wallet(12, in TEST_F() local
459 EXPECT_EQ(full_wallet, *FullWallet::CreateFullWallet(*dict)); in TEST_F()
464 FullWallet full_wallet(12, in TEST_F() local
473 full_wallet.set_one_time_pad(one_time_pad); in TEST_F()
475 full_wallet.GetInfo("", AutofillType(CREDIT_CARD_NUMBER))); in TEST_F()
477 full_wallet.GetInfo( in TEST_F()
483 FullWallet full_wallet(12, in TEST_F() local
[all …]
Dwallet_client_delegate.h58 virtual void OnDidGetFullWallet(scoped_ptr<FullWallet> full_wallet) = 0;
Dwallet_client.cc661 scoped_ptr<FullWallet> full_wallet( in OnURLFetchComplete() local
663 if (full_wallet) { in OnURLFetchComplete()
664 full_wallet->set_one_time_pad(one_time_pad_); in OnURLFetchComplete()
665 LogRequiredActions(full_wallet->required_actions()); in OnURLFetchComplete()
666 delegate_->OnDidGetFullWallet(full_wallet.Pass()); in OnURLFetchComplete()
Dwallet_client_unittest.cc726 virtual void OnDidGetFullWallet(scoped_ptr<FullWallet> full_wallet) OVERRIDE { in OnDidGetFullWallet() argument
727 EXPECT_TRUE(full_wallet); in OnDidGetFullWallet()
/external/chromium_org/chrome/browser/ui/android/autofill/
Dautofill_dialog_controller_android.cc103 FullWallet* full_wallet, in FillOutputForSectionWithComparator() argument
105 if ((section == SECTION_CC_BILLING && !full_wallet->billing_address()) || in FillOutputForSectionWithComparator()
106 (section == SECTION_SHIPPING && !full_wallet->shipping_address())) { in FillOutputForSectionWithComparator()
112 base::Unretained(full_wallet), in FillOutputForSectionWithComparator()
121 ? full_wallet->billing_address()->language_code() in FillOutputForSectionWithComparator()
122 : full_wallet->shipping_address()->language_code(), in FillOutputForSectionWithComparator()
129 FullWallet* full_wallet, in FillOutputForSection() argument
141 form_structure, full_wallet, email_address); in FillOutputForSection()
466 scoped_ptr<FullWallet> full_wallet = in DialogContinue() local
469 SECTION_CC_BILLING, form_structure_, full_wallet.get(), email); in DialogContinue()
[all …]
Dautofill_dialog_controller_android.h43 jobject full_wallet,
/external/chromium_org/chrome/browser/ui/autofill/
Ddata_model_wrapper.cc325 wallet::FullWallet* full_wallet) in FullWalletBillingWrapper() argument
326 : full_wallet_(full_wallet) { in FullWalletBillingWrapper()
357 wallet::FullWallet* full_wallet) in FullWalletShippingWrapper() argument
358 : full_wallet_(full_wallet) { in FullWalletShippingWrapper()
Ddata_model_wrapper.h195 explicit FullWalletBillingWrapper(wallet::FullWallet* full_wallet);
212 explicit FullWalletShippingWrapper(wallet::FullWallet* full_wallet);
Dautofill_dialog_controller_impl.h196 scoped_ptr<wallet::FullWallet> full_wallet) OVERRIDE;
Dautofill_dialog_controller_impl.cc2587 scoped_ptr<wallet::FullWallet> full_wallet) { in OnDidGetFullWallet() argument
2591 full_wallet_ = full_wallet.Pass(); in OnDidGetFullWallet()
/external/chromium_org/components/autofill/content/browser/
DBUILD.gn18 "wallet/full_wallet.cc",
19 "wallet/full_wallet.h",
/external/chromium_org/components/
Dautofill.gypi363 'autofill/content/browser/wallet/full_wallet.cc',
364 'autofill/content/browser/wallet/full_wallet.h',
Dautofill_content_browser.target.linux-x86.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
Dautofill_content_browser.target.darwin-mips.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
Dautofill_content_browser.target.linux-x86_64.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
Dautofill_content_browser.target.linux-mips.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
Dautofill_content_browser.target.darwin-mips64.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
Dautofill_content_browser.target.linux-mips64.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
Dautofill_content_browser.target.linux-arm64.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
Dautofill_content_browser.target.darwin-arm64.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
Dautofill_content_browser.target.darwin-x86.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
Dautofill_content_browser.target.darwin-x86_64.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
Dautofill_content_browser.target.darwin-arm.mk40 components/autofill/content/browser/wallet/full_wallet.cc \
Dautofill_content_browser.target.linux-arm.mk40 components/autofill/content/browser/wallet/full_wallet.cc \