Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dmain_wnd.cc461 void MainWnd::CreateChildWindow(HWND* wnd, MainWnd::ChildWindowID id, in CreateChildWindow() function in MainWnd
480 CreateChildWindow(&label1_, LABEL1_ID, L"Static", ES_CENTER | ES_READONLY, 0); in CreateChildWindows()
481 CreateChildWindow(&edit1_, EDIT_ID, L"Edit", in CreateChildWindows()
483 CreateChildWindow(&label2_, LABEL2_ID, L"Static", ES_CENTER | ES_READONLY, 0); in CreateChildWindows()
484 CreateChildWindow(&edit2_, EDIT_ID, L"Edit", in CreateChildWindows()
486 CreateChildWindow(&button_, BUTTON_ID, L"Button", BS_CENTER | WS_TABSTOP, 0); in CreateChildWindows()
488 CreateChildWindow(&listbox_, LISTBOX_ID, L"ListBox", in CreateChildWindows()
Dmain_wnd.h185 void CreateChildWindow(HWND* wnd, ChildWindowID id, const wchar_t* class_name,