Lines Matching refs:locale
111 const std::string& locale,
120 if (dictionary_content->GetDictionary(locale, &locale_dictionary)) {
206 const std::string& locale) const {
207 return GetLocaleSpecificString(locale, kSetupContentAttr, kHelpPageAttr);
211 const std::string& locale) const {
212 return GetLocaleSpecificString(locale, kSetupContentAttr, kEulaPageAttr);
233 const std::string& locale, const std::string& id) const {
237 if (localized_strings->GetDictionary(locale, &locale_dict) &&
347 const std::string& locale) const {
349 locale, kAppContentAttr, kInitialStartPageAttr);
353 const std::string& locale) const {
355 locale, kAppContentAttr, kSupportPageAttr);
365 // Deal locale has to match initial_locale (= launch country).