Home
last modified time | relevance | path

Searched defs:InsertItem (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DComboBox.h62 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 DListView.cpp51 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 DListView.h48 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 DMenu.h124 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 DMenu.cpp216 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 Dcxfa_fflistbox.cpp178 void CXFA_FFListBox::InsertItem(const WideString& wsLabel, int32_t nIndex) { in InsertItem() function in CXFA_FFListBox
H A Dcxfa_ffcombobox.cpp298 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 Dcxfa_node.cpp1920 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