Home
last modified time | relevance | path

Searched refs:target_process (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dreduction.py71 def duplicate(handle, target_process=None, inheritable=False, argument
77 if target_process is None:
78 target_process = current_process
80 source_process, handle, target_process,
/third_party/cef/include/
Dcef_frame.h257 virtual void SendProcessMessage(CefProcessId target_process,
/third_party/cef/libcef_dll/ctocpp/
Dframe_ctocpp.h70 void SendProcessMessage(CefProcessId target_process,
Dframe_ctocpp.cc429 void CefFrameCToCpp::SendProcessMessage(CefProcessId target_process, in SendProcessMessage() argument
445 _struct->send_process_message(_struct, target_process, in SendProcessMessage()
/third_party/cef/include/capi/
Dcef_frame_capi.h254 cef_process_id_t target_process,
/third_party/cef/libcef_dll/cpptoc/
Dframe_cpptoc.cc423 cef_process_id_t target_process, in frame_send_process_message() argument
439 target_process, CefProcessMessageCppToC::Unwrap(message)); in frame_send_process_message()
/third_party/cef/libcef/browser/
Dframe_host_impl.h77 void SendProcessMessage(CefProcessId target_process,
Dframe_host_impl.cc234 CefProcessId target_process, in SendProcessMessage() argument
236 DCHECK_EQ(PID_RENDERER, target_process); in SendProcessMessage()
/third_party/cef/libcef/renderer/
Dframe_impl.h80 void SendProcessMessage(CefProcessId target_process,
Dframe_impl.cc262 void CefFrameImpl::SendProcessMessage(CefProcessId target_process, in SendProcessMessage() argument
265 DCHECK_EQ(PID_BROWSER, target_process); in SendProcessMessage()