Home
last modified time | relevance | path

Searched refs:CreateScrollElasticityHelper (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/input/
H A Dinput_handler.h286 virtual ScrollElasticityHelper* CreateScrollElasticityHelper() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dinput_handler.h343 virtual ScrollElasticityHelper* CreateScrollElasticityHelper() = 0;
H A Dthreaded_input_handler.h92 ScrollElasticityHelper* CreateScrollElasticityHelper() override;
H A Dthreaded_input_handler.cc809 ScrollElasticityHelper* ThreadedInputHandler::CreateScrollElasticityHelper() { in CreateScrollElasticityHelper() function in cc::ThreadedInputHandler
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_host_impl.h314 ScrollElasticityHelper* CreateScrollElasticityHelper() override;
H A Dlayer_tree_host_unittest_scroll.cc2048 scroll_elasticity_helper_ = input_handler->CreateScrollElasticityHelper(); in BindInputHandler()
H A Dlayer_tree_host_impl.cc986 ScrollElasticityHelper* LayerTreeHostImpl::CreateScrollElasticityHelper() { in CreateScrollElasticityHelper() function in cc::LayerTreeHostImpl
H A Dlayer_tree_host_unittest.cc5504 scroll_elasticity_helper_ = host_impl->CreateScrollElasticityHelper(); in CommitCompleteOnThread()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/blink/
H A Dinput_handler_proxy.cc201 input_handler_->CreateScrollElasticityHelper(); in InputHandlerProxy()
H A Dinput_handler_proxy_unittest.cc138 cc::ScrollElasticityHelper* CreateScrollElasticityHelper() override { in CreateScrollElasticityHelper() function in ui::test::__anon262199310111::MockInputHandler
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/widget/input/
H A Dinput_handler_proxy.cc226 input_handler_->CreateScrollElasticityHelper(); in InputHandlerProxy()
H A Dinput_handler_proxy_unittest.cc134 cc::ScrollElasticityHelper* CreateScrollElasticityHelper() override { in CreateScrollElasticityHelper() function in blink::test::__anon8a50c1ea0111::MockInputHandler
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_host_unittest_scroll.cc2265 scroll_elasticity_helper_ = input_handler->CreateScrollElasticityHelper(); in BindInputHandler()
H A Dlayer_tree_host_unittest.cc5538 host_impl->GetInputHandler().CreateScrollElasticityHelper(); in CommitCompleteOnThread()