Searched defs:nCaret (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtblock.h | 202 int32_t& nCaret, in Insert() 209 int32_t& nCaret, in Delete() 217 int32_t& nCaret, in Replace()
|
D | fde_txtedtengine.cpp | 446 int32_t nCaret; in Insert() local 681 int32_t nCaret = 0; in Delete() local 1753 int32_t nCaret = m_nCaret; in MoveForward() local 1767 int32_t nCaret = m_nCaret; in MoveBackward() local 2280 int32_t nCaret, in GetCaretRect() 2351 int32_t nCaret = 0; in DeleteSelect() local 2432 int32_t nCaret, in CFDE_TxtEdtDoRecord_Insert() 2498 int32_t nCaret, in CFDE_TxtEdtDoRecord_DeleteRange() 2578 int32_t nCaret, in CFDE_TxtEdtDoRecord_FieldInsert() 2604 int32_t nCaret = 0; in Undo() local [all …]
|
D | fde_txtedtblock.cpp | 240 int32_t& nCaret, in Insert() 274 int32_t& nCaret, in Delete() 309 int32_t& nCaret, in Replace()
|
D | fde_txtedtpage.cpp | 241 int32_t nCaret = 0; in GetCharIndex() local
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_editimp.cpp | 742 int32_t nCaret = m_pEdtEngine->GetCaretPos(); in Paste() local 2043 int32_t nCaret = m_pOwner->m_pEdtEngine->GetCaretPos(); in OnKeyDown() local 2093 int32_t nCaret = m_pOwner->m_pEdtEngine->GetCaretPos(); in OnChar() local
|