Lines Matching refs:DispatcherImpl
139 std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(profiler));
144 std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(heapProfiler));
149 std::make_unique<TracingImpl::DispatcherImpl>(channel, std::move(tracing));
156 std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtime));
158 std::make_unique<DebuggerImpl::DispatcherImpl>(channel, std::move(debugger));
162 std::make_unique<DomImpl::DispatcherImpl>(channel, std::move(dom));
166 std::make_unique<CssImpl::DispatcherImpl>(channel, std::move(css));
170 std::make_unique<OverlayImpl::DispatcherImpl>(channel, std::move(overlay));
174 std::make_unique<TargetImpl::DispatcherImpl>(channel, std::move(target));
178 std::make_unique<PageImpl::DispatcherImpl>(channel, std::move(page));