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

  /external/chromium_org/ui/gl/
gl_surface_glx.h 86 void CreateChildWindow();
gl_surface_glx.cc 490 CreateChildWindow();
495 void NativeViewGLSurfaceGLX::CreateChildWindow() {
566 CreateChildWindow();
  /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",
main_wnd.h 185 void CreateChildWindow(HWND* wnd, ChildWindowID id, const wchar_t* class_name,

Completed in 66 milliseconds