Home
last modified time | relevance | path

Searched defs:nItemIndex (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp174 int32_t nItemIndex = FindItemIndex(point); in OnLButtonDown() local
192 int32_t nItemIndex = FindItemIndex(point); in OnMouseMove() local
204 int32_t nItemIndex = m_nSelectIndex - 1; in OnKeyDown() local
211 int32_t nItemIndex = m_nSelectIndex + 1; in OnKeyDown() local
236 void CPWL_IconList_Content::ScrollToItem(int32_t nItemIndex) { in ScrollToItem()
292 void CPWL_IconList_Content::SelectItem(int32_t nItemIndex, FX_BOOL bSelect) { in SelectItem()
312 void CPWL_IconList_Content::SetListData(int32_t nItemIndex, void* pData) { in SetListData()
317 void CPWL_IconList_Content::SetListIcon(int32_t nItemIndex, in SetListIcon()
323 void CPWL_IconList_Content::SetListString(int32_t nItemIndex, in SetListString()
443 void CPWL_IconList::SetListData(int32_t nItemIndex, void* pData) { in SetListData()
[all …]
DPWL_ListBox.cpp417 void CPWL_ListBox::Select(int32_t nItemIndex) { in Select()
422 void CPWL_ListBox::SetCaret(int32_t nItemIndex) { in SetCaret()
427 void CPWL_ListBox::SetTopVisibleIndex(int32_t nItemIndex) { in SetTopVisibleIndex()
432 void CPWL_ListBox::ScrollToListItem(int32_t nItemIndex) { in ScrollToListItem()
DPWL_ComboBox.cpp248 void CPWL_ComboBox::SetSelect(int32_t nItemIndex) { in SetSelect()
DPWL_Note.cpp717 void CPWL_NoteItem::ResetSubjectName(int32_t nItemIndex) { in ResetSubjectName()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp129 void CFX_List::ReArrange(int32_t nItemIndex) { in ReArrange()
272 void CFX_List::SetItemSelect(int32_t nItemIndex, FX_BOOL bSelected) { in SetItemSelect()
278 void CFX_List::SetItemCaret(int32_t nItemIndex, FX_BOOL bCaret) { in SetItemCaret()
313 void CPLST_Select::Add(int32_t nItemIndex) { in Add()
336 void CPLST_Select::Sub(int32_t nItemIndex) { in Sub()
521 void CFX_ListCtrl::OnVK(int32_t nItemIndex, FX_BOOL bShift, FX_BOOL bCtrl) { in OnVK()
598 void CFX_ListCtrl::SetMultipleSelect(int32_t nItemIndex, FX_BOOL bSelected) { in SetMultipleSelect()
613 void CFX_ListCtrl::SetSingleSelect(int32_t nItemIndex) { in SetSingleSelect()
629 void CFX_ListCtrl::SetCaret(int32_t nItemIndex) { in SetCaret()
648 void CFX_ListCtrl::InvalidateItem(int32_t nItemIndex) { in InvalidateItem()
[all …]
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h315 void ResetSubjectName(int32_t nItemIndex) override {} in ResetSubjectName()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h254 int32_t nItemIndex; member