Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dscroll_and_scale_set.h92 std::vector<std::unique_ptr<SwapPromise>> swap_promises; member
H A Dproxy_impl.h57 std::vector<std::unique_ptr<SwapPromise>> swap_promises);
H A Dproxy_main.cc309 std::vector<std::unique_ptr<SwapPromise>> swap_promises = in BeginMainFrame() local
321 begin_main_frame_start_time, std::move(swap_promises))); in BeginMainFrame()
H A Dproxy_impl.cc189 std::vector<std::unique_ptr<SwapPromise>> swap_promises) { in BeginMainFrameAbortedOnImpl() argument
196 reason, std::move(swap_promises), in BeginMainFrameAbortedOnImpl()
H A Dlayer_tree_host_impl.h356 std::vector<std::unique_ptr<SwapPromise>> swap_promises,
H A Dlayer_tree_host_impl.cc411 std::vector<std::unique_ptr<SwapPromise>> swap_promises, in BeginMainFrameAborted() argument
426 pending_tree_->AppendSwapPromises(std::move(swap_promises)); in BeginMainFrameAborted()
428 for (const auto& swap_promise : swap_promises) in BeginMainFrameAborted()
5156 scroll_info->swap_promises.swap(swap_promises_for_main_thread_scroll_update_); in ProcessScrollDeltas()
H A Dlayer_tree_host.cc918 for (auto& swap_promise : info->swap_promises) { in ApplyScrollAndScale()
H A Dlayer_tree_host_impl_unittest.cc3297 EXPECT_EQ(1u, scroll_info->swap_promises.size()); in TEST_F()
3298 EXPECT_EQ(latency_info.trace_id(), scroll_info->swap_promises[0]->TraceId()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dcompositor_commit_data.h93 std::vector<std::unique_ptr<SwapPromise>> swap_promises; member
H A Dproxy_impl.h58 std::vector<std::unique_ptr<SwapPromise>> swap_promises);
H A Dproxy_main.cc324 std::vector<std::unique_ptr<SwapPromise>> swap_promises = in BeginMainFrame() local
337 begin_main_frame_start_time, std::move(swap_promises))); in BeginMainFrame()
H A Dproxy_impl.cc187 std::vector<std::unique_ptr<SwapPromise>> swap_promises) { in BeginMainFrameAbortedOnImpl() argument
194 reason, std::move(swap_promises), in BeginMainFrameAbortedOnImpl()
H A Dlayer_tree_host_impl.cc539 std::vector<std::unique_ptr<SwapPromise>> swap_promises, in BeginMainFrameAborted() argument
554 pending_tree_->AppendSwapPromises(std::move(swap_promises)); in BeginMainFrameAborted()
556 for (const auto& swap_promise : swap_promises) in BeginMainFrameAborted()
3917 commit_data->swap_promises.swap(swap_promises_for_main_thread_scroll_update_); in ProcessCompositorDeltas()
H A Dlayer_tree_host_impl.h336 std::vector<std::unique_ptr<SwapPromise>> swap_promises,
H A Dlayer_tree_host.cc993 for (auto& swap_promise : commit_data->swap_promises) { in ApplyCompositorChanges()
H A Dlayer_tree_host_impl_unittest.cc3938 EXPECT_EQ(1u, commit_data->swap_promises.size()); in TEST_P()
3939 EXPECT_EQ(latency_info.trace_id(), commit_data->swap_promises[0]->TraceId()); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dlayer_tree_test.cc214 std::vector<std::unique_ptr<SwapPromise>> swap_promises, in BeginMainFrameAborted() argument
216 LayerTreeHostImpl::BeginMainFrameAborted(reason, std::move(swap_promises), in BeginMainFrameAborted()