Searched refs:scrollbarWidth (Results 1 – 6 of 6) sorted by relevance
36 int buttonWidth(int scrollbarWidth, int thickness) in buttonWidth() argument38 return scrollbarWidth < 2 * thickness ? scrollbarWidth / 2 : thickness; in buttonWidth()
73 var offsetWidth = el.offsetWidth - el.scrollbarWidth;151 insideEl.scrollbarWidth = insideEl.offsetWidth - insideEl.clientWidth;
1329 int scrollbarWidth = 0; in layout() local1331 scrollbarWidth = ScrollbarTheme::nativeTheme()->scrollbarThickness(); in layout()1344 contentWidth = m_baseWidth - scrollbarWidth; in layout()1346 windowWidth = baseWidth + scrollbarWidth + paddingWidth; in layout()1351 contentWidth = m_baseWidth - scrollbarWidth; in layout()
191 int scrollbarWidth = verticalScrollbarWidth(); in computePreferredLogicalWidths() local192 m_maxPreferredLogicalWidth += scrollbarWidth; in computePreferredLogicalWidths()193 m_minPreferredLogicalWidth += scrollbarWidth; in computePreferredLogicalWidths()
459 int scrollbarWidth = m_vBar ? m_vBar->width() : 0; in listIndexAtOffset() local460 …orderLeft() + paddingLeft() || offsetX > width() - borderRight() - paddingRight() - scrollbarWidth) in listIndexAtOffset()
4624 int scrollbarWidth = 0; in computePreferredLogicalWidths() local4627 scrollbarWidth = verticalScrollbarWidth(); in computePreferredLogicalWidths()4628 m_maxPreferredLogicalWidth += scrollbarWidth; in computePreferredLogicalWidths()4635 scrollbarWidth = 0; in computePreferredLogicalWidths()4639 m_minPreferredLogicalWidth += scrollbarWidth; in computePreferredLogicalWidths()