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

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

Completed in 41 milliseconds