Searched refs:maxXLayoutOverflow (Results 1 – 11 of 11) sorted by relevance
201 …erflow() const { return m_overflow ? (isHorizontal() ? m_overflow->maxXLayoutOverflow() : m_overfl… in logicalRightLayoutOverflow()211 … return isHorizontal() ? m_overflow->maxYLayoutOverflow() : m_overflow->maxXLayoutOverflow(); in logicalBottomLayoutOverflow()
140 …int maxXLayoutOverflow() const { return m_overflow ? m_overflow->maxXLayoutOverflow() : borderLeft… in maxXLayoutOverflow() function142 …youtOverflow() const { return style()->isHorizontalWritingMode() ? maxXLayoutOverflow() : maxYLayo… in logicalRightLayoutOverflow()
58 int maxXLayoutOverflow() const { return m_maxXLayoutOverflow; } in maxXLayoutOverflow() function
119 int contentWidth = ltr ? box->maxXLayoutOverflow() : box->minXLayoutOverflow(); in computePosition()
652 …paintDirtyRect.setWidth(max(paintDirtyRect.width(), rootLayer->renderBox()->maxXLayoutOverflow())); in writeLayers()654 l->setWidth(max(l->width(), l->renderBox()->maxXLayoutOverflow())); in writeLayers()
1792 …m_rootPlatformLayer->setSize(FloatSize(m_renderView->maxXLayoutOverflow(), m_renderView->maxYLayou…
438 return max(clientWidth(), maxXLayoutOverflow() - borderLeft()); in scrollWidth()
79 float pageWidth = (float) root->maxXLayoutOverflow(); in computePageRectsForFrame()
2580 …IntRect dirtyRect(0, (int)floorf(oldTop), root->maxXLayoutOverflow(), (int)ceilf(oldBottom - oldTo… in adjustPageHeightDeprecated()
10297 (WebCore::InlineFlowBox::maxXLayoutOverflow):10324 (WebCore::RenderBox::maxXLayoutOverflow):10349 (WebCore::RenderOverflow::maxXLayoutOverflow):
65139 (WebCore::InlineFlowBox::maxXLayoutOverflow):