Home
last modified time | relevance | path

Searched defs:sPos (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineTextBox.cpp56 int sPos = max(startPos - m_start, 0); in isSelected() local
89 int sPos = max(startPos - m_start, 0); in selectionRect() local
406 int sPos = 0; in paint() local
476 void InlineTextBox::selectionStartEnd(int& sPos, int& ePos) in selectionStartEnd()
497 int sPos, ePos; in paintSelection() local
537 int sPos = max(startPos - offset, 0); in paintCompositionBackground() local
720 int sPos = max(marker.startOffset - m_start, (unsigned)0); in paintTextMatchMarker() local