Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h391 bool hasHyphen() const { return m_bitfields.hasEllipsisBoxOrHyphen(); } in hasHyphen() function
392 void setHasHyphen(bool hasHyphen) { m_bitfields.setHasEllipsisBoxOrHyphen(hasHyphen); } in setHasHyphen() argument
DInlineTextBox.h77 using InlineBox::hasHyphen;
DInlineTextBox.cpp212 bool respectHyphen = ePos == m_len && hasHyphen(); in localSelectionRect()
667 …TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charact… in paint()
668 if (hasHyphen()) in paint()
846 bool respectHyphen = ePos == length && hasHyphen(); in paintSelection()
DRenderTreeAsText.cpp425 if (run.hasHyphen()) in writeTextRun()
DRootInlineBox.cpp96 if (toInlineTextBox(box)->hasHyphen()) in isHyphenated()
DRenderBlockLineLayout.cpp467 if (toInlineTextBox(run->m_box)->hasHyphen()) { in setLogicalWidthForTextRun()