RenderSandboxHostLinux  183 content/browser/browser_main_loop.cc   RenderSandboxHostLinux::GetInstance()->Init(sandbox_binary.value());
RenderSandboxHostLinux  258 content/browser/child_process_launcher.cc             RenderSandboxHostLinux::GetInstance()->GetRendererSocket();
RenderSandboxHostLinux  707 content/browser/renderer_host/render_sandbox_host_linux.cc RenderSandboxHostLinux::RenderSandboxHostLinux()
RenderSandboxHostLinux  715 content/browser/renderer_host/render_sandbox_host_linux.cc RenderSandboxHostLinux* RenderSandboxHostLinux::GetInstance() {
RenderSandboxHostLinux  716 content/browser/renderer_host/render_sandbox_host_linux.cc   return Singleton<RenderSandboxHostLinux>::get();
RenderSandboxHostLinux  719 content/browser/renderer_host/render_sandbox_host_linux.cc void RenderSandboxHostLinux::Init(const std::string& sandbox_path) {
RenderSandboxHostLinux  767 content/browser/renderer_host/render_sandbox_host_linux.cc RenderSandboxHostLinux::~RenderSandboxHostLinux() {
RenderSandboxHostLinux   21 content/browser/renderer_host/render_sandbox_host_linux.h class CONTENT_EXPORT RenderSandboxHostLinux {
RenderSandboxHostLinux   24 content/browser/renderer_host/render_sandbox_host_linux.h   static RenderSandboxHostLinux* GetInstance();
RenderSandboxHostLinux   39 content/browser/renderer_host/render_sandbox_host_linux.h   friend struct DefaultSingletonTraits<RenderSandboxHostLinux>;
RenderSandboxHostLinux   41 content/browser/renderer_host/render_sandbox_host_linux.h   RenderSandboxHostLinux();
RenderSandboxHostLinux   42 content/browser/renderer_host/render_sandbox_host_linux.h   ~RenderSandboxHostLinux();
RenderSandboxHostLinux   51 content/browser/renderer_host/render_sandbox_host_linux.h   DISALLOW_COPY_AND_ASSIGN(RenderSandboxHostLinux);
RenderSandboxHostLinux  156 content/browser/zygote_host/zygote_host_impl_linux.cc   const int sfd = RenderSandboxHostLinux::GetInstance()->GetRendererSocket();
RenderSandboxHostLinux  528 content/browser/zygote_host/zygote_host_impl_linux.cc   return RenderSandboxHostLinux::GetInstance()->pid();