HomeSort by relevance Sort by last modified time
    Searched defs:full_wallet (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet_unittest.cc 11 #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.GetInfo
530 scoped_ptr<FullWallet> full_wallet = local
    [all...]
wallet_client_unittest.cc 16 #include "components/autofill/content/browser/wallet/full_wallet.h"
692 virtual void OnDidGetFullWallet(scoped_ptr<FullWallet> full_wallet) OVERRIDE {
693 EXPECT_TRUE(full_wallet); variable
    [all...]
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 25 #include "components/autofill/content/browser/wallet/full_wallet.h"
105 FullWallet* full_wallet,
107 if ((section == SECTION_CC_BILLING && !full_wallet->billing_address()) ||
108 (section == SECTION_SHIPPING && !full_wallet->shipping_address())) {
114 base::Unretained(full_wallet),
127 FullWallet* full_wallet,
139 form_structure, full_wallet, email_address);
463 scoped_ptr<FullWallet> full_wallet = local
466 SECTION_CC_BILLING, form_structure_, full_wallet.get(), email);
468 SECTION_SHIPPING, form_structure_, full_wallet.get(), email)
    [all...]

Completed in 52 milliseconds