Searched refs:webViewWndProc (Results 1 – 2 of 2) sorted by relevance
79 static LRESULT CALLBACK webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
59 LRESULT CALLBACK WebView::webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in webViewWndProc() function in WebView137 wc.lpfnWndProc = WebView::webViewWndProc; in initialize()