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"
405 FullWallet full_wallet(-1,
412 EXPECT_EQ(full_wallet, *FullWallet::CreateFullWallet(*dict));
423 EXPECT_NE(full_wallet, different_required_actions);
434 FullWallet full_wallet(12,
441 EXPECT_EQ(full_wallet, *FullWallet::CreateFullWallet(*dict));
446 FullWallet full_wallet(12,
455 full_wallet.set_one_time_pad(one_time_pad);
457 full_wallet.GetInfo(AutofillType(CREDIT_CARD_NUMBER)));
459 full_wallet.GetInfo(AutofillType(CREDIT_CARD_VERIFICATION_CODE)))
509 scoped_ptr<FullWallet> full_wallet = local
    [all...]
wallet_client_unittest.cc 17 #include "components/autofill/content/browser/wallet/full_wallet.h"
679 virtual void OnDidGetFullWallet(scoped_ptr<FullWallet> full_wallet) OVERRIDE {
680 EXPECT_TRUE(full_wallet); variable
    [all...]
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 26 #include "components/autofill/content/browser/wallet/full_wallet.h"
60 DialogSection section, wallet::FullWallet* full_wallet) {
62 if (!full_wallet->billing_address())
66 new FullWalletBillingWrapper(full_wallet));
69 if (!full_wallet->shipping_address())
73 new FullWalletShippingWrapper(full_wallet));
82 FormStructure& form_structure, wallet::FullWallet* full_wallet,
94 scoped_ptr<DataModelWrapper> wrapper = CreateWrapper(section, full_wallet);
102 wallet::FullWallet* full_wallet,
110 form_structure, full_wallet, email_address)
378 scoped_ptr<wallet::FullWallet> full_wallet = local
    [all...]

Completed in 435 milliseconds