Searched refs:cef_launch_process (Results 1 – 4 of 4) sorted by relevance
59 CEF_EXPORT int cef_launch_process(struct _cef_command_line_t* command_line);
557 cef_launch_process_ptr cef_launch_process; member774 INIT_ENTRY(cef_launch_process); in libcef_init_pointers()1173 int cef_launch_process(struct _cef_command_line_t* command_line) { in cef_launch_process() function1174 return g_libcef_pointers.cef_launch_process(command_line); in cef_launch_process()
650 int _retval = cef_launch_process(CefCommandLineCToCpp::Unwrap(command_line)); in CefLaunchProcess()
681 CEF_EXPORT int cef_launch_process(struct _cef_command_line_t* command_line) { in cef_launch_process() function