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

  /external/chromium_org/components/autofill/core/browser/
contact_info_unittest.cc 147 std::string starting_names[3]; member in struct:autofill::TestCase
197 ASCIIToUTF16(test_cases[i].starting_names[0]));
199 ASCIIToUTF16(test_cases[i].starting_names[1]));
201 ASCIIToUTF16(test_cases[i].starting_names[2]));
autofill_profile_unittest.cc 53 : starting_names(std::vector<NameParts>(1, starting_name)),
57 TestCase(const std::vector<NameParts>& starting_names,
60 : starting_names(starting_names),
64 std::vector<NameParts> starting_names; member in struct:autofill::__anon10832::TestCase
70 // NameParts from |starting_names|, |additional_names| or |expected_result|
1036 std::vector<NameParts> starting_names; local
    [all...]

Completed in 163 milliseconds