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

/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.h165 bool hasEllipsisBox() const { return m_hasEllipsisBoxOrHyphen; } function in class:WebCore::RootInlineBox
166 void setHasEllipsisBox(bool hasEllipsisBox) { m_hasEllipsisBoxOrHyphen = hasEllipsisBox; } argument

Completed in 436 milliseconds