Searched refs:target_process (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Lib/multiprocessing/ |
D | reduction.py | 71 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/ |
D | cef_frame.h | 257 virtual void SendProcessMessage(CefProcessId target_process,
|
/third_party/cef/libcef_dll/ctocpp/ |
D | frame_ctocpp.h | 70 void SendProcessMessage(CefProcessId target_process,
|
D | frame_ctocpp.cc | 429 void CefFrameCToCpp::SendProcessMessage(CefProcessId target_process, in SendProcessMessage() argument 445 _struct->send_process_message(_struct, target_process, in SendProcessMessage()
|
/third_party/cef/include/capi/ |
D | cef_frame_capi.h | 254 cef_process_id_t target_process,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | frame_cpptoc.cc | 423 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/ |
D | frame_host_impl.h | 77 void SendProcessMessage(CefProcessId target_process,
|
D | frame_host_impl.cc | 234 CefProcessId target_process, in SendProcessMessage() argument 236 DCHECK_EQ(PID_RENDERER, target_process); in SendProcessMessage()
|
/third_party/cef/libcef/renderer/ |
D | frame_impl.h | 80 void SendProcessMessage(CefProcessId target_process,
|
D | frame_impl.cc | 262 void CefFrameImpl::SendProcessMessage(CefProcessId target_process, in SendProcessMessage() argument 265 DCHECK_EQ(PID_BROWSER, target_process); in SendProcessMessage()
|