Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Dcommand_line_ctocpp.cc33 cef_command_line_t* _retval = cef_command_line_create(); in CreateCommandLine()
51 cef_command_line_t* _retval = cef_command_line_get_global(); in GetGlobalCommandLine()
60 cef_command_line_t* _struct = GetStruct(); in IsValid()
74 cef_command_line_t* _struct = GetStruct(); in IsReadOnly()
89 cef_command_line_t* _struct = GetStruct(); in Copy()
96 cef_command_line_t* _retval = _struct->copy(_struct); in Copy()
104 cef_command_line_t* _struct = GetStruct(); in InitFromArgv()
121 cef_command_line_t* _struct = GetStruct(); in InitFromString()
137 cef_command_line_t* _struct = GetStruct(); in Reset()
149 cef_command_line_t* _struct = GetStruct(); in GetArgv()
[all …]
Dcommand_line_ctocpp.h32 cef_command_line_t> {
/third_party/cef/include/capi/
Dcef_command_line_capi.h198 } cef_command_line_t; typedef
203 CEF_EXPORT cef_command_line_t* cef_command_line_create();
209 CEF_EXPORT cef_command_line_t* cef_command_line_get_global();
/third_party/cef/libcef_dll/cpptoc/
Dcommand_line_cpptoc.cc20 CEF_EXPORT cef_command_line_t* cef_command_line_create() { in cef_command_line_create()
30 CEF_EXPORT cef_command_line_t* cef_command_line_get_global() { in cef_command_line_get_global()
422 CefCppToCRefCounted<CefCommandLineCppToC, CefCommandLine, cef_command_line_t>::
423 UnwrapDerived(CefWrapperType type, cef_command_line_t* s) { in UnwrapDerived()
431 cef_command_line_t>::kWrapperType =
Dcommand_line_cpptoc.h31 cef_command_line_t> {