HomeSort by relevance Sort by last modified time
    Searched refs:InsertItem (Results 1 - 20 of 20) sorted by null

  /external/lzma/CPP/Windows/Control/
ListView.cpp 44 int CListView::InsertItem(int index, LPCTSTR text)
52 return InsertItem(&item);
77 int CListView::InsertItem(int index, LPCWSTR text)
85 return InsertItem(&item);
ComboBox.h 50 LRESULT InsertItem(COMBOBOXEXITEM *item) { return SendMsg(CBEM_INSERTITEM, 0, (LPARAM)item); }
52 LRESULT InsertItem(COMBOBOXEXITEMW *item) { return SendMsg(CBEM_INSERTITEMW, 0, (LPARAM)item); }
ListView.h 47 int InsertItem(const LVITEM* item) { return ListView_InsertItem(_window, item); }
48 int InsertItem(int index, LPCTSTR text);
56 int InsertItem(const LV_ITEMW* item) { return (int)SendMsg(LVM_INSERTITEMW, 0, (LPARAM)item); }
57 int InsertItem(int index, LPCWSTR text);
  /external/pdfium/xfa/fxfa/
cxfa_fflistbox.h 28 void InsertItem(const WideStringView& wsLabel, int32_t nIndex);
cxfa_ffcombobox.h 53 void InsertItem(const WideStringView& wsLabel, int32_t nIndex);
cxfa_ffnotify.cpp 78 ToListBox(pWidget)->InsertItem(pLabel, iIndex);
80 ToComboBox(pWidget)->InsertItem(pLabel, iIndex);
cxfa_fflistbox.cpp 173 void CXFA_FFListBox::InsertItem(const WideStringView& wsLabel, int32_t nIndex) {
cxfa_widgetacc.h 147 void InsertItem(const WideString& wsLabel,
cxfa_ffcombobox.cpp 279 void CXFA_FFComboBox::InsertItem(const WideStringView& wsLabel,
cxfa_ffdocview.cpp 782 pAcc->InsertItem(wsLabel, wsValue, false);
cxfa_widgetacc.cpp     [all...]
  /external/pdfium/fxjs/xfa/
cjx_instancemanager.cpp 91 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false);
126 GetXFANode()->InsertItem(pMoveInstance, iTo, iCount - 1, true);
232 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false);
277 GetXFANode()->InsertItem(pNewInstance, iIndex, iCount, true);
cjx_field.cpp 216 pWidgetAcc->InsertItem(label, value, true);
  /external/mdnsresponder/mDNSWindows/ControlPanel/
BrowsingPage.cpp 156 nIndex = m_browseListCtrl.InsertItem( m_browseListCtrl.GetItemCount(), L"");
284 nIndex = m_browseListCtrl.InsertItem( m_browseListCtrl.GetItemCount(), L"");
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
BrowserDialog.cpp 304 mBrowserList.InsertItem( mid, entry->name );
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 242 _list.InsertItem(0, L"12345678901234567"
611 _list.InsertItem(&item);
643 _list.InsertItem(&item);
ProgressDialog2.cpp 1132 _messageList.InsertItem(itemIndex, sz);
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
ChooserDialog.cpp 791 mServiceList.InsertItem( n, type );
930 mDomainList.InsertItem( n, domain );
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_node.h 107 void InsertItem(CXFA_Node* pNewInstance,
cxfa_node.cpp     [all...]

Completed in 1836 milliseconds