Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp350 pIterator->SetAt(m_pEdit->GetCaret()); in GetCaretInfo()
417 int32_t CPWL_EditCtrl::GetCaret() const { in GetCaret() function in CPWL_EditCtrl
419 return m_pEdit->GetCaret(); in GetCaret()
452 pIterator->SetAt(m_pEdit->GetCaret()); in GetCaretFont()
474 pIterator->SetAt(m_pEdit->GetCaret()); in GetCaretFontSize()
DPWL_ListBox.cpp385 CPDF_Rect rcCaret = m_pList->GetItemRect(m_pList->GetCaret()); in GetFocusRect()
456 return m_pList->GetCaret(); in GetCaretIndex()
DPWL_Note.cpp1054 pEdit->SetCaret(pEdit->GetCaret()); in RePosChildWnd()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_EditCtrl.h75 int32_t GetCaret() const;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h290 virtual int32_t GetCaret() const = 0;
538 virtual int32_t GetCaret() const = 0;
Dfxet_list.h305 int32_t GetCaret() const override { return m_nCaretIndex; } in GetCaret() function
Dfxet_edit.h606 int32_t GetCaret() const override;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp547 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP()
551 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN()
Dfxet_edit.cpp966 int32_t CFX_Edit::GetCaret() const { in GetCaret() function in CFX_Edit