OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCountryIds
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data_unittest.cc
22
const int
kCountryIds
[] = {
77
for (size_t i = 0; i < arraysize(
kCountryIds
); ++i) {
78
profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall,
kCountryIds
[i]);
139
for (size_t i = 0; i < arraysize(
kCountryIds
); ++i) {
141
kCountryIds
[i]);
/external/chromium_org/chrome/browser/search_engines/
template_url_prepopulate_data_unittest.cc
35
const int
kCountryIds
[] = {
87
for (size_t i = 0; i < arraysize(
kCountryIds
); ++i) {
88
profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall,
kCountryIds
[i]);
Completed in 2153 milliseconds