OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedLocale
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/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
);
Completed in 703 milliseconds