Searched defs:GetCaret (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_EditCtrl.cpp333 pIterator->SetAt(m_pEdit->GetCaret());
389 int32_t CPWL_EditCtrl::GetCaret() const { function in class:CPWL_EditCtrl
390 return m_pEdit->GetCaret();
413 pIterator->SetAt(m_pEdit->GetCaret());
434 pIterator->SetAt(m_pEdit->GetCaret());
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.cpp329 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl);
333 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl);
386 int32_t CFX_ListCtrl::GetCaret() const { function in class:CFX_ListCtrl
H A Dfxet_edit.cpp1021 int32_t CFX_Edit::GetCaret() const { function in class:CFX_Edit

Completed in 404 milliseconds