Home
last modified time | relevance | path

Searched refs:GetCaret (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp285 CFX_FloatRect rcCaret = m_pList->GetItemRect(m_pList->GetCaret()); in GetFocusRect()
338 return m_pList->GetCaret(); in GetCaretIndex()
Dcpwl_list_impl.h64 int32_t GetCaret() const { return m_nCaretIndex; } in GetCaret() function
Dcpwl_list_impl.cpp257 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP()
261 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN()
Dcpwl_edit_ctrl.cpp316 pIterator->SetAt(m_pEdit->GetCaret()); in GetCaretInfo()
Dcpwl_edit_impl.h296 int32_t GetCaret() const;
Dcpwl_edit_impl.cpp709 int32_t CPWL_EditImpl::GetCaret() const { in GetCaret() function in CPWL_EditImpl