Searched refs:frontendChannel (Results 1 – 10 of 10) sorted by relevance
/third_party/node/tools/inspector_protocol/lib/ |
D | DispatcherBase_cpp.template | 102 DispatcherBase::DispatcherBase(FrontendChannel* frontendChannel) 103 : m_frontendChannel(frontendChannel) { } 186 static void reportProtocolErrorTo(FrontendChannel* frontendChannel, int callId, DispatchResponse::E… 188 if (frontendChannel) 189 …frontendChannel->sendProtocolResponse(callId, ProtocolError::createErrorResponse(callId, code, err… 192 static void reportProtocolErrorTo(FrontendChannel* frontendChannel, DispatchResponse::ErrorCode cod… 194 if (frontendChannel) 195 …frontendChannel->sendProtocolNotification(ProtocolError::createErrorNotification(code, errorMessag… 218 UberDispatcher::UberDispatcher(FrontendChannel* frontendChannel) 219 : m_frontendChannel(frontendChannel) { }
|
/third_party/node/deps/v8/src/inspector/ |
D | v8-schema-agent-impl.cc | 13 protocol::FrontendChannel* frontendChannel, in V8SchemaAgentImpl() argument 15 : m_session(session), m_frontend(frontendChannel) {} in V8SchemaAgentImpl()
|
D | v8-console-agent-impl.cc | 20 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8ConsoleAgentImpl() argument 24 m_frontend(frontendChannel), in V8ConsoleAgentImpl()
|
D | v8-heap-profiler-agent-impl.cc | 183 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8HeapProfilerAgentImpl() argument 187 m_frontend(frontendChannel), in V8HeapProfilerAgentImpl()
|
D | v8-profiler-agent-impl.cc | 171 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8ProfilerAgentImpl() argument 176 m_frontend(frontendChannel) {} in V8ProfilerAgentImpl()
|
D | v8-debugger-agent-impl.cc | 368 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8DebuggerAgentImpl() argument 375 m_frontend(frontendChannel), in V8DebuggerAgentImpl()
|
/third_party/node/tools/inspector_protocol/templates/ |
D | TypeBuilder_h.template | 257 explicit Frontend(FrontendChannel* frontendChannel) : m_frontendChannel(frontendChannel) { }
|
D | TypeBuilder_cpp.template | 220 DispatcherImpl(FrontendChannel* frontendChannel, Backend* backend) 221 : DispatcherBase(frontendChannel)
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
D | dispatch.cc | 455 DomainDispatcher::DomainDispatcher(FrontendChannel* frontendChannel) in DomainDispatcher() argument 456 : frontend_channel_(frontendChannel) {} in DomainDispatcher()
|
/third_party/node/deps/v8/third_party/inspector_protocol/templates/ |
D | TypeBuilder_cpp.template | 153 DomainDispatcherImpl(FrontendChannel* frontendChannel, Backend* backend) 154 : DomainDispatcher(frontendChannel)
|