HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_ListItem (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_listitem.cpp 7 #include "xfa/fwl/cfwl_listitem.h"
9 CFWL_ListItem::CFWL_ListItem(const WideString& text)
14 CFWL_ListItem::~CFWL_ListItem() {}
cfwl_listitem.h 13 class CFWL_ListItem {
15 explicit CFWL_ListItem(const WideString& text);
16 ~CFWL_ListItem();
cfwl_listbox.h 16 #include "xfa/fwl/cfwl_listitem.h"
53 CFWL_ListItem* GetItem(const CFWL_Widget* pWidget, int32_t nIndex) const;
54 int32_t GetItemIndex(CFWL_Widget* pWidget, CFWL_ListItem* pItem);
56 CFWL_ListItem* AddString(const WideStringView& wsAdd);
58 void DeleteString(CFWL_ListItem* pItem);
62 CFWL_ListItem* GetSelItem(int32_t nIndexSel);
64 void SetSelItem(CFWL_ListItem* hItem, bool bSelect);
70 CFWL_ListItem* GetListItem(CFWL_ListItem* hItem, uint32_t dwKeyCode);
71 void SetSelection(CFWL_ListItem* hStart, CFWL_ListItem* hEnd, bool bSelected)
    [all...]
cfwl_listbox.cpp 128 CFWL_ListItem* pItem = GetItem(this, i);
137 CFWL_ListItem* CFWL_ListBox::GetSelItem(int32_t nIndexSel) {
148 CFWL_ListItem* pItem = GetItem(this, i);
160 void CFWL_ListBox::SetSelItem(CFWL_ListItem* pItem, bool bSelect) {
176 CFWL_ListItem* CFWL_ListBox::GetListItem(CFWL_ListItem* pItem,
178 CFWL_ListItem* hRet = nullptr;
206 void CFWL_ListBox::SetSelection(CFWL_ListItem* hStart,
207 CFWL_ListItem* hEnd,
219 CFWL_ListItem* pItem = GetItem(this, i)
    [all...]
cfwl_combolist.cpp 34 CFWL_ListItem* hItem = GetItem(this, i);
44 CFWL_ListItem* hItem = GetItem(this, iSel);
45 CFWL_ListItem* hOld = GetSelItem(0);
52 if (CFWL_ListItem* hOldItem = GetItem(this, iOld))
57 if (CFWL_ListItem* hOldItem = GetItem(this, iSel))
59 CFWL_ListItem* hSel = GetItem(this, iSel);
143 CFWL_ListItem* hItem = GetItemAtPoint(pMsg->m_pos);
180 CFWL_ListItem* hItem = GetItemAtPoint(pMsg->m_pos);
226 CFWL_ListItem* hItem = GetItem(this, pOuter->GetCurrentSelection());
cfwl_combobox.cpp 169 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel);
212 CFWL_ListItem* pItem = static_cast<CFWL_ListItem*>(
224 CFWL_ListItem* hItem = m_pListBox->GetItem(this, iSel);
262 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel);
364 CFWL_ListItem* hItem = m_pListBox->GetItem(this, iListItem);
390 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel);
472 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel);
691 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel);
867 CFWL_ListItem* hItem = m_pListBox->GetItem(this, iCurSel)
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_fflistbox.cpp 100 CFWL_ListItem* hlistItem = pListBox->GetItem(nullptr, iSelArray[i]);
139 std::vector<CFWL_ListItem*> selItemArray(iSelArray.size());
144 for (CFWL_ListItem* pItem : selItemArray)
160 CFWL_ListItem* item = pListBox->GetSelItem(0);

Completed in 68 milliseconds