Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc445 void MainWnd::CreateChildWindow(HWND* wnd, MainWnd::ChildWindowID id, in CreateChildWindow() function in MainWnd
464 CreateChildWindow(&label1_, LABEL1_ID, L"Static", ES_CENTER | ES_READONLY, 0); in CreateChildWindows()
465 CreateChildWindow(&edit1_, EDIT_ID, L"Edit", in CreateChildWindows()
467 CreateChildWindow(&label2_, LABEL2_ID, L"Static", ES_CENTER | ES_READONLY, 0); in CreateChildWindows()
468 CreateChildWindow(&edit2_, EDIT_ID, L"Edit", in CreateChildWindows()
470 CreateChildWindow(&button_, BUTTON_ID, L"Button", BS_CENTER | WS_TABSTOP, 0); in CreateChildWindows()
472 CreateChildWindow(&listbox_, LISTBOX_ID, L"ListBox", in CreateChildWindows()
Dmain_wnd.h169 void CreateChildWindow(HWND* wnd, ChildWindowID id, const wchar_t* class_name,