Searched defs:markupBox (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DEllipsisBox.h33 int width, int height, int x, int y, bool firstLine, bool isVertical, InlineBox* markupBox)
35 , m_shouldPaintMarkupBox(markupBox)
54 InlineBox* markupBox() const;
32 EllipsisBox(RenderObject& obj, const AtomicString& ellipsisStr, InlineFlowBox* parent, int width, int height, int x, int y, bool firstLine, bool isVertical, InlineBox* markupBox) argument
H A DEllipsisBox.cpp71 InlineBox* EllipsisBox::markupBox() const function in class:blink::EllipsisBox
92 InlineBox* markupBox = this->markupBox(); local
93 if (!markupBox)
97 adjustedPaintOffset.move(x() + m_logicalWidth - markupBox->x(),
98 y() + style->fontMetrics().ascent() - (markupBox->y() + markupBox->renderer().style(isFirstLineStyle())->fontMetrics().ascent()));
99 markupBox->paint(paintInfo, adjustedPaintOffset, lineTop, lineBottom);
137 if (InlineBox* markupBox = this->markupBox()) {
[all...]
H A DRootInlineBox.cpp116 InlineBox* markupBox)
120 ellipsisWidth - (markupBox ? markupBox->logicalWidth() : 0), logicalHeight(),
121 x(), y(), !prevRootBox(), isHorizontal(), markupBox);
115 placeEllipsis(const AtomicString& ellipsisStr, bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, InlineBox* markupBox) argument

Completed in 920 milliseconds