Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-schema-agent-impl.cc12 V8SchemaAgentImpl::V8SchemaAgentImpl(V8InspectorSessionImpl* session, in V8SchemaAgentImpl() function in v8_inspector::V8SchemaAgentImpl
17 V8SchemaAgentImpl::~V8SchemaAgentImpl() {} in ~V8SchemaAgentImpl()
19 Response V8SchemaAgentImpl::getDomains( in getDomains()
Dv8-schema-agent-impl.h18 class V8SchemaAgentImpl : public protocol::Schema::Backend {
20 V8SchemaAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
22 ~V8SchemaAgentImpl() override;
31 DISALLOW_COPY_AND_ASSIGN(V8SchemaAgentImpl);
Dv8-inspector-session-impl.h27 class V8SchemaAgentImpl; variable
42 V8SchemaAgentImpl* schemaAgent() { return m_schemaAgent.get(); } in schemaAgent()
118 std::unique_ptr<V8SchemaAgentImpl> m_schemaAgent;
Dv8-inspector-session-impl.cc98 m_schemaAgent.reset(new V8SchemaAgentImpl( in V8InspectorSessionImpl()