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

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 72 bool hasHyphen() const { return m_hasEllipsisBoxOrHyphen; }
73 void setHasHyphen(bool hasHyphen) { m_hasEllipsisBoxOrHyphen = hasHyphen; }
InlineTextBox.cpp 191 if (ePos == len && hasHyphen()) {
650 if (hasHyphen())
    [all...]
RenderTreeAsText.cpp 511 if (run.hasHyphen())
RenderBlockLineLayout.cpp 481 if (static_cast<InlineTextBox*>(r->m_box)->hasHyphen()) {
    [all...]

Completed in 306 milliseconds