Lines Matching refs:wnd_
73 wnd_(NULL), in MainWnd()
96 RTC_DCHECK(wnd_ == NULL); in Create()
101 wnd_ = in Create()
107 ::SendMessage(wnd_, WM_SETFONT, reinterpret_cast<WPARAM>(GetDefaultFont()), in Create()
113 return wnd_ != NULL; in Create()
119 ret = ::DestroyWindow(wnd_); in Destroy()
130 return wnd_ && ::IsWindow(wnd_) != FALSE; in IsWindow()
191 ::PostMessage(wnd_, WM_COMMAND, in SwitchToPeerList()
350 ::MessageBoxA(wnd_, "OK!", "Yeah", MB_OK); in OnDefaultAction()
410 me->wnd_ = hwnd; in WndProc()
428 me->wnd_ = NULL; in WndProc()
468 wnd_, reinterpret_cast<HMENU>(id), in CreateChildWindow()
515 ::GetClientRect(wnd_, &rc); in LayoutConnectUI()
538 ::GetClientRect(wnd_, &rc); in LayoutPeerListUI()
543 InvalidateRect(wnd_, NULL, TRUE); in LayoutPeerListUI()
580 : wnd_(wnd), rendered_track_(track_to_render) { in VideoRenderer()
632 InvalidateRect(wnd_, NULL, TRUE); in OnFrame()