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

  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 59 int ePos = min(endPos - m_start, (int)m_len);
60 return (sPos < ePos);
109 int ePos = min(endPos - m_start, (int)m_len);
111 if (sPos > ePos)
120 IntPoint(tx + m_x, ty + selTop), selHeight, sPos, ePos));
478 int ePos = 0;
480 selectionStartEnd(sPos, ePos);
485 ePos = min<int>(ePos, m_truncation);
496 if (!paintSelectedTextSeparately || ePos <= sPos)
    [all...]
InlineTextBox.h 74 void selectionStartEnd(int& sPos, int& ePos);
RenderText.cpp     [all...]

Completed in 23 milliseconds