Home | History | Annotate | Download | only in inspector

Lines Matching refs:protocol

11 #include "src/inspector/protocol/Forward.h"
12 #include "src/inspector/protocol/Profiler.h"
23 using protocol::Response;
25 class V8ProfilerAgentImpl : public protocol::Profiler::Backend {
27 V8ProfilerAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
28 protocol::DictionaryValue* state);
38 Response stop(std::unique_ptr<protocol::Profiler::Profile>*) override;
43 std::unique_ptr<protocol::Array<protocol::Profiler::ScriptCoverage>>*
46 std::unique_ptr<protocol::Array<protocol::Profiler::ScriptCoverage>>*
59 std::unique_ptr<protocol::Profiler::Profile> stopProfiling(
65 protocol::DictionaryValue* m_state;
66 protocol::Profiler::Frontend m_frontend;