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

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 438 void MainWnd::CreateChildWindow(HWND* wnd, MainWnd::ChildWindowID id,
457 CreateChildWindow(&label1_, LABEL1_ID, L"Static", ES_CENTER | ES_READONLY, 0);
458 CreateChildWindow(&edit1_, EDIT_ID, L"Edit",
460 CreateChildWindow(&label2_, LABEL2_ID, L"Static", ES_CENTER | ES_READONLY, 0);
461 CreateChildWindow(&edit2_, EDIT_ID, L"Edit",
463 CreateChildWindow(&button_, BUTTON_ID, L"Button", BS_CENTER | WS_TABSTOP, 0);
465 CreateChildWindow(&listbox_, LISTBOX_ID, L"ListBox",
  /external/chromium_org/ui/gl/
gl_surface_glx.cc 490 CreateChildWindow();
495 void NativeViewGLSurfaceGLX::CreateChildWindow() {
566 CreateChildWindow();

Completed in 32 milliseconds