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

/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.cpp106 EllipsisBox* ellipsisBox = new (renderer()->renderArena()) EllipsisBox(renderer(), ellipsisStr, this, local
112 gEllipsisBoxMap->add(this, ellipsisBox);
117 ellipsisBox->m_x = x() + logicalWidth();
125 ellipsisBox->m_x = placeEllipsisBox(ltr, blockLeftEdge, blockRightEdge, ellipsisWidth, foundBox);
140 ellipsisBox()->paint(paintInfo, tx, ty, lineTop, lineBottom);
195 if (ellipsisBox()->nodeAtPoint(request, result, x, y, tx, ty, lineTop, lineBottom)) {
508 EllipsisBox* RootInlineBox::ellipsisBox() const function in class:WebCore::RootInlineBox

Completed in 45 milliseconds