Home
last modified time | relevance | path

Searched defs:hWnd (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebCore/platform/win/
DWheelEventWin.cpp39 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam) in positionForEvent()
46 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam) in globalPositionForEvent()
68 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, const FloatSize& delta, const FloatPoint& locatio… in PlatformWheelEvent()
90 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel) in PlatformWheelEvent()
DPlatformMouseEventWin.cpp38 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam) in positionForEvent()
44 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam) in globalPositionForEvent()
80 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool … in PlatformMouseEvent()
DSharedTimerWin.cpp87 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in TimerWindowWndProc()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.cpp74 LRESULT CALLBACK WebPopupMenuProxyWin::WebPopupMenuProxyWndProc(HWND hWnd, UINT message, WPARAM wPa… in WebPopupMenuProxyWndProc()
92 LRESULT WebPopupMenuProxyWin::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
515 LRESULT WebPopupMenuProxyWin::onMouseActivate(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handle… in onMouseActivate()
521 LRESULT WebPopupMenuProxyWin::onSize(HWND hWnd, UINT message, WPARAM, LPARAM lParam, bool& handled) in onSize()
537 LRESULT WebPopupMenuProxyWin::onKeyDown(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool… in onKeyDown()
600 LRESULT WebPopupMenuProxyWin::onChar(HWND hWnd, UINT message, WPARAM wParam, LPARAM, bool& handled) in onChar()
628 LRESULT WebPopupMenuProxyWin::onMouseMove(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bo… in onMouseMove()
666 LRESULT WebPopupMenuProxyWin::onLButtonDown(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, … in onLButtonDown()
696 LRESULT WebPopupMenuProxyWin::onLButtonUp(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bo… in onLButtonUp()
730 LRESULT WebPopupMenuProxyWin::onMouseWheel(HWND hWnd, UINT message, WPARAM wParam, LPARAM, bool& ha… in onMouseWheel()
[all …]
DWebView.cpp106 LRESULT CALLBACK WebView::WebViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WebViewWndProc()
124 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
389 LRESULT WebView::onMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onMouseEvent()
426 LRESULT WebView::onWheelEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onWheelEvent()
442 LRESULT WebView::onHorizontalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& ha… in onHorizontalScroll()
474 LRESULT WebView::onVerticalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& hand… in onVerticalScroll()
506 LRESULT WebView::onGestureNotify(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handl… in onGestureNotify()
529 LRESULT WebView::onGesture(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onGesture()
609 LRESULT WebView::onKeyEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onKeyEvent()
669 LRESULT WebView::onPaintEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled) in onPaintEvent()
[all …]
DWebInspectorProxyWin.cpp72 LRESULT CALLBACK WebInspectorProxy::InspectorViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LP… in InspectorViewWndProc()
90 LRESULT WebInspectorProxy::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateFullscreenWindow.cpp125 LRESULT MediaPlayerPrivateFullscreenWindow::staticWndProc(HWND hWnd, UINT message, WPARAM wParam, L… in staticWndProc()
141 LRESULT MediaPlayerPrivateFullscreenWindow::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM … in wndProc()
DQTMovieWinTimer.cpp48 static LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in TimerWindowWndProc()
/external/webkit/Source/WebKit/wince/
DWebView.cpp59 LRESULT CALLBACK WebView::webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in webViewWndProc()
248 bool WebView::handlePaint(HWND hWnd) in handlePaint()
279 bool WebView::handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in handleMouseEvent()
341 bool WebView::handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal) in handleMouseWheel()
391 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
/external/protobuf/src/google/protobuf/
Dmessage.h132 LPMSG lpMsg, HWND hWnd, in GetMessage_Win32()
138 LPMSG lpMsg, HWND hWnd, in GetMessage()
/external/webkit/Source/JavaScriptCore/wtf/win/
DMainThreadWin.cpp45 LRESULT CALLBACK ThreadingWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in ThreadingWindowWndProc()
/external/webkit/Source/WebKit2/Platform/win/
DRunLoopWin.cpp39 LRESULT CALLBACK RunLoop::RunLoopWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in RunLoopWndProc()
57 LRESULT RunLoop::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
/external/webkit/Tools/WebKitAPITest/
DHostWindow.cpp79 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc()
DTestsController.cpp137 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc()
/external/webkit/Source/WebCore/plugins/win/
DPluginMessageThrottlerWin.h38 HWND hWnd; member
DPluginViewWin.cpp152 HDC WINAPI PluginView::hookedBeginPaint(HWND hWnd, PAINTSTRUCT* lpPaint) in hookedBeginPaint()
185 BOOL WINAPI PluginView::hookedEndPaint(HWND hWnd, const PAINTSTRUCT* lpPaint) in hookedEndPaint()
330 LRESULT CALLBACK PluginView::PluginViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPara… in PluginViewWndProc()
351 PluginView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
DPluginMessageThrottlerWin.cpp71 void PluginMessageThrottlerWin::appendMessage(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in appendMessage()
/external/webkit/Tools/WinCELauncher/
Dmain.cpp34 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/external/webkit/Source/WebCore/platform/wince/
DSharedTimerWinCE.cpp52 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in TimerWindowWndProc()
/external/webkit/Tools/TestWebKitAPI/win/
DPlatformWebViewWin.cpp120 LRESULT PlatformWebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.cpp327 WebMouseEvent WebEventFactory::createWebMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM l… in createWebMouseEvent()
398 WebWheelEvent WebEventFactory::createWebWheelEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM l… in createWebWheelEvent()
/external/webkit/Tools/WinLauncher/
DWinLauncher.cpp326 void PrintView(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in PrintView()
376 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/external/clang/test/SemaTemplate/
Dms-lookup-template-base-classes.cpp138 void f(int hWnd) { in f()
/external/quake/quake/src/QW/client/
Dcd_win.c363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in CDAudio_MessageHandler()
/external/quake/quake/src/WinQuake/
Dcd_win.cpp363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in CDAudio_MessageHandler()

12