Searched refs:lParam (Results 1 - 25 of 97) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPlatformMouseEventWin.cpp38 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam) argument
40 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)};
44 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam) argument
46 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)};
81 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView) argument
83 , m_position(positionForEvent(hWnd, lParam))
84 , m_globalPosition(globalPositionForEvent(hWnd, lParam))
H A DWheelEventWin.cpp39 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam) argument
41 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)};
46 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam) argument
48 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)};
87 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel) argument
89 , m_position(positionForEvent(hWnd, lParam))
90 , m_globalPosition(globalPositionForEvent(hWnd, lParam))
H A DRunLoopWin.cpp39 LRESULT CALLBACK RunLoop::RunLoopWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
42 return runLoop->wndProc(hWnd, message, wParam, lParam);
45 LPCREATESTRUCT createStruct = reinterpret_cast<LPCREATESTRUCT>(lParam);
52 return ::DefWindowProc(hWnd, message, wParam, lParam);
55 LRESULT RunLoop::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
66 return ::DefWindowProc(hWnd, message, wParam, lParam);
H A DWindowMessageBroadcaster.cpp112 LRESULT CALLBACK WindowMessageBroadcaster::SubclassedWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
119 (*it)->windowReceivedMessage(hwnd, message, wParam, lParam);
127 return CallWindowProc(originalWndProc, hwnd, message, wParam, lParam);
H A DPopupMenuWin.cpp88 static void translatePoint(LPARAM& lParam, HWND from, HWND to) argument
91 pt.x = (short)GET_X_LPARAM(lParam);
92 pt.y = (short)GET_Y_LPARAM(lParam);
94 lParam = MAKELPARAM(pt.x, pt.y);
233 translatePoint(msg.lParam, msg.hwnd, m_popup);
808 LRESULT CALLBACK PopupMenuWin::PopupMenuWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
811 return popup->wndProc(hWnd, message, wParam, lParam);
814 LPCREATESTRUCT createStruct = reinterpret_cast<LPCREATESTRUCT>(lParam);
821 return ::DefWindowProc(hWnd, message, wParam, lParam);
826 LRESULT PopupMenuWin::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
[all...]
H A DSharedTimerWin.cpp83 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
91 PostMessage(hWnd, message, wParam, lParam);
114 return DefWindowProc(hWnd, message, wParam, lParam);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DLayerChangesFlusher.cpp73 LRESULT LayerChangesFlusher::hookCallback(int code, WPARAM wParam, LPARAM lParam) argument
79 return shared().hookFired(code, wParam, lParam);
82 LRESULT LayerChangesFlusher::hookFired(int code, WPARAM wParam, LPARAM lParam) argument
97 LRESULT result = ::CallNextHookEx(m_hook, code, wParam, lParam);
/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A DWin9xConHook.c110 WPARAM wParam, LPARAM lParam);
113 WPARAM wParam, LPARAM lParam);
115 WPARAM *wParam, LPARAM *lParam);
372 WPARAM wParam, LPARAM lParam)
376 tty_info *tty = (tty_info*)(((LPCREATESTRUCT)lParam)->lpCreateParams);
419 if (lParam & ENDSESSION_LOGOFF)
445 return (DefWindowProc(hwnd, msg, wParam, lParam));
538 WPARAM wParam, LPARAM lParam)
545 || (msg == hookwndmsg && !LOWORD(wParam) && (HWND)lParam == hwnd))
572 return SendMessage(child, msg, wParam, lParam);
371 ttyConsoleCtrlWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
537 WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
587 HookProc(int hc, HWND *hwnd, UINT *msg, WPARAM *wParam, LPARAM *lParam) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.cpp133 LRESULT MediaPlayerPrivateFullscreenWindow::staticWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
138 LPCREATESTRUCT lpcs = reinterpret_cast<LPCREATESTRUCT>(lParam);
144 return window->wndProc(hWnd, message, wParam, lParam);
146 return ::DefWindowProc(hWnd, message, wParam, lParam);
149 LRESULT MediaPlayerPrivateFullscreenWindow::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
165 LPWINDOWPOS wp = reinterpret_cast<LPWINDOWPOS>(lParam);
202 lResult = m_client->fullscreenClientWndProc(hWnd, message, wParam, lParam);
H A DQTMovieWinTimer.cpp48 static LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
58 return DefWindowProc(hWnd, message, wParam, lParam);
H A DFullScreenController.cpp72 LRESULT FullScreenController::Private::fullscreenClientWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
78 m_fullScreenFrame.setX(LOWORD(lParam));
79 m_fullScreenFrame.setY(HIWORD(lParam));
82 m_fullScreenFrame.setWidth(LOWORD(lParam));
83 m_fullScreenFrame.setHeight(HIWORD(lParam));
99 lResult = ::DefWindowProc(hwnd, msg, wParam, lParam);
/macosx-10.9.5/WebKit-7537.78.2/wince/
H A DWebView.cpp62 LRESULT CALLBACK WebView::webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
65 return webView->wndProc(hWnd, message, wParam, lParam);
67 return DefWindowProc(hWnd, message, wParam, lParam);
282 bool WebView::handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
292 PlatformMouseEvent mouseEvent(hWnd, message, wParam, lParam);
305 PlatformMouseEvent moveEvent(hWnd, WM_MOUSEMOVE, 0, lParam, false);
344 bool WebView::handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal)
346 PlatformWheelEvent wheelEvent(hWnd, wParam, lParam, isHorizontal);
394 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
415 handled = handleMouseEvent(hWnd, message, wParam, lParam);
[all...]
H A DWebView.h80 static LRESULT CALLBACK webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
84 bool handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
85 bool handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal);
/macosx-10.9.5/WebCore-7537.78.1/plugins/win/
H A DPluginMessageThrottlerWin.cpp71 void PluginMessageThrottlerWin::appendMessage(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
78 message->lParam = lParam;
111 ::CallWindowProc(m_pluginView->pluginWndProc(), message->hWnd, message->msg, message->wParam, message->lParam);
H A DPluginMessageThrottlerWin.h41 LPARAM lParam; member in struct:WebCore::PluginMessage
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinX.c55 WPARAM wParam, LPARAM lParam)) CallWindowProcA,
57 LPARAM lParam)) DefWindowProcA,
72 WPARAM wParam, LPARAM lParam)) CallWindowProcW,
74 LPARAM lParam)) DefWindowProcW,
120 WPARAM wParam, LPARAM lParam));
122 LPARAM lParam));
126 LPARAM lParam));
804 TkWinChildProc(hwnd, message, wParam, lParam)
808 LPARAM lParam;
820 if (HandleIMEComposition(hwnd, lParam)
[all...]
H A DtkWinInt.h160 WPARAM wParam, LPARAM lParam));
191 UINT Msg, WPARAM wParam, LPARAM lParam);
193 LPARAM lParam);
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebInspectorClient.cpp453 LRESULT WebInspectorFrontendClient::onGetMinMaxInfo(WPARAM, LPARAM lParam) argument
455 MINMAXINFO* info = reinterpret_cast<MINMAXINFO*>(lParam);
486 void WebInspectorFrontendClient::onWebViewWindowPosChanging(WPARAM, LPARAM lParam) argument
490 WINDOWPOS* windowPos = reinterpret_cast<WINDOWPOS*>(lParam);
491 ASSERT_ARG(lParam, windowPos);
505 static LRESULT CALLBACK WebInspectorWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
509 return ::DefWindowProc(hwnd, msg, wParam, lParam);
513 return client->onGetMinMaxInfo(wParam, lParam);
515 return client->onSize(wParam, lParam);
517 return client->onClose(wParam, lParam);
527 windowReceivedMessage(HWND, UINT msg, WPARAM wParam, LPARAM lParam) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dpasswd_dlg.c50 pwd_dialog_proc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A Dpasswd_dlg.c58 /* * Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska H�gskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Kungliga Tekniska * H�gskolan and its contributors. * * 4. Neither the name of the Institute nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /* passwd_dlg.c - Dialog boxes for Windows95/NT * Author: J�rgen Karlsson - d93-jka@nada.kth.se * Date: June 1996 */ #ifdef HAVE_CONFIG_H #include <config.h> RCSID("$Id: passwd_dlg.c,v 1.4 2005/01/10 19:09:07 snsimon Exp $"); #endif #ifdef WIN32 /* Visual C++ 4.0 (Windows95/NT) */ #include <Windows.h> #include "passwd_dlg.h" #include "Resource.h" #define passwdBufSZ 64 char passwd[passwdBufSZ]; BOOL CALLBACK pwd_dialog_proc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) { switch(uMsg) { case WM_COMMAND: switch(wParam) { case IDOK: if(!GetDlgItem (…)
1 pwd_dialog_proc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
/macosx-10.9.5/vim-53/src/
H A Dglbl_ime.cpp130 global_ime_DefWindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) argument
135 wParam, lParam, &lResult) != S_OK)
139 lResult = DefWindowProcW(hWnd, Msg, wParam, lParam);
142 lResult = DefWindowProc(hWnd, Msg, wParam, lParam);
H A Dgui_w32.c32 # define HANDLE_WM_XBUTTONUP(hwnd, wParam, lParam, fn) \
33 ((fn)((hwnd), (int)(short)LOWORD(lParam), (int)(short)HIWORD(lParam), (UINT)(wParam)), 0L)
36 # define HANDLE_WM_XBUTTONDOWN(hwnd, wParam, lParam, fn) \
37 ((fn)((hwnd), FALSE, (int)(short)LOWORD(lParam), (int)(short)HIWORD(lParam), (UINT)(wParam)), 0L)
40 # define HANDLE_WM_XBUTTONDBLCLK(hwnd, wParam, lParam, fn) \
41 ((fn)((hwnd), TRUE, (int)(short)LOWORD(lParam), (int)(short)HIWORD(lParam), (UINT)(wParam)), 0L)
82 # define HANDLE_WM_RBUTTONDBLCLK(hwnd, wParam, lParam, f
227 LPARAM lParam; member in struct:tagTOOLINFOA_NEW
237 LPARAM lParam; member in struct:tagNMTTDISPINFO_NEW
267 LPARAM lParam; member in struct:tagNMTTDISPINFOA
278 LPARAM lParam; member in struct:tagNMTTDISPINFOW
741 _WndProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
1115 FindWindowTitle(HWND hwnd, LPARAM lParam) argument
2894 dialog_callback( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
3601 tearoff_callback( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinX.c70 WPARAM wParam, LPARAM lParam)) CallWindowProcA,
72 LPARAM lParam)) DefWindowProcA,
88 WPARAM wParam, LPARAM lParam)) CallWindowProcW,
90 LPARAM lParam)) DefWindowProcW,
140 WPARAM wParam, LPARAM lParam);
141 static unsigned int GetState(UINT message, WPARAM wParam, LPARAM lParam);
144 static int HandleIMEComposition(HWND hwnd, LPARAM lParam);
815 LPARAM lParam)
827 if (HandleIMEComposition(hwnd, lParam) == 0) {
828 result = DefWindowProc(hwnd, message, wParam, lParam);
797 TkWinChildProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
902 Tk_TranslateWinEvent( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT *resultPtr) argument
998 GenerateXEvent( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
1300 GetState( UINT message, WPARAM wParam, LPARAM lParam) argument
1561 HandleIMEComposition( HWND hwnd, LPARAM lParam) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebNodeHighlight.cpp222 LRESULT CALLBACK OverlayWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
226 return ::DefWindowProc(hwnd, msg, wParam, lParam);
228 return ::DefWindowProc(hwnd, msg, wParam, lParam);
276 void WebNodeHighlight::windowReceivedMessage(HWND window, UINT msg, WPARAM wParam, LPARAM lParam) argument
284 onWebViewWindowPosChanged(reinterpret_cast<WINDOWPOS*>(lParam));
296 onRootWindowPosChanged(reinterpret_cast<WINDOWPOS*>(lParam));
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dhook.c166 hookProc(int nCode, WPARAM wParam, LPARAM lParam) { argument
174 return (CallNextHookEx(hookHandle, nCode, wParam, lParam));
178 if ((pMsg = (MSG *)lParam) == NULL) {

Completed in 300 milliseconds

1234