Chromium Embedded Framework (CEF)
114.2.1+gd70a0a8+chromium-114.0.5735.45
|
This is the complete list of members for CefCommandLine, including all inherited members.
AddRef() const =0 | CefBaseRefCounted | pure virtual |
AppendArgument(const CefString &argument)=0 | CefCommandLine | pure virtual |
AppendSwitch(const CefString &name)=0 | CefCommandLine | pure virtual |
AppendSwitchWithValue(const CefString &name, const CefString &value)=0 | CefCommandLine | pure virtual |
ArgumentList typedef | CefCommandLine | |
Copy()=0 | CefCommandLine | pure virtual |
CreateCommandLine() | CefCommandLine | static |
GetArguments(ArgumentList &arguments)=0 | CefCommandLine | pure virtual |
GetArgv(std::vector< CefString > &argv)=0 | CefCommandLine | pure virtual |
GetCommandLineString()=0 | CefCommandLine | pure virtual |
GetGlobalCommandLine() | CefCommandLine | static |
GetProgram()=0 | CefCommandLine | pure virtual |
GetSwitches(SwitchMap &switches)=0 | CefCommandLine | pure virtual |
GetSwitchValue(const CefString &name)=0 | CefCommandLine | pure virtual |
HasArguments()=0 | CefCommandLine | pure virtual |
HasAtLeastOneRef() const =0 | CefBaseRefCounted | pure virtual |
HasOneRef() const =0 | CefBaseRefCounted | pure virtual |
HasSwitch(const CefString &name)=0 | CefCommandLine | pure virtual |
HasSwitches()=0 | CefCommandLine | pure virtual |
InitFromArgv(int argc, const char *const *argv)=0 | CefCommandLine | pure virtual |
InitFromString(const CefString &command_line)=0 | CefCommandLine | pure virtual |
IsReadOnly()=0 | CefCommandLine | pure virtual |
IsValid()=0 | CefCommandLine | pure virtual |
PrependWrapper(const CefString &wrapper)=0 | CefCommandLine | pure virtual |
Release() const =0 | CefBaseRefCounted | pure virtual |
Reset()=0 | CefCommandLine | pure virtual |
SetProgram(const CefString &program)=0 | CefCommandLine | pure virtual |
SwitchMap typedef | CefCommandLine | |
~CefBaseRefCounted() | CefBaseRefCounted | inlineprotectedvirtual |