Searched refs:profile_locale (Results 1 – 3 of 3) sorted by relevance
141 std::string* profile_locale) { in ParseProfileJSON() argument145 DCHECK(profile_locale); in ParseProfileJSON()150 *profile_locale = std::string(); in ParseProfileJSON()171 root_dictionary->GetString(kLocalePath, profile_locale); in ParseProfileJSON()
109 std::string* profile_locale);
147 std::string profile_locale = in GetCurrentLocale() local149 if (!profile_locale.empty()) { in GetCurrentLocale()151 return profile_locale; in GetCurrentLocale()