Home
last modified time | relevance | path

Searched refs:scrollbarWidth (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/haiku/
DScrollbarThemeHaiku.cpp36 int buttonWidth(int scrollbarWidth, int thickness) in buttonWidth() argument
38 return scrollbarWidth < 2 * thickness ? scrollbarWidth / 2 : thickness; in buttonWidth()
/external/chromium/chrome/browser/resources/
Dprint_preview_animations.js73 var offsetWidth = el.offsetWidth - el.scrollbarWidth;
151 insideEl.scrollbarWidth = insideEl.offsetWidth - insideEl.clientWidth;
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp1329 int scrollbarWidth = 0; in layout() local
1331 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()
/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp191 int scrollbarWidth = verticalScrollbarWidth(); in computePreferredLogicalWidths() local
192 m_maxPreferredLogicalWidth += scrollbarWidth; in computePreferredLogicalWidths()
193 m_minPreferredLogicalWidth += scrollbarWidth; in computePreferredLogicalWidths()
DRenderListBox.cpp459 int scrollbarWidth = m_vBar ? m_vBar->width() : 0; in listIndexAtOffset() local
460 …orderLeft() + paddingLeft() || offsetX > width() - borderRight() - paddingRight() - scrollbarWidth) in listIndexAtOffset()
DRenderBlock.cpp4624 int scrollbarWidth = 0; in computePreferredLogicalWidths() local
4627 scrollbarWidth = verticalScrollbarWidth(); in computePreferredLogicalWidths()
4628 m_maxPreferredLogicalWidth += scrollbarWidth; in computePreferredLogicalWidths()
4635 scrollbarWidth = 0; in computePreferredLogicalWidths()
4639 m_minPreferredLogicalWidth += scrollbarWidth; in computePreferredLogicalWidths()