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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 401 bool hasHyphen() const { return m_bitfields.hasEllipsisBoxOrHyphen(); }
402 void setHasHyphen(bool hasHyphen) { m_bitfields.setHasEllipsisBoxOrHyphen(hasHyphen); }
InlineTextBox.h 76 using InlineBox::hasHyphen;
InlineTextBox.cpp 208 bool respectHyphen = ePos == m_len && hasHyphen();
683 TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charactersWithHyphen : 0);
684 if (hasHyphen())
    [all...]
RenderTreeAsText.cpp 459 if (run.hasHyphen())
RootInlineBox.cpp 100 if (toInlineTextBox(box)->hasHyphen())
    [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 117 milliseconds