Home
last modified time | relevance | path

Searched defs:connection_request_id (Results 1 – 13 of 13) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/worker/
H A Dembedded_shared_worker_stub.cc198 int connection_request_id, in ConnectToChannel()
204 void EmbeddedSharedWorkerStub::Connect(int connection_request_id, in Connect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/worker_host/
H A Dmock_shared_worker.cc32 bool MockSharedWorker::CheckReceivedConnect(int* connection_request_id, in CheckReceivedConnect()
55 void MockSharedWorker::Connect(int connection_request_id, in Connect()
H A Dshared_worker_host.h167 const int connection_request_id; member
H A Dshared_worker_host.cc369 int connection_request_id, in ClientInfo()
377 void SharedWorkerHost::OnConnected(int connection_request_id) { in OnConnected()
H A Dshared_worker_host_unittest.cc181 int connection_request_id; in TEST_F() local
H A Dshared_worker_service_impl_unittest.cc237 int connection_request_id; in TEST_F() local
1357 int connection_request_id; in TEST_F() local
1407 int connection_request_id; in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/worker_host/
H A Dmock_shared_worker.cc32 bool MockSharedWorker::CheckReceivedConnect(int* connection_request_id, in CheckReceivedConnect()
59 void MockSharedWorker::Connect(int connection_request_id, in Connect()
H A Dshared_worker_host.h178 const int connection_request_id; member
H A Dshared_worker_host.cc406 int connection_request_id, in ClientInfo()
414 void SharedWorkerHost::OnConnected(int connection_request_id) { in OnConnected()
H A Dshared_worker_service_impl_unittest.cc253 int connection_request_id; in TEST_F() local
1300 int connection_request_id; in TEST_F() local
1344 int connection_request_id; in TEST_F() local
1486 int connection_request_id; in TEST_F() local
H A Dshared_worker_host_unittest.cc203 int connection_request_id; in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_shared_worker_impl.cc148 void WebSharedWorkerImpl::Connect(int connection_request_id, in Connect()
166 void WebSharedWorkerImpl::ConnectToChannel(int connection_request_id, in ConnectToChannel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/worker/
H A Dembedded_shared_worker_stub.cc173 void EmbeddedSharedWorkerStub::Connect(int connection_request_id, in Connect()