Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp153 int sPos = std::max(startPos - m_start, 0); in isSelected() local
208 int sPos = std::max(startPos - m_start, 0); in localSelectionRect() local
576 void InlineTextBox::selectionStartEnd(int& sPos, int& ePos) const in selectionStartEnd()
597 int sPos, ePos; in paintSelection() local
654 int sPos = std::max(startPos - m_start, 0); in paintSingleCompositionBackgroundRun() local
1023 int sPos = std::max(marker->startOffset() - m_start, (unsigned)0); in paintTextMatchMarker() local