Searched refs:scrollbarWidth (Results 1 – 12 of 12) sorted by relevance
36 scrollbarWidth) { argument46 this.scrollbarWidth_ = scrollbarWidth;183 var scrollbarWidth = needsScrollbars.vertical ? this.scrollbarWidth_ : 0;186 width: this.window_.innerWidth - scrollbarWidth,253 get scrollbarWidth() { getter in Viewport355 var scrollbarWidth = this.scrollbarWidth_;357 zoomedDimensions.height > this.window_.innerHeight - scrollbarWidth) {361 zoomedDimensions.width > this.window_.innerWidth - scrollbarWidth) {371 windowWithScrollbars.height -= scrollbarWidth;373 windowWithScrollbars.width -= scrollbarWidth;
463 var scrollbarWidth = this.viewport_.scrollbarWidth;465 var toolbarRight = Math.max(PDFViewer.MIN_TOOLBAR_OFFSET, scrollbarWidth);466 var toolbarBottom = Math.max(PDFViewer.MIN_TOOLBAR_OFFSET, scrollbarWidth);468 toolbarRight -= scrollbarWidth;470 toolbarBottom -= scrollbarWidth;
196 if (typeof window.scrollbarWidth === "undefined") {203 window.scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth;206 return window.scrollbarWidth;
615 var scrollbarWidth = page.scrollbarWidth;620 (page.sideMargin - scrollbarWidth + 13) + 'px';621 pageSwitcherRight.style.right = scrollbarWidth + 'px';
498 get scrollbarWidth() { getter in TilePage
799 int scrollbarWidth = 0; in layout() local802 scrollbarWidth = ScrollbarTheme::theme()->scrollbarThickness(); in layout()811 int windowWidth = baseWidth + scrollbarWidth + paddingWidth; in layout()815 baseWidth = windowWidth - scrollbarWidth - paddingWidth; in layout()818 int contentWidth = windowWidth - scrollbarWidth; in layout()822 contentWidth = m_baseWidth - scrollbarWidth; in layout()
213 LayoutUnit scrollbarWidth = instrinsicScrollbarLogicalWidth(); in computeIntrinsicLogicalWidths() local214 maxLogicalWidth += scrollbarWidth; in computeIntrinsicLogicalWidths()215 minLogicalWidth += scrollbarWidth; in computeIntrinsicLogicalWidths()
126 LayoutUnit scrollbarWidth = instrinsicScrollbarLogicalWidth(); in computeIntrinsicLogicalWidths() local127 maxLogicalWidth += scrollbarWidth; in computeIntrinsicLogicalWidths()128 minLogicalWidth += scrollbarWidth; in computeIntrinsicLogicalWidths()
3171 int scrollbarWidth = instrinsicScrollbarLogicalWidth(); in computeIntrinsicLogicalWidths() local3172 maxLogicalWidth += scrollbarWidth; in computeIntrinsicLogicalWidths()3173 minLogicalWidth += scrollbarWidth; in computeIntrinsicLogicalWidths()
412 d.scrollbarV.style.bottom = needsH ? scrollbarWidth(d.measure) + "px" : "0";422 d.scrollbarH.style.right = needsV ? scrollbarWidth(d.measure) + "px" : "0";431 … d.scrollbarFiller.style.height = d.scrollbarFiller.style.width = scrollbarWidth(d.measure) + "px";435 d.gutterFiller.style.height = scrollbarWidth(d.measure) + "px";440 if (scrollbarWidth(d.measure) === 0) {7153 function scrollbarWidth(measure) { function
418 var d = cm.display, sWidth = scrollbarWidth(d.measure);7432 function scrollbarWidth(measure) { function