Lines Matching refs:protocol
11 #include "src/inspector/protocol/Forward.h"
12 #include "src/inspector/protocol/HeapProfiler.h"
22 using protocol::Maybe;
23 using protocol::Response;
25 class V8HeapProfilerAgentImpl : public protocol::HeapProfiler::Backend {
27 V8HeapProfilerAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
28 protocol::DictionaryValue* state);
51 std::unique_ptr<protocol::Runtime::RemoteObject>* result) override;
59 std::unique_ptr<protocol::HeapProfiler::SamplingHeapProfile>*) override;
61 std::unique_ptr<protocol::HeapProfiler::SamplingHeapProfile>*) override;
74 protocol::HeapProfiler::Frontend m_frontend;
75 protocol::DictionaryValue* m_state;