Searched refs:billing_profile (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dmock_new_credit_card_bubble_controller.cc20 scoped_ptr<AutofillProfile> billing_profile) {
22 CHECK(billing_profile);
25 billing_profile_ = billing_profile.Pass();
18 Show( scoped_ptr<CreditCard> new_card, scoped_ptr<AutofillProfile> billing_profile) argument
H A Dmock_new_credit_card_bubble_controller.h23 scoped_ptr<AutofillProfile> billing_profile);
27 const AutofillProfile* billing_profile() const { function in class:autofill::MockNewCreditCardBubbleController
H A Dnew_credit_card_bubble_controller.cc40 scoped_ptr<AutofillProfile> billing_profile) {
43 billing_profile.Pass());
90 scoped_ptr<AutofillProfile> billing_profile) {
92 DCHECK(billing_profile);
95 billing_profile_ = billing_profile.Pass();
37 Show( content::WebContents* web_contents, scoped_ptr<CreditCard> new_card, scoped_ptr<AutofillProfile> billing_profile) argument
88 SetupAndShow( scoped_ptr<CreditCard> new_card, scoped_ptr<AutofillProfile> billing_profile) argument
H A Dnew_credit_card_bubble_controller.h64 // and |billing_profile| are transferred by this call.
67 scoped_ptr<AutofillProfile> billing_profile);
103 scoped_ptr<AutofillProfile> billing_profile);
H A Dautofill_dialog_controller_unittest.cc363 scoped_ptr<AutofillProfile> billing_profile) OVERRIDE {
365 billing_profile.Pass());
1373 AutofillProfile billing_profile(test::GetVerifiedProfile2());
1376 controller()->GetTestingManager()->AddTestingProfile(&billing_profile);
1392 EXPECT_EQ(billing_profile.GetRawInfo(PHONE_HOME_WHOLE_NUMBER),
1428 AutofillProfile billing_profile(test::GetVerifiedProfile2());
1431 controller()->GetTestingManager()->AddTestingProfile(&billing_profile);
1454 billing_profile.GetRawInfo(ADDRESS_HOME_LINE1),
1457 billing_profile.GetRawInfo(ADDRESS_HOME_LINE2),
1462 EXPECT_EQ(billing_profile
[all...]
H A Dautofill_dialog_controller_impl.cc2778 scoped_ptr<AutofillProfile> billing_profile) {
2781 billing_profile.Pass());
4123 scoped_ptr<AutofillProfile> billing_profile; local
4128 billing_profile.reset(new AutofillProfile);
4129 FillFormGroupFromOutputs(outputs, billing_profile.get());
4130 billing_profile->set_language_code(billing_address_language_code_);
4136 billing_profile.reset(new AutofillProfile(*profile));
4140 billing_profile.Pass());
2776 ShowNewCreditCardBubble( scoped_ptr<CreditCard> new_card, scoped_ptr<AutofillProfile> billing_profile) argument
H A Dautofill_dialog_controller_impl.h299 // |billing_profile| to the bubble. Exposed for testing.
302 scoped_ptr<AutofillProfile> billing_profile);
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table_unittest.cc675 AutofillProfile billing_profile = home_profile; local
676 billing_profile.set_guid(base::GenerateGUID());
677 billing_profile.set_origin("https://www.example.com/");
678 billing_profile.SetRawInfo(ADDRESS_HOME_LINE1,
680 billing_profile.SetRawInfo(ADDRESS_HOME_LINE2, ASCIIToUTF16("suite 3"));
683 EXPECT_TRUE(table_->AddAutofillProfile(billing_profile));
687 ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile));
688 EXPECT_EQ(billing_profile, *db_profile);
691 s_billing.BindString(0, billing_profile.guid());
700 billing_profile
[all...]

Completed in 1251 milliseconds