Lines Matching full:move
86 params_ = std::move(params); in DispatchRequest()
139 std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(profiler)); in Dispatcher()
144 std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(heapProfiler)); in Dispatcher()
149 std::make_unique<TracingImpl::DispatcherImpl>(channel, std::move(tracing)); in Dispatcher()
156 std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtime)); in Dispatcher()
158 std::make_unique<DebuggerImpl::DispatcherImpl>(channel, std::move(debugger)); in Dispatcher()
162 std::make_unique<DomImpl::DispatcherImpl>(channel, std::move(dom)); in Dispatcher()
166 std::make_unique<CssImpl::DispatcherImpl>(channel, std::move(css)); in Dispatcher()
170 std::make_unique<OverlayImpl::DispatcherImpl>(channel, std::move(overlay)); in Dispatcher()
174 std::make_unique<TargetImpl::DispatcherImpl>(channel, std::move(target)); in Dispatcher()
178 std::make_unique<PageImpl::DispatcherImpl>(channel, std::move(page)); in Dispatcher()
182 std::make_unique<AnimationImpl::DispatcherImpl>(channel, std::move(animation)); in Dispatcher()