Searched defs:excludeScrollbars (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp169 return scrollbarInclusion == ExcludeScrollbars ? excludeScrollbars(frameRect().size()) : frameRect().size();
172 IntSize ScrollView::excludeScrollbars(const IntSize& size) const function in class:blink::ScrollView

Completed in 266 milliseconds