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

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 114 int sPos = max(startPos - m_start, 0);
116 return (sPos < ePos);
176 int sPos = max(startPos - m_start, 0);
179 if (sPos > ePos)
197 IntPoint(), selHeight, sPos, ePos));
655 int sPos = 0;
658 selectionStartEnd(sPos, ePos);
661 sPos = min<int>(sPos, m_truncation);
680 if (!paintSelectedTextSeparately || ePos <= sPos) {
    [all...]
InlineTextBox.h 102 void selectionStartEnd(int& sPos, int& ePos);

Completed in 37 milliseconds