Home
last modified time | relevance | path

Searched refs:GetScrollTop (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dcompositor_event_ack_browsertest.cc150 int GetScrollTop() { in GetScrollTop() function in content::CompositorEventAckBrowserTest
155 EXPECT_EQ(0, GetScrollTop()); in DoWheelScroll()
190 EXPECT_EQ(0, GetScrollTop()); in DoTouchScroll()
H A Dcomposited_scrolling_browsertest.cc124 double GetScrollTop() { in GetScrollTop() function in content::CompositedScrollingBrowserTest
153 return GetScrollTop(); in DoScroll()
184 ASSERT_EQ(0, GetScrollTop()); in IN_PROC_BROWSER_TEST_F()
H A Dtouch_action_browsertest.cc210 double GetScrollTop() { in GetScrollTop() function in content::TouchActionBrowserTest
300 EXPECT_EQ(0, GetScrollTop()); in DoTouchScroll()
459 scroll_top = GetScrollTop(); in CheckScrollOffset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/input/
H A Dcomposited_scrolling_browsertest.cc121 double GetScrollTop() { in GetScrollTop() function in content::CompositedScrollingBrowserTest
150 return GetScrollTop(); in DoScroll()
181 ASSERT_EQ(0, GetScrollTop()); in IN_PROC_BROWSER_TEST_F()
H A Dcompositor_event_ack_browsertest.cc149 int GetScrollTop() { in GetScrollTop() function in content::CompositorEventAckBrowserTest
154 EXPECT_EQ(0, GetScrollTop()); in DoWheelScroll()
189 EXPECT_EQ(0, GetScrollTop()); in DoTouchScroll()
H A Dtouch_action_browsertest.cc213 double GetScrollTop() { in GetScrollTop() function in content::TouchActionBrowserTest
290 EXPECT_EQ(0, GetScrollTop()); in DoTouchScroll()
455 scroll_top = GetScrollTop(); in CheckScrollOffset()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DElementScroll.cpp109 bar_position = element->GetScrollTop(); in UpdateScrollbar()
164 scrollbars[i].widget->SetBarPosition(element->GetScrollTop() / traversable_track); in FormatScrollbars()
H A DElement.cpp851 float Element::GetScrollTop() in GetScrollTop() function in Rocket::Core::Element
1093 Vector2f scroll_offset(scroll_parent->GetScrollLeft(), scroll_parent->GetScrollTop()); in ScrollIntoView()
1726 if ((wheel_delta < 0 && GetScrollTop() > 0) || in ProcessEvent()
1727 (wheel_delta > 0 && GetScrollHeight() > GetScrollTop() + GetClientHeight())) in ProcessEvent()
1733 …SetScrollTop(GetScrollTop() + wheel_delta * (GetFontFaceHandle() ? ElementUtilities::GetLineHeight… in ProcessEvent()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Controls/
H A DWidgetTextInput.cpp200 …ent->GetAbsoluteOffset() - Rocket::Core::Vector2f(parent->GetScrollLeft(), parent->GetScrollTop()); in OnRender()
646 if (parent->GetScrollTop() < minimum_scroll_top) in ShowCursor()
648 else if (parent->GetScrollTop() > cursor_position.y) in ShowCursor()
658 scroll_offset.y = parent->GetScrollTop(); in ShowCursor()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_interface.h87 const fheroes2::Rect & GetScrollTop( void ) const;
H A Dgame_interface.cpp148 const fheroes2::Rect & Interface::Basic::GetScrollTop( void ) const in GetScrollTop() function in Interface::Basic
H A Dgame_startgame.cpp903 if ( le.MouseCursor( GetScrollTop() ) ) in HumanTurn()
1079 …Cursor( GetScrollLeft() ) || le.MouseCursor( GetScrollRight() ) || le.MouseCursor( GetScrollTop() ) in HumanTurn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/renderer_host/
H A Dchrome_render_widget_host_view_mac_history_swiper_browsertest.mm127 int GetScrollTop() {
386 const int scroll_offset = GetScrollTop();
693 const int scroll_offset = GetScrollTop();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/renderer_host/
H A Dchrome_render_widget_host_view_mac_history_swiper_browsertest.mm126 int GetScrollTop() {
385 const int scroll_offset = GetScrollTop();
692 const int scroll_offset = GetScrollTop();
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Include/Rocket/Core/
H A DElement.h419 float GetScrollTop();
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/Python/
H A DElementInterface.cpp119 .add_property("scroll_top", &Element::GetScrollTop, &Element::SetScrollTop) in InitialisePythonInterface()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/Lua/
H A DElement.cpp501 lua_pushnumber(L,ele->GetScrollTop()); in ElementGetAttrscroll_top()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DElement.h1806 NS_IMETHOD GetScrollTop(int32_t* aScrollTop) final override \
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DNativeMethods.cs3532 int GetScrollTop(); in GetScrollTop() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dsite_per_process_browsertest.cc15045 double GetScrollTop() { in GetScrollTop() function in content::ScrollingIntegrationTest
15114 EXPECT_GT(GetScrollTop(), 0); in IN_PROC_BROWSER_TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dsite_per_process_browsertest.cc14580 double GetScrollTop() { in GetScrollTop() function in content::ScrollingIntegrationTest
14649 EXPECT_GT(GetScrollTop(), 0); in IN_PROC_BROWSER_TEST_F()