HomeSort by relevance Sort by last modified time
    Searched refs:CreateChildWindow (Results 1 - 2 of 2) sorted by null

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

Completed in 211 milliseconds