Home
last modified time | relevance | path

Searched refs:frontendChannel (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/node10/node-v10.24.1/tools/inspector_protocol/lib/
H A DDispatcherBase_cpp.template102 DispatcherBase::DispatcherBase(FrontendChannel* frontendChannel)
103 : m_frontendChannel(frontendChannel) { }
186 static void reportProtocolErrorTo(FrontendChannel* frontendChannel, int callId, DispatchResponse::E…
188 if (frontendChannel)
189frontendChannel->sendProtocolResponse(callId, ProtocolError::createErrorResponse(callId, code, err…
192 static void reportProtocolErrorTo(FrontendChannel* frontendChannel, DispatchResponse::ErrorCode cod…
194 if (frontendChannel)
195frontendChannel->sendProtocolNotification(ProtocolError::createErrorNotification(code, errorMessag…
218 UberDispatcher::UberDispatcher(FrontendChannel* frontendChannel)
219 : m_frontendChannel(frontendChannel) { }
/dports/www/node10/node-v10.24.1/deps/v8/third_party/inspector_protocol/lib/
H A DDispatcherBase_cpp.template99 DispatcherBase::DispatcherBase(FrontendChannel* frontendChannel)
100 : m_frontendChannel(frontendChannel)
188 static void reportProtocolErrorTo(FrontendChannel* frontendChannel, int callId, DispatchResponse::E…
190 if (frontendChannel)
191frontendChannel->sendProtocolResponse(callId, ProtocolError::createErrorResponse(callId, code, err…
194 static void reportProtocolErrorTo(FrontendChannel* frontendChannel, DispatchResponse::ErrorCode cod…
196 if (frontendChannel)
197frontendChannel->sendProtocolNotification(ProtocolError::createErrorNotification(code, errorMessag…
220 UberDispatcher::UberDispatcher(FrontendChannel* frontendChannel)
221 : m_frontendChannel(frontendChannel)
/dports/lang/v8/v8-9.6.180.12/src/inspector/
H A Dv8-schema-agent-impl.cc13 protocol::FrontendChannel* frontendChannel, in V8SchemaAgentImpl() argument
15 : m_session(session), m_frontend(frontendChannel) {} in V8SchemaAgentImpl()
H A Dv8-console-agent-impl.cc20 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8ConsoleAgentImpl() argument
24 m_frontend(frontendChannel), in V8ConsoleAgentImpl()
H A Dv8-heap-profiler-agent-impl.cc183 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8HeapProfilerAgentImpl() argument
187 m_frontend(frontendChannel), in V8HeapProfilerAgentImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/inspector/
H A Dv8-schema-agent-impl.cc13 protocol::FrontendChannel* frontendChannel, in V8SchemaAgentImpl() argument
15 : m_session(session), m_frontend(frontendChannel) {} in V8SchemaAgentImpl()
H A Dv8-console-agent-impl.cc20 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8ConsoleAgentImpl() argument
24 m_frontend(frontendChannel), in V8ConsoleAgentImpl()
H A Dv8-heap-profiler-agent-impl.cc147 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8HeapProfilerAgentImpl() argument
151 m_frontend(frontendChannel), in V8HeapProfilerAgentImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/inspector/
H A Dv8-schema-agent-impl.cc13 protocol::FrontendChannel* frontendChannel, in V8SchemaAgentImpl() argument
15 : m_session(session), m_frontend(frontendChannel) {} in V8SchemaAgentImpl()
H A Dv8-console-agent-impl.cc20 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8ConsoleAgentImpl() argument
24 m_frontend(frontendChannel), in V8ConsoleAgentImpl()
H A Dv8-heap-profiler-agent-impl.cc177 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8HeapProfilerAgentImpl() argument
181 m_frontend(frontendChannel), in V8HeapProfilerAgentImpl()
/dports/www/node10/node-v10.24.1/deps/v8/src/inspector/
H A Dv8-schema-agent-impl.cc13 protocol::FrontendChannel* frontendChannel, in V8SchemaAgentImpl() argument
15 : m_session(session), m_frontend(frontendChannel) {} in V8SchemaAgentImpl()
H A Dv8-console-agent-impl.cc20 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8ConsoleAgentImpl() argument
24 m_frontend(frontendChannel), in V8ConsoleAgentImpl()
H A Dv8-heap-profiler-agent-impl.cc148 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8HeapProfilerAgentImpl() argument
152 m_frontend(frontendChannel), in V8HeapProfilerAgentImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/frontend/
H A Dindex.ts220 const frontendChannel = new MessageChannel(); constant
230 frontendPort: frontendChannel.port1,
236 frontendChannel.port1,
252 forwardRemoteCalls(frontendChannel.port2, new FrontendApi(router));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/frontend/
H A Dindex.ts273 const frontendChannel = new MessageChannel(); constant
283 frontendPort: frontendChannel.port1,
289 frontendChannel.port1,
312 forwardRemoteCalls(frontendChannel.port2, new FrontendApi(router));
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/animation/backend/
H A Danimationclip.cpp294 for (const auto &frontendChannel : qAsConst(m_clipData)) in loadAnimationFromData() local
295 m_channels[i++].setFromQChannel(frontendChannel); in loadAnimationFromData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc442 DomainDispatcher::DomainDispatcher(FrontendChannel* frontendChannel) in DomainDispatcher() argument
443 : frontend_channel_(frontendChannel) {} in DomainDispatcher()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc442 DomainDispatcher::DomainDispatcher(FrontendChannel* frontendChannel) in DomainDispatcher() argument
443 : frontend_channel_(frontendChannel) {} in DomainDispatcher()
/dports/www/node10/node-v10.24.1/tools/inspector_protocol/templates/
H A DTypeBuilder_h.template257 explicit Frontend(FrontendChannel* frontendChannel) : m_frontendChannel(frontendChannel) { }
/dports/www/node10/node-v10.24.1/deps/v8/third_party/inspector_protocol/templates/
H A DTypeBuilder_h.template254 explicit Frontend(FrontendChannel* frontendChannel) : m_frontendChannel(frontendChannel) { }
/dports/lang/v8/v8-9.6.180.12/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc455 DomainDispatcher::DomainDispatcher(FrontendChannel* frontendChannel) in DomainDispatcher() argument
456 : frontend_channel_(frontendChannel) {} in DomainDispatcher()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc455 DomainDispatcher::DomainDispatcher(FrontendChannel* frontendChannel) in DomainDispatcher() argument
456 : frontend_channel_(frontendChannel) {} in DomainDispatcher()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc455 DomainDispatcher::DomainDispatcher(FrontendChannel* frontendChannel) in DomainDispatcher() argument
456 : frontend_channel_(frontendChannel) {} in DomainDispatcher()
/dports/lang/v8/v8-9.6.180.12/third_party/inspector_protocol/templates/
H A DTypeBuilder_cpp.template153 DomainDispatcherImpl(FrontendChannel* frontendChannel, Backend* backend)
154 : DomainDispatcher(frontendChannel)

12