Home
last modified time | relevance | path

Searched refs:AddListBoxItem (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc60 void AddListBoxItem(HWND listbox, const std::string& str, LPARAM item_data) { in AddListBoxItem() function
162 AddListBoxItem(listbox_, "List of currently connected peers:", -1); in SwitchToPeerList()
165 AddListBoxItem(listbox_, i->second.c_str(), i->first); in SwitchToPeerList()