Searched refs:GetCaretPos (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/xfa/include/fwl/lightwidget/
H A Dedit.h22 int32_t GetCaretPos() const;
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dedit.cpp52 int32_t CFWL_Edit::GetCaretPos() const { function in class:CFWL_Edit
55 return static_cast<IFWL_Edit*>(m_pIface)->GetCaretPos();
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_editimp.cpp55 int32_t IFWL_Edit::GetCaretPos() const { function in class:IFWL_Edit
56 return static_cast<CFWL_EditImp*>(GetImpl())->GetCaretPos();
543 int32_t CFWL_EditImp::GetCaretPos() const { function in class:CFWL_EditImp
546 return m_pEdtEngine->GetCaretPos();
694 int32_t nPos = m_pEdtEngine->GetCaretPos();
742 int32_t nCaret = m_pEdtEngine->GetCaretPos();
1717 int32_t caretPos = m_pEdtEngine->GetCaretPos();
1922 int32_t nIndex = m_pOwner->m_pEdtEngine->GetCaretPos();
1982 nIndex = m_pOwner->m_pEdtEngine->GetCaretPos();
2043 int32_t nCaret = m_pOwner->m_pEdtEngine->GetCaretPos();
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h63 void GetCaretPos(int32_t& x, int32_t& y) const;
/external/pdfium/xfa/include/fwl/basewidget/
H A Dfwl_edit.h126 int32_t GetCaretPos() const;
/external/pdfium/xfa/src/fee/include/
H A Difde_txtedtengine.h201 virtual int32_t GetCaretPos() const = 0;
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_editimp.h45 virtual int32_t GetCaretPos() const;
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtengine.h81 virtual int32_t GetCaretPos() const;
H A Dfde_txtedtengine.cpp223 int32_t CFDE_TxtEdtEngine::GetCaretPos() const { function in class:CFDE_TxtEdtEngine
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp367 void CPWL_EditCtrl::GetCaretPos(int32_t& x, int32_t& y) const { function in class:CPWL_EditCtrl
/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 190 milliseconds