Home
last modified time | relevance | path

Searched refs:m_overflowLeft (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderTable.cpp363 m_overflowLeft = collapsing ? borderLeft() - outerBorderLeft() : 0; in layout()
380 m_overflowLeft = min(m_overflowLeft, m_caption->x() + m_caption->overflowLeft(false)); in layout()
434 m_overflowLeft = min(m_overflowLeft, section->x() + section->overflowLeft(false)); in layout()
451 m_overflowLeft = min(m_overflowLeft, m_caption->x() + m_caption->overflowLeft(false)); in layout()
466 m_overflowLeft = min(m_overflowLeft, boxShadow->x - boxShadow->blur); in layout()
476 m_overflowLeft = min(m_overflowLeft, reflection.x()); in layout()
488 …repaintRectangle(IntRect(m_overflowLeft, movedSectionTop, m_overflowWidth - m_overflowLeft, m_over… in layout()
DRenderTableSection.h82 …ludeInterior = true) const { return (!includeInterior && hasOverflowClip()) ? 0 : m_overflowLeft; }
146 int m_overflowLeft; variable
DRenderFlexibleBox.cpp299 m_overflowLeft = min(m_overflowLeft, boxShadow->x - boxShadow->blur); in layoutBlock()
309 m_overflowLeft = min(m_overflowLeft, reflection.x()); in layoutBlock()
654 m_overflowLeft = min(child->x() + child->overflowLeft(false), m_overflowLeft); in layoutHorizontalBox()
880 m_overflowLeft = min(child->x() + child->overflowLeft(false), m_overflowLeft); in layoutVerticalBox()
DRenderBlock.cpp123 , m_overflowLeft(0) in RenderBlock()
486 return m_overflowLeft; in overflowLeft()
603 m_overflowLeft = 0; in layout()
639 m_overflowLeft = 0; in layoutBlock()
748 m_overflowLeft = min(m_overflowLeft, boxShadow->x - boxShadow->blur); in layoutBlock()
772 …IntRect repaintRect(m_overflowLeft, repaintTop, m_overflowWidth - m_overflowLeft, repaintBottom - … in layoutBlock()
1357 m_overflowLeft = min(child->x() + child->overflowLeft(false), m_overflowLeft); in layoutBlockChildren()
2777 left = min(left, m_overflowLeft + relativeOffset); in leftmostPosition()
3146 m_overflowLeft = min(m_overflowLeft, r.x()); in addVisualOverflow()
3651 m_overflowLeft = min(0, currX + desiredColumnWidth + colGap); in layoutColumns()
DRenderTableSection.cpp59 , m_overflowLeft(0) in RenderTableSection()
492 m_overflowLeft = 0; in setCellWidths()
676 m_overflowLeft = min(m_overflowLeft, cell->x() + cell->overflowLeft(false)); in setCellWidths()
DRenderBlock.h486 int m_overflowLeft; variable
Dbidi.cpp2238 m_overflowLeft = min(curr->leftOverflow(), m_overflowLeft); in checkLinesForOverflow()