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 138 int sPos = max(startPos - m_start, 0);
142 return (sPos < ePos);
193 int sPos = max(startPos - m_start, 0);
196 if (sPos > ePos)
215 if (sPos || ePos != static_cast<int>(m_len))
216 r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos));
687 int sPos = 0;
690 selectionStartEnd(sPos, ePos);
693 sPos = min<int>(sPos, m_truncation)
    [all...]
InlineTextBox.h 114 void selectionStartEnd(int& sPos, int& ePos);

Completed in 462 milliseconds