Searched refs:CreateChildWindow (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 457 void MainWnd::CreateChildWindow(HWND* wnd, in CreateChildWindow() function in MainWnd 477 CreateChildWindow(&label1_, LABEL1_ID, L"Static", ES_CENTER | ES_READONLY, 0); in CreateChildWindows() 478 CreateChildWindow(&edit1_, EDIT_ID, L"Edit", in CreateChildWindows() 480 CreateChildWindow(&label2_, LABEL2_ID, L"Static", ES_CENTER | ES_READONLY, 0); in CreateChildWindows() 481 CreateChildWindow(&edit2_, EDIT_ID, L"Edit", in CreateChildWindows() 483 CreateChildWindow(&button_, BUTTON_ID, L"Button", BS_CENTER | WS_TABSTOP, 0); in CreateChildWindows() 485 CreateChildWindow(&listbox_, LISTBOX_ID, L"ListBox", in CreateChildWindows()
|
D | main_wnd.h | 171 void CreateChildWindow(HWND* wnd,
|