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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DEllipsisBox.h32 EllipsisBox(RenderObject& obj, const AtomicString& ellipsisStr, InlineFlowBox* parent, argument
37 , m_str(ellipsisStr)
H A DRootInlineBox.cpp115 float RootInlineBox::placeEllipsis(const AtomicString& ellipsisStr, bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, argument
119 EllipsisBox* ellipsisBox = new EllipsisBox(renderer(), ellipsisStr, this,

Completed in 96 milliseconds