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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc3408 ui::ComboboxModel* billing_country_model = local
3410 ASSERT_EQ(2, billing_country_model->GetItemCount());
3411 EXPECT_EQ(billing_country_model->GetItemAt(0), ASCIIToUTF16("Australia"));
3412 EXPECT_EQ(billing_country_model->GetItemAt(1), ASCIIToUTF16("France"));
3443 billing_country_model =
3446 billing_country_model->GetItemCount());

Completed in 97 milliseconds