Home
last modified time | relevance | path

Searched refs:shouldPlaceVerticalScrollbarOnLeft (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DFramelessScrollView.cpp89 if (shouldPlaceVerticalScrollbarOnLeft() && verticalScrollbar()) in windowClipRect()
DScrollView.cpp447 …IntRect hBarRect((shouldPlaceVerticalScrollbarOnLeft() && m_verticalScrollbar) ? m_verticalScrollb… in updateScrollbars()
466 …IntRect vBarRect(shouldPlaceVerticalScrollbarOnLeft() ? 0 : (width() - m_verticalScrollbar->width(… in updateScrollbars()
513 …IntRect scrollViewRect = convertToRootView(IntRect((shouldPlaceVerticalScrollbarOnLeft() && vertic… in rectToCopyOnScroll()
782 bool ScrollView::shouldPlaceVerticalScrollbarOnLeft() const in shouldPlaceVerticalScrollbarOnLeft() function in WebCore::ScrollView
807 …cornerRect.unite(IntRect(shouldPlaceVerticalScrollbarOnLeft() ? 0 : m_horizontalScrollbar->width(), in scrollCornerRect()
814 …cornerRect.unite(IntRect(shouldPlaceVerticalScrollbarOnLeft() ? 0 : (width() - m_verticalScrollbar… in scrollCornerRect()
DScrollableArea.h180 virtual bool shouldPlaceVerticalScrollbarOnLeft() const = 0;
DScrollView.h54 virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
DScrollbar.cpp135 return m_scrollableArea->shouldPlaceVerticalScrollbarOnLeft(); in isLeftSideVerticalScrollbar()
/external/chromium_org/third_party/WebKit/Source/web/
DScrollbarGroup.h77 virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
DPopupListBox.h131 virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
DPopupListBox.cpp295 bool PopupListBox::shouldPlaceVerticalScrollbarOnLeft() const in shouldPlaceVerticalScrollbarOnLeft() function in WebCore::PopupListBox
367 …int tx = x() - scrollX() + ((shouldPlaceVerticalScrollbarOnLeft() && verticalScrollbar()) ? vertic… in paint()
680 if (shouldPlaceVerticalScrollbarOnLeft() && verticalScrollbar()) in invalidateRow()
DScrollbarGroup.cpp268 bool ScrollbarGroup::shouldPlaceVerticalScrollbarOnLeft() const in shouldPlaceVerticalScrollbarOnLeft() function in blink::ScrollbarGroup
/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsLayerTest.cpp135 virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE { return false; } in shouldPlaceVerticalScrollbarOnLeft() function in __anon759da6710111::FakeScrollableArea
DScrollAnimatorNoneTest.cpp71 virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE { return false; } in shouldPlaceVerticalScrollbarOnLeft() function in MockScrollableArea
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListBox.h127 virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
DRenderLayerScrollableArea.h110 virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
DRenderListBox.cpp859 bool RenderListBox::shouldPlaceVerticalScrollbarOnLeft() const in shouldPlaceVerticalScrollbarOnLeft() function in WebCore::RenderListBox
DRenderLayerScrollableArea.cpp477 bool RenderLayerScrollableArea::shouldPlaceVerticalScrollbarOnLeft() const in shouldPlaceVerticalScrollbarOnLeft() function in WebCore::RenderLayerScrollableArea
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp314 …rollbar->theme()->thumbThickness(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft()); in scrollableAreaScrollbarLayerDidChange()