Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h396 bool hasHyphen() const { return m_bitfields.hasEllipsisBoxOrHyphen(); } in hasHyphen() function
397 void setHasHyphen(bool hasHyphen) { m_bitfields.setHasEllipsisBoxOrHyphen(hasHyphen); } in setHasHyphen() argument
DInlineTextBox.cpp222 bool respectHyphen = ePos == m_len && hasHyphen(); in localSelectionRect()
491 …TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charact… in paint()
492 if (hasHyphen()) in paint()
500 bool respectHyphen = selectionEnd == m_len && hasHyphen(); in paint()
620 bool respectHyphen = ePos == length && hasHyphen(); in paintSelection()
DInlineTextBox.h76 using InlineBox::hasHyphen;
DRenderTreeAsText.cpp426 if (run.hasHyphen()) in writeTextRun()
DRenderBlockLineLayout.cpp388 if (toInlineTextBox(run->m_box)->hasHyphen()) { in setLogicalWidthForTextRun()