Home
last modified time | relevance | path

Searched refs:rightLayoutOverflow (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineFlowBox.h146 …int rightVisibleOverflow() const { return std::max(rightLayoutOverflow(), rightVisualOverflow()); } in rightVisibleOverflow()
152 …int rightLayoutOverflow() const { return m_overflow ? m_overflow->rightLayoutOverflow() : m_x + m_… in rightLayoutOverflow() function
161 …void setHorizontalOverflowPositions(int leftLayoutOverflow, int rightLayoutOverflow, int leftVisua…
182 …lowBox::setHorizontalOverflowPositions(int leftLayoutOverflow, int rightLayoutOverflow, int leftVi… in setHorizontalOverflowPositions() argument
185 …if (leftLayoutOverflow == m_x && rightLayoutOverflow == m_x + m_width && leftVisualOverflow == m_x… in setHorizontalOverflowPositions()
191 m_overflow->setRightLayoutOverflow(rightLayoutOverflow); in setHorizontalOverflowPositions()
DInlineFlowBox.cpp258 int rightLayoutOverflow = xPos; in placeBoxesHorizontally() local
287 rightLayoutOverflow = max(xPos + text->width() - letterSpacing, rightLayoutOverflow); in placeBoxesHorizontally()
320 rightLayoutOverflow = max(rightLayoutOverflow, flow->rightLayoutOverflow()); in placeBoxesHorizontally()
329 … int childRightOverflow = box->hasOverflowClip() ? curr->width() : box->rightLayoutOverflow(); in placeBoxesHorizontally()
332 rightLayoutOverflow = max(xPos + childRightOverflow, rightLayoutOverflow); in placeBoxesHorizontally()
345 rightLayoutOverflow = max(x() + width(), rightLayoutOverflow); in placeBoxesHorizontally()
347 …setHorizontalOverflowPositions(leftLayoutOverflow, rightLayoutOverflow, leftVisualOverflow, rightV… in placeBoxesHorizontally()
DRenderBox.h88 …nst { return hasOverflowClip() ? rightVisualOverflow() : std::max(rightLayoutOverflow(), rightVis… in rightVisibleOverflow()
94 …int rightLayoutOverflow() const { return m_overflow ? m_overflow->rightLayoutOverflow() : width();… in rightLayoutOverflow() function
DRenderListItem.cpp278 …box->setHorizontalOverflowPositions(markerXPos, box->rightLayoutOverflow(), box->leftVisualOverflo… in positionListMarker()
288 if (markerXPos + m_marker->width() > box->rightLayoutOverflow()) { in positionListMarker()
DRenderOverflow.h57 int rightLayoutOverflow() const { return m_rightLayoutOverflow; } in rightLayoutOverflow() function
DRenderLayerCompositor.cpp952 …m_rootPlatformLayer->setSize(FloatSize(m_renderView->rightLayoutOverflow(), m_renderView->bottomLa… in computeCompositingRequirements()
1161 …m_rootPlatformLayer->setSize(FloatSize(m_renderView->rightLayoutOverflow(), m_renderView->bottomLa… in computeCompositingRequirements()
DRootInlineBox.cpp139 …setHorizontalOverflowPositions(leftLayoutOverflow(), rightLayoutOverflow(), min(leftVisualOverflow… in addHighlightOverflow()
DRenderLayer.cpp598 if (box->rightLayoutOverflow() > box->width()) in updateLayerPosition()
599 setWidth(box->rightLayoutOverflow()); in updateLayerPosition()
DRenderBlock.cpp821 int repaintRight = max(rightVisualOverflow(), rightLayoutOverflow()); in layoutBlock()
2808 right = max(right, rightLayoutOverflow() + relativeOffset); in rightmostPosition()
/external/webkit/WebCore/page/
DPrintContext.cpp70 float pageWidth = (float)root->rightLayoutOverflow(); in computePageRects()
DFrameView.cpp401 setContentsSize(IntSize(root->rightLayoutOverflow(), root->bottomLayoutOverflow())); in adjustViewSize()
1891 …IntRect dirtyRect(0, (int)floorf(oldTop), root->rightLayoutOverflow(), (int)ceilf(oldBottom - oldT… in adjustPageHeight()
/external/webkit/WebCore/
DChangeLog-2010-01-2969406 (WebCore::InlineFlowBox::rightLayoutOverflow):
69461 (WebCore::RenderBox::rightLayoutOverflow):
69490 (WebCore::RenderOverflow::rightLayoutOverflow):