Home
last modified time | relevance | path

Searched refs:scrollbarHeight (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/pdf/
Dviewport.js184 var scrollbarHeight = needsScrollbars.horizontal ? this.scrollbarWidth_ : 0;
187 height: this.window_.innerHeight - scrollbarHeight
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp1233 LayoutUnit scrollbarHeight = scrollbarLogicalHeight(); in scrollbarsChanged() local
1234 if (!scrollbarHeight) in scrollbarsChanged()
1246 totalHeight -= scrollbarHeight; in scrollbarsChanged()
1252 setIntrinsicPaddingAfter(intrinsicPaddingAfter() - scrollbarHeight); in scrollbarsChanged()