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 395 bool hasHyphen() const { return m_bitfields.hasEllipsisBoxOrHyphen(); }
396 void setHasHyphen(bool hasHyphen) { m_bitfields.setHasEllipsisBoxOrHyphen(hasHyphen); }
InlineTextBox.h 77 using InlineBox::hasHyphen;
InlineTextBox.cpp 214 bool respectHyphen = ePos == m_len && hasHyphen();
670 TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charactersWithHyphen : 0);
671 if (hasHyphen())
    [all...]
RenderTreeAsText.cpp 424 if (run.hasHyphen())
RootInlineBox.cpp 96 if (toInlineTextBox(box)->hasHyphen())
    [all...]
RenderBlockLineLayout.cpp 438 if (toInlineTextBox(run->m_box)->hasHyphen()) {
    [all...]

Completed in 346 milliseconds