Home
last modified time | relevance | path

Searched refs:webViewWndProc (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/wince/
DWebView.h79 static LRESULT CALLBACK webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
DWebView.cpp59 LRESULT CALLBACK WebView::webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in webViewWndProc() function in WebView
137 wc.lpfnWndProc = WebView::webViewWndProc; in initialize()