Home
last modified time | relevance | path

Searched refs:wndProc (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebKitTools/WebKitAPITest/
DHostWindow.cpp70 wndClass.lpfnWndProc = wndProc; in registerWindowClass()
78 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc() function in WebKitAPITest::HostWindow
DTestsController.cpp128 wndClass.lpfnWndProc = wndProc; in registerWindowClass()
136 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc() function in WebKitAPITest::TestsController
DHostWindow.h44 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
DTestsController.h55 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
/external/skia/include/views/
DSkOSWindow_Win.h32 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/external/webkit/WebCore/platform/
DPopupMenu.h160 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp752 return popup->wndProc(hWnd, message, wParam, lParam); in PopupMenuWndProc()
771 LRESULT PopupMenu::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc() function in WebCore::PopupMenu
/external/webkit/WebCore/plugins/win/
DPluginViewWin.cpp330 return pluginView->wndProc(hWnd, message, wParam, lParam); in PluginViewWndProc()
347 PluginView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc() function in WebCore::PluginView
/external/webkit/WebCore/plugins/
DPluginView.h217 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/external/webkit/WebCore/
DChangeLog-2010-01-2915367 (WebCore::PopupMenu::wndProc):
15388 (WebCore::PluginView::wndProc):
56560 (WebCore::PopupMenu::wndProc):
57142 (WebCore::PopupMenu::wndProc):
57180 (WebCore::PopupMenu::wndProc):
57439 (WebCore::PopupMenu::wndProc):
58148 (WebCore::PopupMenu::wndProc):
58900 Try to get the PopupMenu and call its wndProc member function.
58902 (WebCore::PopupMenu::wndProc):
80400 (WebCore::PluginView::wndProc):
[all …]
DChangeLog-2008-08-1052756 (WebCore::PluginView::wndProc):
54860 (WebCore::PluginViewWin::wndProc): Set/release capture on mouse
55499 (WebCore::PluginViewWin::wndProc): Use add / contains instead of
65616 (WebCore::PluginViewWin::wndProc):
DChangeLog-2007-10-146417 (WebCore::PluginViewWin::wndProc):
9338 (WebCore::PluginViewWin::wndProc):
DChangeLog-2009-06-1646914 (WebCore::PluginView::wndProc): Turn WM_PRINTCLIENT messages into
/external/webkit/WebKitTools/
DChangeLog4820 (WebKitAPITest::HostWindow::wndProc): Just call through to
4848 (WebKitAPITest::TestsController::wndProc): If the runNextTestTimer
/external/webkit/WebKit/win/
DChangeLog-2009-06-1612780 Bail early in the wndProc if WebView is set to be destroyed.