Searched refs:wParam (Results 1 - 25 of 93) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPlatformMouseEventWin.cpp81 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView) argument
82 : PlatformEvent(messageToEventType(message), wParam & MK_SHIFT, wParam & MK_CONTROL, GetKeyState(VK_MENU) & HIGH_BIT_MASK_SHORT, GetKeyState(VK_MENU) & HIGH_BIT_MASK_SHORT, ::GetTickCount() * 0.001)
87 , m_modifierFlags(wParam)
109 if (wParam & MK_LBUTTON)
111 else if (wParam & MK_MBUTTON)
113 else if (wParam & MK_RBUTTON)
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);
52 return ::DefWindowProc(hWnd, message, wParam, lParam);
55 LRESULT RunLoop::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
62 RunLoop::TimerBase::timerFired(this, wParam);
66 return ::DefWindowProc(hWnd, message, wParam, lParam);
H A DWheelEventWin.cpp87 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel) argument
88 : PlatformEvent(PlatformEvent::Wheel, wParam & MK_SHIFT, wParam & MK_CONTROL, GetKeyState(VK_MENU) & HIGH_BIT_MASK_SHORT, GetKeyState(VK_MENU) & HIGH_BIT_MASK_SHORT, ::GetTickCount() * 0.001)
101 float delta = GET_WHEEL_DELTA_WPARAM(wParam) / static_cast<float>(WHEEL_DELTA);
H A DSharedTimerWin.cpp83 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
91 PostMessage(hWnd, message, wParam, lParam);
97 if (wParam == sharedTimerID) {
102 else if (wParam == endHighResTimerID) {
114 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);
/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
55 switch(wParam)
61 EndDialog(hwndDlg, wParam);
/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(!GetDlgItemText(hwndDlg,IDC_PASSWD_EDIT, passwd, passwdBufSZ)) EndDialog(hwndDlg, IDCANCEL); case IDCANCEL: EndDialog(hwndDlg, wParam); return TRUE; } } return FALSE; } /* return 0 if ok, 1 otherwise */ int pwd_dialo (…)
1 pwd_dialog_proc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
/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/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp58 return msg.wParam;
134 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
141 DefWindowProc(hWnd, message, wParam, lParam);
152 return DefWindowProc(hWnd, message, wParam, lParam);
158 LRESULT CALLBACK MainDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) argument
182 if (LOWORD(wParam) == IDC_INIT_BUTTON ||
183 LOWORD(wParam) == IDC_RUN_BUTTON ) {
221 if (LOWORD(wParam) == IDC_ADV_BUTTON) {
225 } else if (LOWORD(wParam) == IDC_INIT_BUTTON) {
232 } else if (LOWORD(wParam)
306 AdvancedDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) argument
[all...]
/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);
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);
420 handled = handleMouseWheel(hWnd, wParam, lPara
[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/tcl-102/tk84/tk/win/
H A DtkWinX.c55 WPARAM wParam, LPARAM lParam)) CallWindowProcA,
56 (LRESULT (WINAPI *)(HWND hWnd, UINT Msg, WPARAM wParam,
72 WPARAM wParam, LPARAM lParam)) CallWindowProcW,
73 (LRESULT (WINAPI *)(HWND hWnd, UINT Msg, WPARAM wParam,
120 WPARAM wParam, LPARAM lParam));
121 static unsigned int GetState _ANSI_ARGS_((UINT message, WPARAM wParam,
804 TkWinChildProc(hwnd, message, wParam, lParam)
807 WPARAM wParam;
814 UpdateInputLanguage(wParam);
821 result = DefWindowProc(hwnd, message, wParam, lPara
[all...]
H A DtkWinInt.h160 WPARAM wParam, LPARAM lParam));
191 UINT Msg, WPARAM wParam, LPARAM lParam);
192 LRESULT (WINAPI *defWindowProc)(HWND hWnd, UINT Msg, WPARAM wParam,
/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)
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);
575 return CallWindowProc(origproc, hwnd, msg, wParam, lParam);
587 int HookProc(int hc, HWND *hwnd, UINT *msg, WPARAM *wParam, LPARA argument
371 ttyConsoleCtrlWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
537 WndProc(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
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
196 HDC context = (HDC)wParam;
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
54 } else if (message == WM_TIMER && wParam == timerID) {
58 return DefWindowProc(hWnd, message, wParam, lParam);
/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
77 message->wParam = wParam;
111 ::CallWindowProc(m_pluginView->pluginWndProc(), message->hWnd, message->msg, message->wParam, message->lParam);
H A DPluginMessageThrottlerWin.h40 WPARAM wParam; member in struct:WebCore::PluginMessage
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinEmbed.c420 WPARAM wParam,
449 * wParam - a sub message
463 switch(wParam) {
482 * wParam - a handle of an embedded window
485 * An embedded window may send this message with a wParam of NULL
496 if (wParam) {
498 Tk_HWNDToWindow((HWND) wParam);
504 containerPtr->embeddedHWnd = (HWND)wParam;
518 * wParam - N/A
539 * wParam
411 TkWinEmbeddedEventProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
[all...]
H A DtkWinX.c70 WPARAM wParam, LPARAM lParam)) CallWindowProcA,
71 (LRESULT (WINAPI *)(HWND hWnd, UINT Msg, WPARAM wParam,
88 WPARAM wParam, LPARAM lParam)) CallWindowProcW,
89 (LRESULT (WINAPI *)(HWND hWnd, UINT Msg, WPARAM wParam,
140 WPARAM wParam, LPARAM lParam);
141 static unsigned int GetState(UINT message, WPARAM wParam, LPARAM lParam);
814 WPARAM wParam,
821 UpdateInputLanguage((int) wParam);
828 result = DefWindowProc(hwnd, message, wParam, lParam);
847 GenerateXEvent(hwnd, message, wParam, lPara
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
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/ControlPanel/
H A DConfigPropertySheet.cpp95 CConfigPropertySheet::OnCommand(WPARAM wParam, LPARAM lParam) argument
99 if ( ( wParam == ID_WIZFINISH ) || ( wParam == IDOK ) || ( wParam == IDCANCEL ) )
104 return CPropertySheet::OnCommand(wParam, lParam);
/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, fn) \
83 ((fn)((hwnd), TRUE, (int)(short)LOWORD(lParam), (int)(short)HIWORD(lParam), (UINT)(wParam)), 0L)
86 # define HANDLE_WM_MBUTTONUP(hwnd, wParam, lParam, fn) \
87 ((fn)((hwnd), (int)(short)LOWORD(lParam), (int)(short)HIWORD(lParam), (UINT)(wParam)),
741 _WndProc( HWND hwnd, UINT uMsg, WPARAM wParam, 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/emacs-92/emacs/src/
H A Dw32inevt.c293 int wParam; local
383 wParam = event->wVirtualKeyCode;
384 if (GetAsyncKeyState (wParam) & 0x8000)
388 faked_key = wParam;
389 keybd_event ((BYTE) wParam, (BYTE) MapVirtualKey (wParam, 0),
391 keybd_event ((BYTE) wParam, (BYTE) MapVirtualKey (wParam, 0),
393 keybd_event ((BYTE) wParam, (BYTE) MapVirtualKey (wParam,
[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
281 onWebViewShowWindow(wParam);

Completed in 226 milliseconds

1234