Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp275 CFX_FloatRect rcCaret = m_pList->GetItemRect(m_pList->GetCaret()); in GetFocusRect()
332 return m_pList->GetCaret(); in GetCaretIndex()
Dcpwl_list_impl.h64 int32_t GetCaret() const { return m_nCaretIndex; } in GetCaret() function
Dcpwl_list_impl.cpp255 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP()
259 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN()
Dcpwl_edit_ctrl.cpp302 pIterator->SetAt(m_pEdit->GetCaret()); in GetCaretInfo()
Dcpwl_edit_impl.h321 int32_t GetCaret() const;
Dcpwl_edit_impl.cpp735 int32_t CPWL_EditImpl::GetCaret() const { in GetCaret() function in CPWL_EditImpl