Home
last modified time | relevance | path

Searched refs:first_name (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_common_test.cc35 const char* first_name, const char* middle_name, in SetProfileInfo() argument
40 check_and_set(profile, NAME_FIRST, first_name); in SetProfileInfo()
56 const char* guid, const char* first_name, const char* middle_name, in SetProfileInfoWithGuid() argument
63 SetProfileInfo(profile, first_name, middle_name, last_name, email, in SetProfileInfoWithGuid()
Dautofill_common_test.h31 const char* first_name, const char* middle_name,
38 const char* guid, const char* first_name, const char* middle_name,
/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_model_associator_unittest.cc240 std::string first_name = "lingesh"; in TEST_F() local
243 profile_specifics.set_name_first(first_name); in TEST_F()
258 UTF8ToUTF16(first_name)); in TEST_F()