Home
last modified time | relevance | path

Searched refs:horizontalBar (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollableArea.cpp451 if (Scrollbar* horizontalBar = horizontalScrollbar()) in visibleContentRect() local
452 … horizontalScrollbarHeight = !horizontalBar->isOverlayScrollbar() ? horizontalBar->height() : 0; in visibleContentRect()
DScrollView.cpp179 if (Scrollbar* horizontalBar = horizontalScrollbar()) in excludeScrollbars() local
180 … horizontalScrollbarHeight = !horizontalBar->isOverlayScrollbar() ? horizontalBar->height() : 0; in excludeScrollbars()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp257 Scrollbar* horizontalBar = horizontalScrollbar(); in detachCustomScrollbars() local
258 if (horizontalBar && horizontalBar->isCustomScrollbar()) in detachCustomScrollbars()