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.h395 bool hasHyphen() const { return m_bitfields.hasEllipsisBoxOrHyphen(); } in hasHyphen() function
396 void setHasHyphen(bool hasHyphen) { m_bitfields.setHasEllipsisBoxOrHyphen(hasHyphen); } in setHasHyphen() argument
DInlineTextBox.h77 using InlineBox::hasHyphen;
DInlineTextBox.cpp214 bool respectHyphen = ePos == m_len && hasHyphen(); in localSelectionRect()
670 …TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charact… in paint()
671 if (hasHyphen()) in paint()
845 bool respectHyphen = ePos == length && hasHyphen(); in paintSelection()
DRenderTreeAsText.cpp424 if (run.hasHyphen()) in writeTextRun()
DRootInlineBox.cpp96 if (toInlineTextBox(box)->hasHyphen()) in isHyphenated()
DRenderBlockLineLayout.cpp438 if (toInlineTextBox(run->m_box)->hasHyphen()) { in setLogicalWidthForTextRun()