Searched refs:ePos (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.cpp202 int ePos = std::min(endPos - m_start, static_cast<int>(m_len)); local
203 return (sPos < ePos);
262 int ePos = std::min(endPos - m_start, (int)m_len); local
264 if (sPos > ePos)
275 bool respectHyphen = ePos == m_len && hasHyphen();
282 if (sPos || ePos != static_cast<int>(m_len))
283 font.adjustSelectionRectForText(textRun, selectionRect, sPos, ePos);
620 int ePos = 0; local
622 selectionStartEnd(sPos, ePos);
626 ePos
686 selectionStartEnd(int& sPos, int& ePos) argument
711 int sPos, ePos; local
767 int ePos = std::min(endPos - offset, (int)m_len); local
1167 int ePos = std::min(marker->endOffset() - m_start, (unsigned)m_len); local
1200 int ePos = std::min(marker->endOffset() - m_start, (unsigned)m_len); local
[all...]
H A DInlineTextBox.h115 void selectionStartEnd(int& sPos, int& ePos);

Completed in 162 milliseconds