HomeSort by relevance Sort by last modified time
    Searched refs:ePos (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 115 int ePos = min(endPos - m_start, (int)m_len);
116 return (sPos < ePos);
177 int ePos = min(endPos - m_start, (int)m_len);
179 if (sPos > ePos)
191 if (ePos == len && hasHyphen()) {
193 ePos = len;
197 IntPoint(), selHeight, sPos, ePos));
656 int ePos = 0;
658 selectionStartEnd(sPos, ePos);
662 ePos = min<int>(ePos, m_truncation)
    [all...]
InlineTextBox.h 102 void selectionStartEnd(int& sPos, int& ePos);

Completed in 106 milliseconds