Searched refs:ScrollbarAlwaysOff (Results 1 – 10 of 10) sorted by relevance
239 setScrollbarModes(ScrollbarAlwaysOff, ScrollbarAlwaysOff); in resetScrollbars()254 if (frameElt->scrollingMode() == ScrollbarAlwaysOff) in init()532 hMode = ScrollbarAlwaysOff; in applyOverflowToViewportAndSetRenderer()548 vMode = ScrollbarAlwaysOff; in applyOverflowToViewportAndSetRenderer()570 if (owner && (owner->scrollingMode() == ScrollbarAlwaysOff)) { in calculateScrollbarModesForLayoutAndSetViewportRenderer()571 hMode = ScrollbarAlwaysOff; in calculateScrollbarModesForLayoutAndSetViewportRenderer()572 vMode = ScrollbarAlwaysOff; in calculateScrollbarModesForLayoutAndSetViewportRenderer()580 hMode = ScrollbarAlwaysOff; in calculateScrollbarModesForLayoutAndSetViewportRenderer()581 vMode = ScrollbarAlwaysOff; in calculateScrollbarModesForLayoutAndSetViewportRenderer()588 vMode = ScrollbarAlwaysOff; in calculateScrollbarModesForLayoutAndSetViewportRenderer()[all …]
402 view()->setCanHaveScrollbars(owner->scrollingMode() != ScrollbarAlwaysOff); in createView()
123 enum ScrollbarMode { ScrollbarAuto, ScrollbarAlwaysOff, ScrollbarAlwaysOn }; enumerator
102 …onst { return horizontalScrollbarMode() != ScrollbarAlwaysOff || verticalScrollbarMode() != Scroll… in canHaveScrollbars()
152 if (canScroll && newVerticalMode == ScrollbarAlwaysOff) in setCanHaveScrollbars()155 newVerticalMode = ScrollbarAlwaysOff; in setCanHaveScrollbars()157 if (canScroll && newHorizontalMode == ScrollbarAlwaysOff) in setCanHaveScrollbars()160 newHorizontalMode = ScrollbarAlwaysOff; in setCanHaveScrollbars()
126 m_scrolling = ScrollbarAlwaysOff; in parseAttribute()
98 setScrollbarModes(ScrollbarAlwaysOff, ScrollbarAlwaysOff); in PopupContainer()
83 setScrollbarModes(ScrollbarAlwaysOff, ScrollbarAlwaysOff); in PopupListBox()
475 if ((type == FocusTypeLeft || type == FocusTypeRight) && ScrollbarAlwaysOff == horizontalMode) in canScrollInDirection()477 if ((type == FocusTypeUp || type == FocusTypeDown) && ScrollbarAlwaysOff == verticalMode) in canScrollInDirection()
442 if (frameElementBase && frameElementBase->scrollingMode() != ScrollbarAlwaysOff) in frameElementAndViewPermitScroll()