Home
last modified time | relevance | path

Searched refs:legacy_ipc_bootstrap (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/ipc_fuzzer/message_replay/
H A Dreplay_process.cc51 mojo::PendingRemote<IPC::mojom::ChannelBootstrap> legacy_ipc_bootstrap) in FakeChildProcessImpl() argument
52 : legacy_ipc_bootstrap_(std::move(legacy_ipc_bootstrap)) { in FakeChildProcessImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/ipc_fuzzer/message_replay/
H A Dreplay_process.cc50 mojo::PendingRemote<IPC::mojom::ChannelBootstrap> legacy_ipc_bootstrap) in FakeChildProcessImpl() argument
51 : legacy_ipc_bootstrap_(std::move(legacy_ipc_bootstrap)) { in FakeChildProcessImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/child/
H A Dchild_thread_impl.cc262 mojo::PendingRemote<IPC::mojom::ChannelBootstrap> legacy_ipc_bootstrap) { in BindChildProcessReceiverAndLegacyIpc() argument
263 legacy_ipc_bootstrap_ = std::move(legacy_ipc_bootstrap); in BindChildProcessReceiverAndLegacyIpc()
642 mojo::PendingRemote<IPC::mojom::ChannelBootstrap> legacy_ipc_bootstrap; in Init() local
644 legacy_ipc_bootstrap.InitWithNewPipeAndPassReceiver().PassPipe(); in Init()
658 std::move(legacy_ipc_bootstrap))); in Init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/
H A Dchild_thread_impl.cc262 mojo::PendingRemote<IPC::mojom::ChannelBootstrap> legacy_ipc_bootstrap) { in BindChildProcessReceiverAndLegacyIpc() argument
263 legacy_ipc_bootstrap_ = std::move(legacy_ipc_bootstrap); in BindChildProcessReceiverAndLegacyIpc()
628 mojo::PendingRemote<IPC::mojom::ChannelBootstrap> legacy_ipc_bootstrap; in Init() local
630 legacy_ipc_bootstrap.InitWithNewPipeAndPassReceiver().PassPipe(); in Init()
644 std::move(legacy_ipc_bootstrap))); in Init()