Searched refs:ParentInspectorHandle (Results 1 – 8 of 8) sorted by relevance
56 ParentInspectorHandle::ParentInspectorHandle( in ParentInspectorHandle() function in node::inspector::ParentInspectorHandle66 ParentInspectorHandle::~ParentInspectorHandle() { in ~ParentInspectorHandle()71 void ParentInspectorHandle::WorkerStarted( in WorkerStarted()78 std::unique_ptr<inspector::InspectorSession> ParentInspectorHandle::Connect( in Connect()99 std::unique_ptr<ParentInspectorHandle> WorkerManager::NewParentHandle( in NewParentHandle()102 return std::make_unique<ParentInspectorHandle>(thread_id, url, thread_, wait); in NewParentHandle()
54 class ParentInspectorHandle {56 ParentInspectorHandle(uint64_t id,60 ~ParentInspectorHandle();61 std::unique_ptr<ParentInspectorHandle> NewParentInspectorHandle( in NewParentInspectorHandle()63 return std::make_unique<ParentInspectorHandle>(thread_id, in NewParentInspectorHandle()90 std::unique_ptr<ParentInspectorHandle> NewParentHandle(
26 class ParentInspectorHandle; variable83 void SetParentHandle(std::unique_ptr<ParentInspectorHandle> parent_handle);84 std::unique_ptr<ParentInspectorHandle> GetParentHandle(127 std::unique_ptr<ParentInspectorHandle> parent_handle_;
912 std::unique_ptr<ParentInspectorHandle> parent_handle) { in SetParentHandle()916 std::unique_ptr<ParentInspectorHandle> Agent::GetParentHandle( in GetParentHandle()
76 class ParentInspectorHandle; variable874 std::unique_ptr<inspector::ParentInspectorHandle> parent_handle);
201 std::unique_ptr<inspector::ParentInspectorHandle> parent_handle) { in InitializeInspector()
243 …or(std::unique_ptr<node::inspector::ParentInspectorHandle, std::default_delete<node::inspector::Pa…397 …or(std::unique_ptr<node::inspector::ParentInspectorHandle, std::default_delete<node::inspector::Pa…439 …or(std::unique_ptr<node::inspector::ParentInspectorHandle, std::default_delete<node::inspector::Pa…
321 std::unique_ptr<inspector::ParentInspectorHandle> impl;324 std::unique_ptr<inspector::ParentInspectorHandle>&& impl) in InspectorParentHandleImpl()