OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedLocale
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/test/
scoped_locale.cc
13
ScopedLocale
::
ScopedLocale
(const std::string& locale) {
19
ScopedLocale
::~
ScopedLocale
() {
scoped_locale.h
16
class
ScopedLocale
{
18
explicit
ScopedLocale
(const std::string& locale);
19
~
ScopedLocale
();
24
DISALLOW_COPY_AND_ASSIGN(
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_;
Completed in 325 milliseconds