Home
last modified time | relevance | path

Searched refs:hasHyphen (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineTextBox.h72 bool hasHyphen() const { return m_hasEllipsisBoxOrHyphen; } in hasHyphen() function
73 void setHasHyphen(bool hasHyphen) { m_hasEllipsisBoxOrHyphen = hasHyphen; } in setHasHyphen() argument
DInlineTextBox.cpp191 if (ePos == len && hasHyphen()) { in selectionRect()
650 if (hasHyphen()) in paint()
819 if (ePos == length && hasHyphen()) { in paintSelection()
DRenderTreeAsText.cpp511 if (run.hasHyphen()) in writeTextRun()
DRenderBlockLineLayout.cpp481 if (static_cast<InlineTextBox*>(r->m_box)->hasHyphen()) { in computeInlineDirectionPositionsForLine()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06117210 … subclass: RootInlineBox uses it for hasEllipsisBox(), while InlineTextBox uses it for hasHyphen().
117219 (WebCore::InlineTextBox::hasHyphen): Added this accessor.