/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 | 95 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in SetInstances() 126 GetXFANode()->InsertItem(pMoveInstance, iTo, iCount - 1, true); in MoveInstance() 242 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in addInstance() 287 GetXFANode()->InsertItem(pNewInstance, iIndex, iCount, true); in insertInstance()
|
D | cjx_field.cpp | 225 node->InsertItem(label, value, true); in addItem()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdropdown.h | 22 virtual void InsertItem(const WideString& wsLabel, int32_t nIndex) = 0;
|
D | cxfa_fflistbox.h | 28 void InsertItem(const WideString& wsLabel, int32_t nIndex) override;
|
D | cxfa_ffcombobox.h | 54 void InsertItem(const WideString& wsLabel, int32_t nIndex) override;
|
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
|
D | cxfa_ffnotify.cpp | 66 ToDropDown(ToField(pWidget))->InsertItem(wsLabel, iIndex); in OnWidgetListItemAdded()
|
D | cxfa_ffdocview.cpp | 685 pWidgetNode->InsertItem(wsLabel, wsValue, false); in RunBindItems()
|
/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() 611 _list.InsertItem(&item); in Reload() 643 _list.InsertItem(&item); in Reload()
|
D | ProgressDialog2.cpp | 1132 _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/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.h | 122 void InsertItem(CXFA_Node* pNewInstance, 350 void InsertItem(const WideString& wsLabel,
|
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
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/ |
D | BrowserDialog.cpp | 304 mBrowserList.InsertItem( mid, entry->name ); in OnServiceAdd()
|