HomeSort by relevance Sort by last modified time
    Searched refs:markupBox (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 99 InlineBox* EllipsisBox::markupBox() const
120 InlineBox* markupBox = this->markupBox();
121 if (!markupBox)
125 adjustedPaintOffset.move(x() + m_logicalWidth - markupBox->x(),
126 y() + style->fontMetrics().ascent() - (markupBox->y() + markupBox->renderer()->style(isFirstLineStyle())->fontMetrics().ascent()));
127 markupBox->paint(paintInfo, adjustedPaintOffset, lineTop, lineBottom);
168 if (InlineBox* markupBox = this->markupBox()) {
    [all...]
EllipsisBox.h 33 int width, int height, int x, int y, bool firstLine, bool isVertical, InlineBox* markupBox)
35 , m_shouldPaintMarkupBox(markupBox)
54 InlineBox* markupBox() const;
RootInlineBox.h 104 float placeEllipsis(const AtomicString& ellipsisStr, bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, InlineBox* markupBox = 0);
RootInlineBox.cpp 127 InlineBox* markupBox)
131 ellipsisWidth - (markupBox ? markupBox->logicalWidth() : 0), logicalHeight(),
132 x(), y(), !prevRootBox(), isHorizontal(), markupBox);
    [all...]

Completed in 42 milliseconds