OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedEnvironmentVariable
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
multi_process_lock_unittest.cc
20
class
ScopedEnvironmentVariable
{
22
ScopedEnvironmentVariable
(const std::string &name,
27
~
ScopedEnvironmentVariable
() {
34
DISALLOW_COPY_AND_ASSIGN(
ScopedEnvironmentVariable
);
52
ScopedEnvironmentVariable
var(kLockEnviromentVarName, name);
62
ScopedEnvironmentVariable
var(kLockEnviromentVarName, name);
/external/chromium_org/chrome/common/
multi_process_lock_unittest.cc
21
class
ScopedEnvironmentVariable
{
23
ScopedEnvironmentVariable
(const std::string &name,
28
~
ScopedEnvironmentVariable
() {
35
DISALLOW_COPY_AND_ASSIGN(
ScopedEnvironmentVariable
);
53
ScopedEnvironmentVariable
var(kLockEnviromentVarName, name);
63
ScopedEnvironmentVariable
var(kLockEnviromentVarName, name);
Completed in 864 milliseconds