Searched refs:scrollbarWidth (Results 1 – 11 of 11) sorted by relevance
196 if (typeof window.scrollbarWidth === "undefined") {203 window.scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth;206 return window.scrollbarWidth;
887 int scrollbarWidth = 0; in layout() local889 scrollbarWidth = ScrollbarTheme::theme()->scrollbarThickness(); in layout()902 contentWidth = m_baseWidth - scrollbarWidth; in layout()904 windowWidth = baseWidth + scrollbarWidth + paddingWidth; in layout()908 baseWidth = windowWidth - scrollbarWidth - paddingWidth; in layout()911 contentWidth = windowWidth - scrollbarWidth; in layout()915 contentWidth = m_baseWidth - scrollbarWidth; in layout()
615 var scrollbarWidth = page.scrollbarWidth;620 (page.sideMargin - scrollbarWidth + 13) + 'px';621 pageSwitcherRight.style.right = scrollbarWidth + 'px';
498 get scrollbarWidth() { getter in TilePage
73 var offsetWidth = el.offsetWidth - el.scrollbarWidth;151 insideEl.scrollbarWidth = insideEl.offsetWidth - insideEl.clientWidth;
493 int scrollbarWidth = verticalScrollbarWidth(); in listIndexAtOffset() local494 …tScrollbarOffset = style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? scrollbarWidth : 0; in listIndexAtOffset()495 …tScrollbarOffset = style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? 0 : scrollbarWidth; in listIndexAtOffset()
221 LayoutUnit scrollbarWidth = instrinsicScrollbarLogicalWidth(); in computeIntrinsicLogicalWidths() local222 maxLogicalWidth += scrollbarWidth; in computeIntrinsicLogicalWidths()223 minLogicalWidth += scrollbarWidth; in computeIntrinsicLogicalWidths()
127 LayoutUnit scrollbarWidth = instrinsicScrollbarLogicalWidth(); in computeIntrinsicLogicalWidths() local128 maxLogicalWidth += scrollbarWidth; in computeIntrinsicLogicalWidths()129 minLogicalWidth += scrollbarWidth; in computeIntrinsicLogicalWidths()
3892 int scrollbarWidth = instrinsicScrollbarLogicalWidth(); in computeIntrinsicLogicalWidths() local3893 maxLogicalWidth += scrollbarWidth; in computeIntrinsicLogicalWidths()3894 minLogicalWidth += scrollbarWidth; in computeIntrinsicLogicalWidths()
1364 var scrollbarWidth = dummyNode.offsetHeight - dummyNode.clientHeight;1366 height += scrollbarWidth;
330 d.scrollbarV.style.bottom = needsH ? scrollbarWidth(d.measure) + "px" : "0";339 d.scrollbarH.style.right = needsV ? scrollbarWidth(d.measure) + "px" : "0";348 … d.scrollbarFiller.style.height = d.scrollbarFiller.style.width = scrollbarWidth(d.measure) + "px";352 d.gutterFiller.style.height = scrollbarWidth(d.measure) + "px";356 if (mac_geLion && scrollbarWidth(d.measure) === 0)