Searched refs:frontendChannel (Results 1 – 5 of 5) sorted by relevance
/external/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 | 148 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8HeapProfilerAgentImpl() argument 152 m_frontend(frontendChannel), in V8HeapProfilerAgentImpl()
|
D | v8-profiler-agent-impl.cc | 152 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8ProfilerAgentImpl() argument 157 m_frontend(frontendChannel) {} in V8ProfilerAgentImpl()
|
D | v8-debugger-agent-impl.cc | 125 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8DebuggerAgentImpl() argument 132 m_frontend(frontendChannel), in V8DebuggerAgentImpl()
|