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

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

Completed in 213 milliseconds