Searched refs:shouldPlaceBlockDirectionScrollbarOnLogicalLeft (Results 1 – 6 of 6) sorted by relevance
275 …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()
223 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()
1759 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()
763 if (style->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in updateGraphicsLayerGeometry()
1658 if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) in determineLogicalLeftPositionForChild()
934 …bool shouldPlaceBlockDirectionScrollbarOnLogicalLeft() const { return !isLeftToRightDirection() &&… in shouldPlaceBlockDirectionScrollbarOnLogicalLeft() function