Home
last modified time | relevance | path

Searched refs:ParentInspectorSessionDelegate (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/inspector/
Dworker_agent.cc49 class ParentInspectorSessionDelegate : public InspectorSessionDelegate { class
51 ParentInspectorSessionDelegate(const std::string& id, in ParentInspectorSessionDelegate() function in node::inspector::protocol::__anon30fb8dd00111::ParentInspectorSessionDelegate
55 ~ParentInspectorSessionDelegate() override { in ~ParentInspectorSessionDelegate()
133 new ParentInspectorSessionDelegate(id, shared_from_this()))); in WorkerCreated()