Home
last modified time | relevance | path

Searched refs:shouldPlaceBlockDirectionScrollbarOnLogicalLeft (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListBox.cpp275 …int scrollbarOffset = style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? verticalScrollb… in itemBoundingBoxRect()
353 if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in scrollbarLeft()
494 …int rightScrollbarOffset = style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? scrollbarW… in listIndexAtOffset()
495 …int leftScrollbarOffset = style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? 0 : scrollb… in listIndexAtOffset()
728 if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in controlClipRect()
744 if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in invalidateScrollbarRect()
DRenderLayerScrollableArea.cpp223 if (style->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in cornerStart()
479 return m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft(); in shouldPlaceVerticalScrollbarOnLeft()
518 …lowRect.x() - m_box->borderLeft() - (m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLe… in computeScrollDimensions()
727 if (m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in verticalScrollbarStart()
735 if (m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in horizontalScrollbarStart()
1201 if (m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) { in drawPlatformResizerImage()
1218 if (m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in offsetFromResizeCorner()
1267 if (m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) { in resize()
DRenderBox.cpp1759 if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in overflowClipRect()
3670 …ock)->scrollsOverflowY() && containerBlock->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLe… in computePositionedLogicalWidthUsing()
4752 …LayoutUnit left = borderLeft() + (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? ver… in noOverflowRect()
4767 if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in noOverflowRect()
DCompositedLayerMapping.cpp763 if (style->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in updateGraphicsLayerGeometry()
DRenderBlock.cpp1658 if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in determineLogicalLeftPositionForChild()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h934 …bool shouldPlaceBlockDirectionScrollbarOnLogicalLeft() const { return !isLeftToRightDirection() &&… in shouldPlaceBlockDirectionScrollbarOnLogicalLeft() function