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

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp 38 m_nAnchorPos(-1),
254 m_nAnchorPos = -1;
272 if (m_nAnchorPos == -1) {
273 m_nAnchorPos = m_nCaret;
276 m_nAnchorPos = -1;
393 if (bShift && m_nAnchorPos != -1 && (m_nAnchorPos != m_nCaret)) {
394 AddSelRange(std::min(m_nAnchorPos, m_nCaret),
395 FXSYS_abs(m_nAnchorPos - m_nCaret));
    [all...]
fde_txtedtengine.h 211 int32_t m_nAnchorPos;

Completed in 44 milliseconds