Lines Matching refs:protocol
12 #include "src/inspector/protocol/Forward.h"
13 #include "src/inspector/protocol/Profiler.h"
24 using protocol::Maybe;
25 using protocol::Response;
27 class V8ProfilerAgentImpl : public protocol::Profiler::Backend {
29 V8ProfilerAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
30 protocol::DictionaryValue* state);
42 Response stop(std::unique_ptr<protocol::Profiler::Profile>*) override;
49 std::unique_ptr<protocol::Array<protocol::Profiler::ScriptCoverage>>*
53 std::unique_ptr<protocol::Array<protocol::Profiler::ScriptCoverage>>*
59 std::unique_ptr<protocol::Array<protocol::Profiler::ScriptTypeProfile>>*
71 std::unique_ptr<protocol::Profiler::Profile> stopProfiling(
77 protocol::DictionaryValue* m_state;
78 protocol::Profiler::Frontend m_frontend;