Searched defs:InsertItem (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
D | ComboBox.h | 50 LRESULT InsertItem(COMBOBOXEXITEM *item) { return SendMsg(CBEM_INSERTITEM, 0, (LPARAM)item); } in InsertItem() function 52 LRESULT InsertItem(COMBOBOXEXITEMW *item) { return SendMsg(CBEM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem() function
|
D | ListView.cpp | 44 int CListView::InsertItem(int index, LPCTSTR text) in InsertItem() function in NWindows::NControl::CListView 77 int CListView::InsertItem(int index, LPCWSTR text) in InsertItem() function in NWindows::NControl::CListView
|
D | ListView.h | 47 int InsertItem(const LVITEM* item) { return ListView_InsertItem(_window, item); } in InsertItem() function 56 int InsertItem(const LV_ITEMW* item) { return (int)SendMsg(LVM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem() function
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fflistbox.cpp | 169 void CXFA_FFListBox::InsertItem(const WideString& wsLabel, int32_t nIndex) { in InsertItem() function in CXFA_FFListBox
|
D | cxfa_ffcombobox.cpp | 294 void CXFA_FFComboBox::InsertItem(const WideString& wsLabel, int32_t nIndex) { in InsertItem() function in CXFA_FFComboBox
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 1864 void CXFA_Node::InsertItem(CXFA_Node* pNewInstance, in InsertItem() function in CXFA_Node 4384 void CXFA_Node::InsertItem(const WideString& wsLabel, in InsertItem() function in CXFA_Node
|