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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 142 int sPos = max(startPos - m_start, 0);
146 return (sPos < ePos);
197 int sPos = max(startPos - m_start, 0);
200 if (sPos > ePos)
219 if (sPos || ePos != static_cast<int>(m_len))
220 r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos));
671 int sPos = 0;
674 selectionStartEnd(sPos, ePos);
677 sPos = min<int>(sPos, m_truncation)
    [all...]
InlineTextBox.h 118 void selectionStartEnd(int& sPos, int& ePos);

Completed in 2144 milliseconds