OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LinuxSandbox
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/sandbox_linux/
sandbox_linux.h
24
class
LinuxSandbox
{
40
static
LinuxSandbox
* GetInstance();
50
//
LinuxSandbox
singleton if it doesn't already exist.
86
friend struct DefaultSingletonTraits<
LinuxSandbox
>;
95
// directories that are not managed by the
LinuxSandbox
class. This would
120
~
LinuxSandbox
();
121
DISALLOW_IMPLICIT_CONSTRUCTORS(
LinuxSandbox
);
sandbox_linux.cc
101
LinuxSandbox
::
LinuxSandbox
()
113
LinuxSandbox
::~
LinuxSandbox
() {
116
LinuxSandbox
*
LinuxSandbox
::GetInstance() {
117
LinuxSandbox
* instance = Singleton<
LinuxSandbox
>::get();
127
void
LinuxSandbox
::PreinitializeSandbox() {
153
bool
LinuxSandbox
::InitializeSandbox()
[
all
...]
Completed in 39 milliseconds