Home
last modified time | relevance | path

Searched refs:AppLocaleChangedVia (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile.h540 enum AppLocaleChangedVia { enum
553 const std::string& locale, AppLocaleChangedVia via) = 0;
Dprofile_impl.h139 virtual void ChangeAppLocale(const std::string& locale, AppLocaleChangedVia);
Dprofile.cc662 virtual void ChangeAppLocale(const std::string& locale, AppLocaleChangedVia) { in ChangeAppLocale() argument
Dprofile_impl.cc1459 const std::string& new_locale, AppLocaleChangedVia via) { in ChangeAppLocale()