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

  /external/chromium_org/components/autofill/core/browser/
autofill_field_unittest.cc 183 const char* const kCountries[] = {
187 GenerateSelectFieldWithOptions(kCountries, arraysize(kCountries)),
196 const char* const kCountries[] = {
200 GenerateSelectFieldWithOptions(kCountries, arraysize(kCountries)),
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client_unittest.cc 94 } kCountries[] = {
98 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kCountries); ++i) {
99 if (!language.compare(kCountries[i].language)) {
100 country->assign(kCountries[i].country);

Completed in 52 milliseconds