Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_host_unittest_scroll.cc2027 scroll_elasticity_helper_(nullptr), in LayerTreeHostScrollTestElasticOverscroll()
2048 scroll_elasticity_helper_ = input_handler->CreateScrollElasticityHelper(); in BindInputHandler()
2049 DCHECK(scroll_elasticity_helper_); in BindInputHandler()
2081 scroll_elasticity_helper_->StretchAmount()); in VerifyBeginMainFrameResultOnImplThread()
2097 scroll_elasticity_helper_->SetStretchAmount(next_test_case); in VerifyBeginMainFrameResultOnImplThread()
2101 scroll_elasticity_helper_->SetStretchAmount(next_test_case); in VerifyBeginMainFrameResultOnImplThread()
2110 scroll_elasticity_helper_->SetStretchAmount(next_test_case); in VerifyBeginMainFrameResultOnImplThread()
2115 scroll_elasticity_helper_->SetStretchAmount(next_test_case); in VerifyBeginMainFrameResultOnImplThread()
2135 scroll_elasticity_helper_->StretchAmount()); in DidActivateTreeOnThread()
2165 ScrollElasticityHelper* scroll_elasticity_helper_; member in cc::__anonb953b4b10111::LayerTreeHostScrollTestElasticOverscroll
H A Dlayer_tree_host_impl.cc373 if (scroll_elasticity_helper_) in ~LayerTreeHostImpl()
374 scroll_elasticity_helper_.reset(); in ~LayerTreeHostImpl()
987 DCHECK(!scroll_elasticity_helper_); in CreateScrollElasticityHelper()
989 scroll_elasticity_helper_.reset( in CreateScrollElasticityHelper()
992 return scroll_elasticity_helper_.get(); in CreateScrollElasticityHelper()
H A Dlayer_tree_host_impl.h1152 std::unique_ptr<ScrollElasticityHelper> scroll_elasticity_helper_; variable
H A Dlayer_tree_host_unittest.cc5477 : scroll_elasticity_helper_(nullptr), num_draws_(0) { in LayerTreeHostTestElasticOverscroll()
5504 scroll_elasticity_helper_ = host_impl->CreateScrollElasticityHelper(); in CommitCompleteOnThread()
5520 scroll_elasticity_helper_->SetStretchAmount(gfx::Vector2dF(5.f, 6.f)); in DrawLayersOnThread()
5526 scroll_elasticity_helper_->SetStretchAmount(gfx::Vector2dF(3.f, 2.f)); in DrawLayersOnThread()
5532 scroll_elasticity_helper_->SetStretchAmount(gfx::Vector2dF()); in DrawLayersOnThread()
5546 ScrollElasticityHelper* scroll_elasticity_helper_; member in cc::__anon56d2eac30111::LayerTreeHostTestElasticOverscroll
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_host_unittest_scroll.cc2243 scroll_elasticity_helper_(nullptr), in LayerTreeHostScrollTestElasticOverscroll()
2265 scroll_elasticity_helper_ = input_handler->CreateScrollElasticityHelper(); in BindInputHandler()
2266 DCHECK(scroll_elasticity_helper_); in BindInputHandler()
2298 scroll_elasticity_helper_->StretchAmount()); in VerifyBeginMainFrameResultOnImplThread()
2314 scroll_elasticity_helper_->SetStretchAmount(next_test_case); in VerifyBeginMainFrameResultOnImplThread()
2318 scroll_elasticity_helper_->SetStretchAmount(next_test_case); in VerifyBeginMainFrameResultOnImplThread()
2327 scroll_elasticity_helper_->SetStretchAmount(next_test_case); in VerifyBeginMainFrameResultOnImplThread()
2332 scroll_elasticity_helper_->SetStretchAmount(next_test_case); in VerifyBeginMainFrameResultOnImplThread()
2352 scroll_elasticity_helper_->StretchAmount()); in DidActivateTreeOnThread()
2382 ScrollElasticityHelper* scroll_elasticity_helper_; member in cc::__anonf3b761b60111::LayerTreeHostScrollTestElasticOverscroll
H A Dlayer_tree_host_unittest.cc5510 : scroll_elasticity_helper_(nullptr), num_draws_(0) { in LayerTreeHostTestElasticOverscroll()
5537 scroll_elasticity_helper_ = in CommitCompleteOnThread()
5554 scroll_elasticity_helper_->SetStretchAmount(gfx::Vector2dF(5.f, 6.f)); in DrawLayersOnThread()
5560 scroll_elasticity_helper_->SetStretchAmount(gfx::Vector2dF(3.f, 2.f)); in DrawLayersOnThread()
5566 scroll_elasticity_helper_->SetStretchAmount(gfx::Vector2dF()); in DrawLayersOnThread()
5580 ScrollElasticityHelper* scroll_elasticity_helper_; member in cc::__anon887f63680111::LayerTreeHostTestElasticOverscroll
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dthreaded_input_handler.cc810 DCHECK(!scroll_elasticity_helper_); in CreateScrollElasticityHelper()
812 scroll_elasticity_helper_.reset( in CreateScrollElasticityHelper()
816 return scroll_elasticity_helper_.get(); in CreateScrollElasticityHelper()
991 if (scroll_elasticity_helper_) in WillShutdown()
992 scroll_elasticity_helper_.reset(); in WillShutdown()
H A Dthreaded_input_handler.h355 std::unique_ptr<ScrollElasticityHelper> scroll_elasticity_helper_; variable