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

  /external/webkit/WebCore/rendering/
EllipsisBox.cpp 63 if (m_markupBox) {
65 tx += m_x + m_width - m_markupBox->x();
66 ty += m_y + style->font().ascent() - (m_markupBox->y() + m_markupBox->renderer()->style(m_firstLine)->font().ascent());
67 m_markupBox->paint(paintInfo, tx, ty);
106 if (m_markupBox) {
108 int mtx = tx + m_width - m_markupBox->x();
109 int mty = ty + style->font().ascent() - (m_markupBox->y() + m_markupBox->renderer()->style(m_firstLine)->font().ascent());
110 if (m_markupBox->nodeAtPoint(request, result, x, y, mtx, mty))
    [all...]
EllipsisBox.h 37 , m_markupBox(markupBox)
54 InlineBox* m_markupBox;

Completed in 28 milliseconds