HomeSort by relevance Sort by last modified time
    Searched refs:ScopedLocale (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/test/
scoped_locale.h 16 class ScopedLocale {
18 explicit ScopedLocale(const std::string& locale);
19 ~ScopedLocale();
24 DISALLOW_COPY_AND_ASSIGN(ScopedLocale);
scoped_locale.cc 13 ScopedLocale::ScopedLocale(const std::string& locale) {
19 ScopedLocale::~ScopedLocale() {
  /external/chromium_org/chrome/browser/
locale_tests_browsertest.cc 18 class ScopedLocale {
20 explicit ScopedLocale(const char* locale) : locale_(locale) {
43 ~ScopedLocale() {
77 ScopedLocale locale_;
  /external/chromium_org/chrome/common/
time_format_browsertest.cc 27 base::ScopedLocale scoped_locale_;
  /external/chromium_org/base/strings/
sys_string_conversions_unittest.cc 78 ScopedLocale locale("en_US.utf-8");
108 ScopedLocale locale("en_US.utf-8");
162 ScopedLocale locale("en_US.utf-8");

Completed in 222 milliseconds