Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp115 int ePos = min(endPos - m_start, (int)m_len); in isSelected() local
116 return (sPos < ePos); in isSelected()
177 int ePos = min(endPos - m_start, (int)m_len); in selectionRect() local
179 if (sPos > ePos) in selectionRect()
191 if (ePos == len && hasHyphen()) { in selectionRect()
193 ePos = len; in selectionRect()
197 IntPoint(), selHeight, sPos, ePos)); in selectionRect()
656 int ePos = 0; in paint() local
658 selectionStartEnd(sPos, ePos); in paint()
662 ePos = min<int>(ePos, m_truncation); in paint()
[all …]
DInlineTextBox.h102 void selectionStartEnd(int& sPos, int& ePos);
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1014656 Add a condition for when ePos <= sPos