Chromium Embedded Framework (CEF)  121.0.1+g7a4b55f+chromium-121.0.6167.16
CefScopedSandboxContext Class Reference

Scoped helper for managing the life span of a sandbox context handle. More...

#include "include/cef_sandbox_mac.h"

Public Member Functions

 CefScopedSandboxContext ()
 
 ~CefScopedSandboxContext ()
 
bool Initialize (int argc, char **argv)
 Load the sandbox for this process. More...
 

Detailed Description

Scoped helper for managing the life span of a sandbox context handle.

Constructor & Destructor Documentation

◆ CefScopedSandboxContext()

CefScopedSandboxContext::CefScopedSandboxContext ( )

◆ ~CefScopedSandboxContext()

CefScopedSandboxContext::~CefScopedSandboxContext ( )

Member Function Documentation

◆ Initialize()

bool CefScopedSandboxContext::Initialize ( int  argc,
char **  argv 
)

Load the sandbox for this process.

Returns true on success.


The documentation for this class was generated from the following file: