Home
last modified time | relevance | path

Searched refs:SmoothScroll (Results 1 – 25 of 31) sorted by relevance

12

/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dscidoc.h181 bool SmoothScroll() { return (getScrollStyle()&SCROLLERS_DONT_TRACK)==0; } in SmoothScroll() function
182 void SmoothScroll(bool smooth) { in SmoothScroll() function
H A Dprefs_base.h87 FXint SmoothScroll; variable
H A Dprefs.cpp125 case ID_TOGGLE_SMOOTH_SCROLL: { SmoothScroll = !SmoothScroll; break; } in onChangeSetting()
872 ReadInt(SmoothScroll,true); in Settings()
1051 WriteInt(SmoothScroll); in ~Settings()
H A Dscidoc_util.cpp313 sci->SmoothScroll(prefs->SmoothScroll); in SetSciDocPrefs()
H A Dprefdlg.cpp545 chk->setCheck(prefs->SmoothScroll, false); in MakeEditorTab()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_plugin_container_test.cc811 web_view->SmoothScroll(0, 200, base::TimeDelta()); in TEST_F()
852 web_view->SmoothScroll(0, 200, base::TimeDelta()); in TEST_F()
946 web_view->SmoothScroll(0, 200, base::TimeDelta()); in TEST_F()
983 web_view->SmoothScroll(0, 200, base::TimeDelta()); in TEST_F()
1022 web_view->SmoothScroll(0, 300, base::TimeDelta()); in TEST_F()
1063 web_view->SmoothScroll(0, 300, base::TimeDelta()); in TEST_F()
1105 web_view->SmoothScroll(0, 300, base::TimeDelta()); in TEST_F()
1287 web_view->SmoothScroll(root_document_scroll_to.Width(), in TEST_F()
H A Dweb_view_impl.h151 void SmoothScroll(int target_x,
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/browser/renderer_host/
H A Daw_render_view_host_ext.h75 void SmoothScroll(int target_x, int target_y, base::TimeDelta duration);
H A Daw_render_view_host_ext.cc112 void AwRenderViewHostExt::SmoothScroll(int target_x, in SmoothScroll() function in android_webview::AwRenderViewHostExt
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_plugin_container_test.cc823 web_view->SmoothScroll(0, 200, base::TimeDelta()); in TEST_F()
866 web_view->SmoothScroll(0, 200, base::TimeDelta()); in TEST_F()
962 web_view->SmoothScroll(0, 200, base::TimeDelta()); in TEST_F()
1001 web_view->SmoothScroll(0, 200, base::TimeDelta()); in TEST_F()
1043 web_view->SmoothScroll(0, 300, base::TimeDelta()); in TEST_F()
1087 web_view->SmoothScroll(0, 300, base::TimeDelta()); in TEST_F()
1131 web_view->SmoothScroll(0, 300, base::TimeDelta()); in TEST_F()
1315 web_view->SmoothScroll(root_document_scroll_to.Width(), in TEST_F()
H A Dweb_view_impl.h157 void SmoothScroll(int target_x,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dviewopt.hxx78 SmoothScroll = 0x0004, enumerator
404 {return bool(m_nCore2Options & ViewOptCoreFlags2::SmoothScroll); } in IsSmoothScroll()
407 { SetCore2Option(b, ViewOptCoreFlags2::SmoothScroll); } in SetSmoothScroll()
H A Dviewsh.hxx246 bool SmoothScroll( tools::Long lXDiff, tools::Long lYDiff, const tools::Rectangle* );//Browser
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dviewopt.hxx72 SmoothScroll = 0x0004, enumerator
365 {return bool(m_nCore2Options & ViewOptCoreFlags2::SmoothScroll); } in IsSmoothScroll()
368 { SetCore2Option(b, ViewOptCoreFlags2::SmoothScroll); } in SetSmoothScroll()
H A Dviewsh.hxx249 bool SmoothScroll( long lXDiff, long lYDiff, const tools::Rectangle* );//Browser
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/web/
H A Dweb_view.h172 virtual void SmoothScroll(int target_x, in SmoothScroll() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/web/
H A Dweb_view.h180 virtual void SmoothScroll(int target_x, in SmoothScroll() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/renderer/
H A Daw_render_frame_ext.cc352 webview->SmoothScroll(target_x, target_y, duration); in OnSmoothScroll()
/dports/www/lagrange/lagrange-1.7.3/src/ui/
H A Dutil.h178 iDeclareType(SmoothScroll)
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/browser/
H A Daw_contents.h352 void SmoothScroll(JNIEnv* env,
H A Daw_contents.cc1238 void AwContents::SmoothScroll(JNIEnv* env, in SmoothScroll() function in android_webview::AwContents
1250 render_view_host_ext_->SmoothScroll( in SmoothScroll()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/scrolling/
H A Dscroll_into_view_test.cc155 TEST_F(ScrollIntoViewTest, SmoothScroll) { in TEST_F() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dviewsh.cxx1186 if ( SmoothScroll( nXDiff, nYDiff, &aRect ) ) in VisPortChgd()
1199 if ( SmoothScroll( nXDiff, nYDiff, nullptr ) ) in VisPortChgd()
1240 bool SwViewShell::SmoothScroll( tools::Long lXDiff, tools::Long lYDiff, const tools::Rectangle *pRe… in SmoothScroll() function in SwViewShell
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/view/
H A Dviewsh.cxx1204 if ( SmoothScroll( nXDiff, nYDiff, &aRect ) ) in VisPortChgd()
1217 if ( SmoothScroll( nXDiff, nYDiff, nullptr ) ) in VisPortChgd()
1258 bool SwViewShell::SmoothScroll( long lXDiff, long lYDiff, const tools::Rectangle *pRect ) in SmoothScroll() function in SwViewShell
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/scrolling/
H A Dscroll_into_view_test.cc155 TEST_F(ScrollIntoViewTest, SmoothScroll) { in TEST_F() argument

12