/external/chromium_org/components/autofill/content/browser/wallet/ |
D | full_wallet_unittest.cc | 423 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 …]
|
D | wallet_client_delegate.h | 58 virtual void OnDidGetFullWallet(scoped_ptr<FullWallet> full_wallet) = 0;
|
D | wallet_client.cc | 661 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()
|
D | wallet_client_unittest.cc | 726 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/ |
D | autofill_dialog_controller_android.cc | 103 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 …]
|
D | autofill_dialog_controller_android.h | 43 jobject full_wallet,
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | data_model_wrapper.cc | 325 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()
|
D | data_model_wrapper.h | 195 explicit FullWalletBillingWrapper(wallet::FullWallet* full_wallet); 212 explicit FullWalletShippingWrapper(wallet::FullWallet* full_wallet);
|
D | autofill_dialog_controller_impl.h | 196 scoped_ptr<wallet::FullWallet> full_wallet) OVERRIDE;
|
D | autofill_dialog_controller_impl.cc | 2587 scoped_ptr<wallet::FullWallet> full_wallet) { in OnDidGetFullWallet() argument 2591 full_wallet_ = full_wallet.Pass(); in OnDidGetFullWallet()
|
/external/chromium_org/components/autofill/content/browser/ |
D | BUILD.gn | 18 "wallet/full_wallet.cc", 19 "wallet/full_wallet.h",
|
/external/chromium_org/components/ |
D | autofill.gypi | 363 'autofill/content/browser/wallet/full_wallet.cc', 364 'autofill/content/browser/wallet/full_wallet.h',
|
D | autofill_content_browser.target.linux-x86.mk | 40 components/autofill/content/browser/wallet/full_wallet.cc \
|
D | autofill_content_browser.target.darwin-mips.mk | 40 components/autofill/content/browser/wallet/full_wallet.cc \
|
D | autofill_content_browser.target.linux-x86_64.mk | 40 components/autofill/content/browser/wallet/full_wallet.cc \
|
D | autofill_content_browser.target.linux-mips.mk | 40 components/autofill/content/browser/wallet/full_wallet.cc \
|
D | autofill_content_browser.target.darwin-mips64.mk | 40 components/autofill/content/browser/wallet/full_wallet.cc \
|
D | autofill_content_browser.target.linux-mips64.mk | 40 components/autofill/content/browser/wallet/full_wallet.cc \
|
D | autofill_content_browser.target.linux-arm64.mk | 40 components/autofill/content/browser/wallet/full_wallet.cc \
|
D | autofill_content_browser.target.darwin-arm64.mk | 40 components/autofill/content/browser/wallet/full_wallet.cc \
|
D | autofill_content_browser.target.darwin-x86.mk | 40 components/autofill/content/browser/wallet/full_wallet.cc \
|
D | autofill_content_browser.target.darwin-x86_64.mk | 40 components/autofill/content/browser/wallet/full_wallet.cc \
|
D | autofill_content_browser.target.darwin-arm.mk | 40 components/autofill/content/browser/wallet/full_wallet.cc \
|
D | autofill_content_browser.target.linux-arm.mk | 40 components/autofill/content/browser/wallet/full_wallet.cc \
|