Searched defs:InsertItem (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/Windows/Control/
H A DComboBox.h50 LRESULT InsertItem(COMBOBOXEXITEM *item) { return SendMsg(CBEM_INSERTITEM, 0, (LPARAM)item); } function in class:NWindows::NControl::CComboBoxEx
52 LRESULT InsertItem(COMBOBOXEXITEMW *item) { return SendMsg(CBEM_INSERTITEMW, 0, (LPARAM)item); } function in class:NWindows::NControl::CComboBoxEx
H A DListView.cpp44 int CListView::InsertItem(int index, LPCTSTR text) function in class:NWindows::NControl::CListView
52 return InsertItem(&item);
77 int CListView::InsertItem(int index, LPCWSTR text) function in class:NWindows::NControl::CListView
85 return InsertItem(&item);
H A DListView.h47 int InsertItem(const LVITEM* item) { return ListView_InsertItem(_window, item); } function in class:NWindows::NControl::CListView
48 int InsertItem(int index, LPCTSTR text);
56 int InsertItem(const LV_ITEMW* item) { return (int)SendMsg(LVM_INSERTITEMW, 0, (LPARAM)item); } function in class:NWindows::NControl::CListView
57 int InsertItem(int index, LPCWSTR text);
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffchoicelist.cpp178 void CXFA_FFListBox::InsertItem(const CFX_WideStringC& wsLabel, function in class:CXFA_FFListBox
458 void CXFA_FFComboBox::InsertItem(const CFX_WideStringC& wsLabel, function in class:CXFA_FFComboBox
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_widgetdata.cpp1033 void CXFA_WidgetData::InsertItem(const CFX_WideString& wsLabel, function in class:CXFA_WidgetData
H A Dcxfa_node.cpp220 void InsertItem(CXFA_Node* pInstMgrNode, function in namespace:__anon16854
2591 pWidgetData->InsertItem(wsLabel, wsValue, -1, true);
3131 InsertItem(this, pNewInstance, iCount, iCount, false);
3171 InsertItem(this, pNewInstance, iIndex, iCount, true);
3231 InsertItem(this, pNewInstance, iCount, iCount, false);
3259 InsertItem(this, pMoveInstance, iTo, iCount - 1, true);

Completed in 193 milliseconds