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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc1066 base::string16 billing_state = form_structure()->field(9)->value; local
1068 EXPECT_FALSE(billing_state.empty());
1070 EXPECT_NE(billing_state, shipping_state);
1111 base::string16 billing_state = form_structure()->field(9)->value; local
1113 EXPECT_FALSE(billing_state.empty());
1115 EXPECT_EQ(billing_state, shipping_state);

Completed in 59 milliseconds