OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedBrowserLocale
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/base/
scoped_browser_locale.cc
9
ScopedBrowserLocale
::
ScopedBrowserLocale
(const std::string& new_locale)
14
ScopedBrowserLocale
::~
ScopedBrowserLocale
() {
scoped_browser_locale.h
13
class
ScopedBrowserLocale
{
15
explicit
ScopedBrowserLocale
(const std::string& new_locale);
16
~
ScopedBrowserLocale
();
21
DISALLOW_COPY_AND_ASSIGN(
ScopedBrowserLocale
);
Completed in 215 milliseconds