Home
last modified time | relevance | path

Searched refs:nOldIndex (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp785 FX_INT32 nOldIndex = m_nCaretIndex; in SetCaret() local
787 if (nOldIndex != nItemIndex) in SetCaret()
791 SetItemCaret(nOldIndex, FALSE); in SetCaret()
794 InvalidateItem(nOldIndex); in SetCaret()
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp1079 FX_INT32 nOldIndex = 0 , nIndex = 0; in WordIndexToWordPlace() local
1090 place.nWordIndex = index - nOldIndex - 1; in WordIndexToWordPlace()
1098 nOldIndex = nIndex; in WordIndexToWordPlace()