Searched defs:InsertItem (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/lzma/CPP/Windows/Control/ |
H A D | ComboBox.h | 62 LRESULT InsertItem(COMBOBOXEXITEM *item) { return SendMsg(CBEM_INSERTITEM, 0, (LPARAM)item); } in InsertItem() function 64 LRESULT InsertItem(COMBOBOXEXITEMW *item) { return SendMsg(CBEM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem() function
|
H A D | ListView.cpp | 51 int CListView::InsertItem(unsigned index, LPCTSTR text) in InsertItem() function in NWindows::NControl::CListView 84 int CListView::InsertItem(unsigned index, LPCWSTR text) in InsertItem() function in NWindows::NControl::CListView
|
H A D | ListView.h | 48 int InsertItem(const LVITEM* item) { return ListView_InsertItem(_window, item); } in InsertItem() function 57 int InsertItem(const LV_ITEMW* item) { return (int)SendMsg(LVM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem() function
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | Menu.h | 124 bool InsertItem(UINT itemIndex, bool byPosition, LPCMENUITEMINFO itemInfo) in InsertItem() function 135 bool InsertItem(UINT itemIndex, bool byPosition, LPMENUITEMINFOW itemInfo) in InsertItem() function
|
H A D | Menu.cpp | 216 bool CMenu::InsertItem(UINT itemIndex, bool byPosition, const CMenuItem &item) in InsertItem() function in NWindows::CMenu
|
/aosp_15_r20/external/pdfium/xfa/fxfa/ |
H A D | cxfa_fflistbox.cpp | 178 void CXFA_FFListBox::InsertItem(const WideString& wsLabel, int32_t nIndex) { in InsertItem() function in CXFA_FFListBox
|
H A D | cxfa_ffcombobox.cpp | 298 void CXFA_FFComboBox::InsertItem(const WideString& wsLabel, int32_t nIndex) { in InsertItem() function in CXFA_FFComboBox
|
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/ |
H A D | cxfa_node.cpp | 1920 void CXFA_Node::InsertItem(CXFA_Node* pNewInstance, in InsertItem() function in CXFA_Node 4426 void CXFA_Node::InsertItem(const WideString& wsLabel, in InsertItem() function in CXFA_Node
|