Searched refs:SetCaret (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 430 m_pEdit->SetCaret(m_wpOld); in Redo() 438 m_pEdit->SetCaret(m_wpNew); in Undo() 464 m_pEdit->SetCaret(m_wpOld); in Redo() 472 m_pEdit->SetCaret(m_wpNew); in Undo() 497 m_pEdit->SetCaret(m_wpOld); in Redo() 505 m_pEdit->SetCaret(m_wpNew); in Undo() 536 m_pEdit->SetCaret(m_wpOld); in Redo() 544 m_pEdit->SetCaret(m_wpNew); in Undo() 571 m_pEdit->SetCaret(m_wrSel.BeginPos); in Undo() 608 m_pEdit->SetCaret(m_wpOld); in Undo() [all …]
|
D | fxet_list.cpp | 60 void CFX_ListItem::SetCaret(FX_BOOL bCaret) { in SetCaret() function in CFX_ListItem 280 pListItem->SetCaret(bCaret); in SetItemCaret() 484 SetCaret(nHitIndex); in OnMouseDown() 512 SetCaret(nHitIndex); in OnMouseMove() 536 SetCaret(nItemIndex); in OnVK() 629 void CFX_ListCtrl::SetCaret(int32_t nItemIndex) { in SetCaret() function in CFX_ListCtrl
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_EditCtrl.cpp | 109 SetCaret(pCaretInfo->bVisible, pCaretInfo->ptHead, pCaretInfo->ptFoot); in OnNotify() 375 void CPWL_EditCtrl::SetCaret(FX_BOOL bVisible, in SetCaret() function in CPWL_EditCtrl 382 m_pEditCaret->SetCaret(bVisible, ptHead, ptFoot); in SetCaret() 424 void CPWL_EditCtrl::SetCaret(int32_t nPos) { in SetCaret() function in CPWL_EditCtrl 426 m_pEdit->SetCaret(nPos); in SetCaret()
|
D | PWL_Caret.cpp | 112 void CPWL_Caret::SetCaret(FX_BOOL bVisible, in SetCaret() function in CPWL_Caret
|
D | PWL_ListBox.cpp | 422 void CPWL_ListBox::SetCaret(int32_t nItemIndex) { in SetCaret() function in CPWL_ListBox 424 m_pList->SetCaret(nItemIndex); in SetCaret()
|
D | PWL_Note.cpp | 542 m_pEdit->SetCaret(bLast ? m_pEdit->GetTotalWords() : 0); in SetEditFocus() 1054 pEdit->SetCaret(pEdit->GetCaret()); in RePosChildWnd()
|
D | PWL_Edit.cpp | 689 SetCaret(FALSE, CPDF_Point(0.0f, 0.0f), CPDF_Point(0.0f, 0.0f)); in OnKillFocus()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_EditCtrl.h | 76 void SetCaret(int32_t nPos); 161 void SetCaret(FX_BOOL bVisible,
|
D | PWL_Caret.h | 35 void SetCaret(FX_BOOL bVisible,
|
D | PWL_ListBox.h | 91 void SetCaret(int32_t nItemIndex);
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_list.h | 131 void SetCaret(FX_BOOL bCaret); 313 void SetCaret(int32_t nItemIndex) override;
|
D | fx_edit.h | 362 virtual void SetCaret(int32_t nPos) = 0; 547 virtual void SetCaret(int32_t nItemIndex) = 0;
|
D | fxet_edit.h | 629 void SetCaret(int32_t nPos) override; 718 void SetCaret(const CPVT_WordPlace& place);
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_ListBox.cpp | 65 pWnd->SetCaret(i); in NewPDFWindow()
|