Searched refs:hMode (Results 1 – 2 of 2) sorted by relevance
483 ScrollbarMode hMode; in updateCanHaveScrollbars() local485 scrollbarModes(hMode, vMode); in updateCanHaveScrollbars()486 if (hMode == ScrollbarAlwaysOff && vMode == ScrollbarAlwaysOff) in updateCanHaveScrollbars()572 void FrameView::applyOverflowToViewport(RenderObject* o, ScrollbarMode& hMode, ScrollbarMode& vMode) in applyOverflowToViewport() argument597 hMode = ScrollbarAlwaysOff; in applyOverflowToViewport()600 hMode = ScrollbarAlwaysOn; in applyOverflowToViewport()603 hMode = ScrollbarAuto; in applyOverflowToViewport()657 void FrameView::calculateScrollbarModesForLayout(ScrollbarMode& hMode, ScrollbarMode& vMode, Scroll… in calculateScrollbarModesForLayout() argument663 hMode = ScrollbarAlwaysOff; in calculateScrollbarModesForLayout()669 hMode = ScrollbarAuto; in calculateScrollbarModesForLayout()[all …]
259 …void calculateScrollbarModesForLayout(ScrollbarMode& hMode, ScrollbarMode& vMode, ScrollbarModesCa…377 void applyOverflowToViewport(RenderObject*, ScrollbarMode& hMode, ScrollbarMode& vMode);