Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profiles/
Dprofile_downloader.cc141 std::string* profile_locale) { in ParseProfileJSON() argument
145 DCHECK(profile_locale); in ParseProfileJSON()
150 *profile_locale = std::string(); in ParseProfileJSON()
171 root_dictionary->GetString(kLocalePath, profile_locale); in ParseProfileJSON()
Dprofile_downloader.h109 std::string* profile_locale);
/external/chromium_org/chrome/browser/search/
Dhotword_service.cc147 std::string profile_locale = in GetCurrentLocale() local
149 if (!profile_locale.empty()) { in GetCurrentLocale()
151 return profile_locale; in GetCurrentLocale()