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

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

Completed in 240 milliseconds