Home
last modified time | relevance | path

Searched defs:remote_process (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/tracing/
H A Dtracing_service_controller.cc106 mojo::PendingRemote<tracing::mojom::TracedProcess> remote_process; in GetService() local
124 mojo::PendingRemote<tracing::mojom::TracedProcess> remote_process; in RegisterClientOnUIThread() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/tracing/
H A Dtracing_service_controller.cc108 mojo::PendingRemote<tracing::mojom::TracedProcess> remote_process; in GetService() local
126 mojo::PendingRemote<tracing::mojom::TracedProcess> remote_process; in RegisterClientOnUIThread() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/external_mojo/external_service_support/
H A Dtracing_client_impl.cc49 mojo::PendingRemote<tracing::mojom::TracedProcess> remote_process; in TracingClientImpl() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/core/
H A Dchannel.h290 void set_remote_process(ScopedProcessHandle remote_process) { in set_remote_process()
294 const ScopedProcessHandle& remote_process() const { return remote_process_; } in remote_process() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/
H A Dchannel.h298 void set_remote_process(ScopedProcessHandle remote_process) { in set_remote_process()
302 const ScopedProcessHandle& remote_process() const { return remote_process_; } in remote_process() function
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozrunner/mozrunner/
H A Dapplication.py51 remote_process = None variable in RemoteContext
/dports/www/firefox/firefox-99.0/testing/mozbase/mozrunner/mozrunner/
H A Dapplication.py51 remote_process = None variable in RemoteContext
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozrunner/mozrunner/
H A Dapplication.py51 remote_process = None variable in RemoteContext
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozrunner/mozrunner/
H A Dapplication.py50 remote_process = None variable in RemoteContext
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozrunner/mozrunner/
H A Dapplication.py47 remote_process = None variable in RemoteContext
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozrunner/mozrunner/
H A Dapplication.py47 remote_process = None variable in RemoteContext
/dports/databases/py-fdb/fdb-2.0.1/fdb/
H A Dmonitor.py526 remote_process = property(__get_remote_process, doc="Remote client process pathname.") variable in AttachmentInfo