Searched refs:V8SchemaAgentImpl (Results 1 – 4 of 4) sorted by relevance
12 V8SchemaAgentImpl::V8SchemaAgentImpl(V8InspectorSessionImpl* session, in V8SchemaAgentImpl() function in v8_inspector::V8SchemaAgentImpl17 V8SchemaAgentImpl::~V8SchemaAgentImpl() {} in ~V8SchemaAgentImpl()19 Response V8SchemaAgentImpl::getDomains( in getDomains()
18 class V8SchemaAgentImpl : public protocol::Schema::Backend {20 V8SchemaAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,22 ~V8SchemaAgentImpl() override;31 DISALLOW_COPY_AND_ASSIGN(V8SchemaAgentImpl);
27 class V8SchemaAgentImpl; variable42 V8SchemaAgentImpl* schemaAgent() { return m_schemaAgent.get(); } in schemaAgent()122 std::unique_ptr<V8SchemaAgentImpl> m_schemaAgent;
100 m_schemaAgent.reset(new V8SchemaAgentImpl( in V8InspectorSessionImpl()