Home
last modified time | relevance | path

Searched refs:SandboxIPCProcess (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_sandbox_host_linux.cc55 class SandboxIPCProcess { class
64 SandboxIPCProcess(int lifeline_fd, int browser_socket, in SandboxIPCProcess() function in content::SandboxIPCProcess
88 ~SandboxIPCProcess();
655 SandboxIPCProcess::~SandboxIPCProcess() { in ~SandboxIPCProcess()
661 void SandboxIPCProcess::EnsureWebKitInitialized() { in EnsureWebKitInitialized()
725 SandboxIPCProcess handler(child_lifeline_fd, browser_socket, sandbox_path); in Init()