Searched defs:SetCaretPos (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dedit.cpp57 int32_t CFWL_Edit::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) { function in class:CFWL_Edit
60 return static_cast<IFWL_Edit*>(m_pIface)->SetCaretPos(nIndex, bBefore);
73 return static_cast<IFWL_Edit*>(m_pIface)->SetCaretPos(pos);
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtengine.cpp229 int32_t CFDE_TxtEdtEngine::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) { function in class:CFDE_TxtEdtEngine
493 SetCaretPos(nBgn + nCaret, bBefore);
558 SetCaretPos(nCaretPos, bBefore);
653 SetCaretPos(nStart, bBefore);
715 SetCaretPos(nStart, bBefore);
762 SetCaretPos(nStart + ((!bBackspace && nStart > 0) ? -1 : 0),
786 SetCaretPos(nStart, TRUE);
826 SetCaretPos(nStart, bBefore);
2184 SetCaretPos(nEditableEnd, TRUE);
2384 SetCaretPos(nSelStar
[all...]
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_editimp.cpp58 int32_t IFWL_Edit::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) { function in class:IFWL_Edit
59 return static_cast<CFWL_EditImp*>(GetImpl())->SetCaretPos(nIndex, bBefore);
548 int32_t CFWL_EditImp::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) { function in class:CFWL_EditImp
551 return m_pEdtEngine->SetCaretPos(nIndex, bBefore);
1878 m_pOwner->m_pEdtEngine->SetCaretPos(nIndex, bBefore);
1901 m_pOwner->SetCaretPos(0);
1963 m_pOwner->m_pEdtEngine->SetCaretPos(nIndex + nCount - 1, FALSE);
1981 m_pOwner->m_pEdtEngine->SetCaretPos(nIndex, bBefore);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 123 milliseconds