Home | History | Annotate | Download | only in inspector

Lines Matching refs:protocol

9 #include "src/inspector/protocol/Forward.h"
10 #include "src/inspector/protocol/HeapProfiler.h"
18 using protocol::Maybe;
19 using protocol::Response;
21 class V8HeapProfilerAgentImpl : public protocol::HeapProfiler::Backend {
23 V8HeapProfilerAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
24 protocol::DictionaryValue* state);
40 std::unique_ptr<protocol::Runtime::RemoteObject>* result) override;
48 std::unique_ptr<protocol::HeapProfiler::SamplingHeapProfile>*) override;
58 protocol::HeapProfiler::Frontend m_frontend;
59 protocol::DictionaryValue* m_state;