/external/lzma/CPP/Windows/Control/ |
D | ListView.cpp | 44 int CListView::InsertItem(int index, LPCTSTR text) in InsertItem() function in NWindows::NControl::CListView 52 return InsertItem(&item); in InsertItem() 77 int CListView::InsertItem(int index, LPCWSTR text) in InsertItem() function in NWindows::NControl::CListView 85 return InsertItem(&item); in InsertItem()
|
D | ListView.h | 47 int InsertItem(const LVITEM* item) { return ListView_InsertItem(_window, item); } in InsertItem() function 48 int InsertItem(int index, LPCTSTR text); 56 int InsertItem(const LV_ITEMW* item) { return (int)SendMsg(LVM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem() function 57 int InsertItem(int index, LPCWSTR text);
|
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
|
/external/pdfium/fxjs/xfa/ |
D | cjx_instancemanager.cpp | 91 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in SetInstances() 126 GetXFANode()->InsertItem(pMoveInstance, iTo, iCount - 1, true); in MoveInstance() 232 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in addInstance() 277 GetXFANode()->InsertItem(pNewInstance, iIndex, iCount, true); in insertInstance()
|
D | cjx_field.cpp | 216 pWidgetAcc->InsertItem(label, value, true); in addItem()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fflistbox.h | 28 void InsertItem(const WideStringView& wsLabel, int32_t nIndex);
|
D | cxfa_ffcombobox.h | 53 void InsertItem(const WideStringView& wsLabel, int32_t nIndex);
|
D | cxfa_ffnotify.cpp | 78 ToListBox(pWidget)->InsertItem(pLabel, iIndex); in OnWidgetListItemAdded() 80 ToComboBox(pWidget)->InsertItem(pLabel, iIndex); in OnWidgetListItemAdded()
|
D | cxfa_fflistbox.cpp | 173 void CXFA_FFListBox::InsertItem(const WideStringView& wsLabel, int32_t nIndex) { in InsertItem() function in CXFA_FFListBox
|
D | cxfa_widgetacc.h | 147 void InsertItem(const WideString& wsLabel,
|
D | cxfa_ffcombobox.cpp | 279 void CXFA_FFComboBox::InsertItem(const WideStringView& wsLabel, in InsertItem() function in CXFA_FFComboBox
|
D | cxfa_ffdocview.cpp | 782 pAcc->InsertItem(wsLabel, wsValue, false); in RunBindItems()
|
D | cxfa_widgetacc.cpp | 2075 void CXFA_WidgetAcc::InsertItem(const WideString& wsLabel, in InsertItem() function in CXFA_WidgetAcc
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | BrowsingPage.cpp | 156 nIndex = m_browseListCtrl.InsertItem( m_browseListCtrl.GetItemCount(), L""); in OnSetActive() 284 nIndex = m_browseListCtrl.InsertItem( m_browseListCtrl.GetItemCount(), L""); in OnBnClickedAddBrowseDomain()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 242 _list.InsertItem(0, L"12345678901234567" in OnInit() 610 _list.InsertItem(&item); in Reload() 642 _list.InsertItem(&item); in Reload()
|
D | ProgressDialog2.cpp | 1125 _messageList.InsertItem(itemIndex, sz); in AddMessageDirect()
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/ |
D | ChooserDialog.cpp | 791 mServiceList.InsertItem( n, type ); in PopulateServicesList() 930 mDomainList.InsertItem( n, domain ); in OnDomainAdd() 1110 mChooserList.InsertItem( n, s ); in OnResolve()
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/ |
D | BrowserDialog.cpp | 304 mBrowserList.InsertItem( mid, entry->name ); in OnServiceAdd()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.h | 107 void InsertItem(CXFA_Node* pNewInstance,
|
D | cxfa_node.cpp | 1193 void CXFA_Node::InsertItem(CXFA_Node* pNewInstance, in InsertItem() function in CXFA_Node
|