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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 145 int sPos = max(startPos - m_start, 0);
149 return (sPos < ePos);
200 int sPos = max(startPos - m_start, 0);
203 if (sPos > ePos)
219 if (sPos || ePos != static_cast<int>(m_len))
220 r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos));
674 int sPos = 0;
677 selectionStartEnd(sPos, ePos);
680 sPos = min<int>(sPos, m_truncation)
    [all...]
InlineTextBox.h 118 void selectionStartEnd(int& sPos, int& ePos);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_util/src/
dmtoken.cc 191 char * sPos = DmStrrchr(m_pStr,m_cDelim);
192 if ( sPos == NULL )
195 return sPos+1;

Completed in 512 milliseconds