Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp222 bool respectHyphen = ePos == m_len && hasHyphen(); in localSelectionRect() local
223 TextRun textRun = constructTextRun(styleToUse, font, respectHyphen ? &charactersWithHyphen : 0); in localSelectionRect()
500 bool respectHyphen = selectionEnd == m_len && hasHyphen(); in paint() local
501 if (respectHyphen) in paint()
620 bool respectHyphen = ePos == length && hasHyphen(); in paintSelection() local
621 …structTextRun(style, font, string, renderer().textLength() - m_start, respectHyphen ? &charactersW… in paintSelection()
622 if (respectHyphen) in paintSelection()