Searched defs:RenderSandboxHostLinux (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_sandbox_host_linux.cc15 RenderSandboxHostLinux::RenderSandboxHostLinux() function in class:content::RenderSandboxHostLinux
20 RenderSandboxHostLinux* RenderSandboxHostLinux::GetInstance() {
21 return Singleton<RenderSandboxHostLinux>::get();
24 void RenderSandboxHostLinux::Init() {
59 bool RenderSandboxHostLinux::ShutdownIPCChannel() {
63 RenderSandboxHostLinux::~RenderSandboxHostLinux() {
H A Drender_sandbox_host_linux.h22 class CONTENT_EXPORT RenderSandboxHostLinux { class in namespace:content
25 static RenderSandboxHostLinux* GetInstance();
36 friend struct DefaultSingletonTraits<RenderSandboxHostLinux>;
38 RenderSandboxHostLinux();
39 ~RenderSandboxHostLinux();
52 DISALLOW_COPY_AND_ASSIGN(RenderSandboxHostLinux);

Completed in 60 milliseconds