Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp333 pIterator->SetAt(m_pEdit->GetCaret()); in GetCaretInfo()
389 int32_t CPWL_EditCtrl::GetCaret() const { in GetCaret() function in CPWL_EditCtrl
390 return m_pEdit->GetCaret(); in GetCaret()
413 pIterator->SetAt(m_pEdit->GetCaret()); in GetCaretFont()
434 pIterator->SetAt(m_pEdit->GetCaret()); in GetCaretFontSize()
DPWL_EditCtrl.h48 int32_t GetCaret() const;
DPWL_ListBox.cpp358 CFX_FloatRect rcCaret = m_pList->GetItemRect(m_pList->GetCaret()); in GetFocusRect()
411 return m_pList->GetCaret(); in GetCaretIndex()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp329 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP()
333 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN()
386 int32_t CFX_ListCtrl::GetCaret() const { in GetCaret() function in CFX_ListCtrl
Dfxet_list.h241 int32_t GetCaret() const;
Dfxet_edit.h387 int32_t GetCaret() const;
Dfxet_edit.cpp1021 int32_t CFX_Edit::GetCaret() const { in GetCaret() function in CFX_Edit