Searched defs:billing_name (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc627 base::string16 billing_name = form_structure()->field(6)->value; local
633 EXPECT_FALSE(billing_name.empty());
635 EXPECT_EQ(cc_name, billing_name);
1305 base::string16 billing_name = form_structure()->field(6)->value; local
1311 EXPECT_FALSE(billing_name.empty());
1314 EXPECT_EQ(cc_name, billing_name);

Completed in 851 milliseconds