HomeSort by relevance Sort by last modified time
    Searched refs:ExpectFieldValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/autofill/
autofill_interactive_uitest.cc 286 void ExpectFieldValue(const std::string& field_name,
400 ExpectFieldValue("firstname", "Milton");
401 ExpectFieldValue("lastname", "Waddams");
402 ExpectFieldValue("address1", "4120 Freidrich Lane");
403 ExpectFieldValue("address2", "Basement");
404 ExpectFieldValue("city", "Austin");
405 ExpectFieldValue("state", "TX");
406 ExpectFieldValue("zip", "78744");
407 ExpectFieldValue("country", "US");
408 ExpectFieldValue("phone", "5125551234")
    [all...]
autofill_browsertest.cc 246 void ExpectFieldValue(const std::string& field_name,
263 ExpectFieldValue("firstname", "Milton");
264 ExpectFieldValue("lastname", "Waddams");
265 ExpectFieldValue("address1", "4120 Freidrich Lane");
266 ExpectFieldValue("address2", "Basement");
267 ExpectFieldValue("city", "Austin");
268 ExpectFieldValue("state", "TX");
269 ExpectFieldValue("zip", "78744");
270 ExpectFieldValue("country", "US");
271 ExpectFieldValue("phone", "5125551234")
    [all...]

Completed in 159 milliseconds