OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listbox_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc
84
label1_(NULL), label2_(NULL), button_(NULL),
listbox_
(NULL),
166
::SendMessage(
listbox_
, LB_RESETCONTENT, 0, 0);
168
AddListBoxItem(
listbox_
, "List of currently connected peers:", -1);
171
AddListBoxItem(
listbox_
, i->second.c_str(), i->first);
175
::SetFocus(
listbox_
);
323
LRESULT sel = ::SendMessage(
listbox_
, LB_GETCURSEL, 0, 0);
325
LRESULT peer_id = ::SendMessage(
listbox_
, LB_GETITEMDATA, sel, 0);
349
SetFocus(
listbox_
);
369
} else if (
listbox_
== reinterpret_cast<HWND>(lp)) {
465
CreateChildWindow(&
listbox_
, LISTBOX_ID, L"ListBox"
[
all
...]
main_wnd.h
205
HWND
listbox_
;
member in class:MainWnd
Completed in 907 milliseconds