Lines Matching refs:HostWindow
26 #include "HostWindow.h"
30 static LPCWSTR hostWindowClassName = L"HostWindow";
32 HostWindow::HostWindow()
37 bool HostWindow::initialize()
44 HostWindow::~HostWindow()
51 RECT HostWindow::clientRect() const
61 void HostWindow::registerWindowClass()
79 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)