Home
last modified time | relevance | path

Searched refs:GetItemIndex (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp170 int32_t CFX_List::GetItemIndex(const CPDF_Point& point) const { in GetItemIndex() function in CFX_List
374 int32_t CPLST_Select::GetItemIndex(int32_t nIndex) const { in GetItemIndex() function in CPLST_Select
457 int32_t nHitIndex = GetItemIndex(point); in OnMouseDown()
496 int32_t nHitIndex = GetItemIndex(point); in OnMouseMove()
675 int32_t nItemIndex = m_aSelItems.GetItemIndex(i); in SelectItems()
794 int32_t nItemIndex = GetItemIndex(GetBTPoint()); in GetTopItem()
811 int32_t CFX_ListCtrl::GetItemIndex(const CPDF_Point& point) const { in GetItemIndex() function in CFX_ListCtrl
812 return CFX_List::GetItemIndex(OutToIn(point)); in GetItemIndex()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dlistbox.cpp44 int32_t nIndex = m_ListBoxDP.GetItemIndex(GetWidget(), hItem); in DeleteString()
122 int32_t nIndex = m_ListBoxDP.GetItemIndex(GetWidget(), hItem); in SetFocusItem()
221 int32_t CFWL_ListBox::CFWL_ListBoxDP::GetItemIndex(IFWL_Widget* pWidget, in GetItemIndex() function in CFWL_ListBox::CFWL_ListBoxDP
Dcombobox.cpp255 int32_t CFWL_ComboBox::CFWL_ComboBoxDP::GetItemIndex(IFWL_Widget* pWidget, in GetItemIndex() function in CFWL_ComboBox::CFWL_ComboBoxDP
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListCtrl.h25 int32_t GetItemIndex(CPWL_Wnd* pItem);
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h229 int32_t GetItemIndex(const CPDF_Point& point) const override;
271 int32_t GetItemIndex(int32_t nIndex) const;
309 int32_t GetItemIndex(const CPDF_Point& point) const override;
Dfx_edit.h541 virtual int32_t GetItemIndex(const CPDF_Point& point) const = 0;
/external/pdfium/xfa/include/fwl/lightwidget/
Dlistbox.h53 virtual int32_t GetItemIndex(IFWL_Widget* pWidget, FWL_HLISTITEM hItem);
Dcombobox.h78 virtual int32_t GetItemIndex(IFWL_Widget* pWidget, FWL_HLISTITEM hItem);
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_listbox.h69 virtual int32_t GetItemIndex(IFWL_Widget* pWidget, FWL_HLISTITEM hItem) = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListCtrl.cpp166 int32_t CPWL_ListCtrl::GetItemIndex(CPWL_Wnd* pItem) { in GetItemIndex() function in CPWL_ListCtrl
DPWL_Note.cpp430 int32_t nIndex = GetItemIndex((CPWL_NoteItem*)pNoteItem); in DeleteSubItem()
472 int32_t nIndex = GetItemIndex(pWnd); in OnNotify()
723 nItemIndex = pContents->GetItemIndex(this); in ResetSubjectName()
DPWL_ListBox.cpp306 m_pList->Select(m_pList->GetItemIndex(point)); in OnMouseMove()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp339 int32_t index = pData->GetItemIndex(m_pInterface, hItem); in GetItem()
359 int32_t iStart = pData->GetItemIndex(m_pInterface, hStart); in SetSelection()
360 int32_t iEnd = pData->GetItemIndex(m_pInterface, hEnd); in SetSelection()
Dfwl_comboboximp.cpp240 int32_t iOld = pData->GetItemIndex(m_pInterface, hOld); in ChangeSelected()
360 int32_t iSel = pData->GetItemIndex(m_pOwner->m_pInterface, hItem); in OnDropListMouseMove()
1101 m_iCurSel = pDatas->GetItemIndex(m_pInterface, m_pListBox->GetSelItem(0)); in ProcessSelChanged()