HomeSort by relevance Sort by last modified time
    Searched refs:wParam (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/npapi/npspy/windows/
windowsxx.h 42 #define HANDLE_WM_NOTIFY(hwnd, wParam, lParam, fn) \
43 (fn)((hwnd), (int)(wParam), (LPNMHDR)lParam)
gui_pause.cpp 64 BOOL CALLBACK PauseDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
69 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
71 HANDLE_WM_COMMAND(hWnd, wParam, lParam, onCommand);
gui_fiter.cpp 124 BOOL CALLBACK FilterPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
129 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
131 HANDLE_WM_COMMAND(hWnd, wParam, lParam, onCommand);
134 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
gui_advanced.cpp 86 BOOL CALLBACK AdvancedPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
gui_general.cpp 86 BOOL CALLBACK GeneralPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
  /external/chromium_org/ui/gfx/win/
msg_util.h 35 WPARAM wParam, \
41 hWnd, uMsg, wParam, lParam, lResult, dwMsgMapID); \
47 WPARAM wParam, \
54 wParam; \
90 lResult = (LRESULT)func((HWND)wParam, lParam); \
99 lResult = (LRESULT)func((HWND)wParam, (PCOPYDATASTRUCT)lParam); \
128 func((UINT)wParam, \
139 func((UINT)LOWORD(wParam), (BOOL)HIWORD(wParam), (HWND)lParam);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents_c.h 30 DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
SDL_dibevents.c 54 static SDL_keysym *TranslateKey(WPARAM vkey, UINT scancode, SDL_keysym *keysym, int pressed);
73 WPARAM rotateKey(WPARAM key,int direction)
132 LRESULT DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
145 if (wParam == 0x84 || wParam == 0x5B)
148 wParam = rotateKey(wParam, this->hidden->gapiInfo->coordinateTransform);
155 switch (wParam) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aurawin.cc 20 native_event.wParam,
29 native_event.wParam,
38 native_event.wParam,
  /external/chromium_org/remoting/host/
continue_window_win.cc 33 static BOOL CALLBACK DialogProc(HWND hwmd, UINT msg, WPARAM wParam,
36 BOOL OnDialogMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
75 WPARAM wParam, LPARAM lParam) {
87 return win->OnDialogMessage(hwnd, msg, wParam, lParam);
91 WPARAM wParam, LPARAM lParam) {
103 switch (LOWORD(wParam)) {
    [all...]
  /external/chromium_org/third_party/webrtc/base/
win32window.h 39 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
win32window_unittest.cc 24 virtual bool OnMessage(UINT uMsg, WPARAM wParam,
27 msg_.wParam = wParam;
49 EXPECT_EQ(1, wnd.msg().wParam);
win32window.cc 77 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
91 WPARAM wParam, LPARAM lParam) {
102 bool handled = that->OnMessage(uMsg, wParam, lParam, result);
118 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events_c.h 30 DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h 57 #define SetWindowRedraw(hwnd,fRedraw) ((void)SNDMSG(hwnd,WM_SETREDRAW,(WPARAM)(WINBOOL)(fRedraw),(LPARAM)0))
70 #define DefDlgProcEx(hwnd,msg,wParam,lParam,pfRecursion) (*(pfRecursion) = TRUE,DefDlgProc(hwnd,msg,wParam,lParam))
72 #define HANDLE_MSG(hwnd,message,fn) case (message): return HANDLE_##message((hwnd),(wParam),(lParam),(fn))
73 #define HANDLE_WM_COMPACTING(hwnd,wParam,lParam,fn) ((fn)((hwnd),(UINT)(wParam)),(LRESULT)0)
74 #define FORWARD_WM_COMPACTING(hwnd,compactRatio,fn) (void)(fn)((hwnd),WM_COMPACTING,(WPARAM)(UINT)(compactRatio),(LPARAM)0)
75 #define HANDLE_WM_WININICHANGE(hwnd,wParam,lParam,fn) ((fn)((hwnd),(LPCTSTR)(lParam)),(LRESULT)0)
76 #define FORWARD_WM_WININICHANGE(hwnd,lpszSectionName,fn) (void)(fn)((hwnd),WM_WININICHANGE,(WPARAM)0,(LPARAM)(LPCTSTR)(lpszSectionName))
77 #define HANDLE_WM_SYSCOLORCHANGE(hwnd,wParam,lParam,fn) ((fn)(hwnd),(LRESULT)0
    [all...]
scrnsave.h 33 LRESULT WINAPI ScreenSaverProcW(HWND hWnd,UINT message,WPARAM wParam,LPARAM lParam);
36 LRESULT WINAPI ScreenSaverProc(HWND hWnd,UINT message,WPARAM wParam,LPARAM lParam);
39 LRESULT WINAPI DefScreenSaverProc(HWND hWnd,UINT msg,WPARAM wParam,LPARAM lParam);
40 WINBOOL WINAPI ScreenSaverConfigureDialog(HWND hDlg,UINT message,WPARAM wParam,LPARAM lParam);
windowsx.h16 68 #define SetWindowRedraw(hwnd,fRedraw) ((void)SendMessage(hwnd,WM_SETREDRAW,(WPARAM)(WINBOOL)(fRedraw),0L))
90 #define DefDlgProcEx(hwnd,msg,wParam,lParam,pfRecursion) (*(pfRecursion) = TRUE,DefDlgProc(hwnd,msg,wParam,lParam))
94 #define HANDLE_MSG(hwnd,message,fn) case (message): return HANDLE_##message((hwnd),(wParam),(lParam),(fn))
96 #define HANDLE_WM_COMPACTING(hwnd,wParam,lParam,fn) ((fn)((hwnd),(UINT)(wParam)),0L)
97 #define FORWARD_WM_COMPACTING(hwnd,compactRatio,fn) (void)(fn)((hwnd),WM_COMPACTING,(WPARAM)(UINT)(compactRatio),0L)
99 #define HANDLE_WM_WININICHANGE(hwnd,wParam,lParam,fn) ((fn)((hwnd),(LPCSTR)(lParam)),0L)
102 #define HANDLE_WM_SYSCOLORCHANGE(hwnd,wParam,lParam,fn) ((fn)(hwnd),0L)
105 #define HANDLE_WM_QUERYNEWPALETTE(hwnd,wParam,lParam,fn) MAKELRESULT((WINBOOL)(fn)(hwnd),0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_tls.h 56 WPARAM wParam,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_tls.h 56 WPARAM wParam,
  /external/chromium_org/base/
event_recorder_win.cc 25 LRESULT CALLBACK StaticRecordWndProc(int nCode, WPARAM wParam,
28 return EventRecorder::current()->RecordWndProc(nCode, wParam, lParam);
31 LRESULT CALLBACK StaticPlaybackWndProc(int nCode, WPARAM wParam,
34 return EventRecorder::current()->PlaybackWndProc(nCode, wParam, lParam);
164 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) {
171 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
176 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam)
    [all...]
event_recorder.h 69 LRESULT RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam);
70 LRESULT PlaybackWndProc(int nCode, WPARAM wParam, LPARAM lParam);
  /external/chromium_org/third_party/skia/src/views/win/
skia_win.cpp 23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
24 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
56 return (int) msg.wParam;
162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM)
171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
175 return DefWindowProc(hWnd, message, wParam, lParam);
180 if (gSkWind->wndProc(hWnd, message, wParam, lParam)) {
183 return DefWindowProc(hWnd, message, wParam, lParam);
190 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam
    [all...]
  /external/skia/src/views/win/
skia_win.cpp 23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
24 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
56 return (int) msg.wParam;
162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM)
171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
175 return DefWindowProc(hWnd, message, wParam, lParam);
180 if (gSkWind->wndProc(hWnd, message, wParam, lParam)) {
183 return DefWindowProc(hWnd, message, wParam, lParam);
190 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32Window.hpp 42 LRESULT windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam);
tcuWin32Window.cpp 29 static LRESULT CALLBACK win32WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
33 return window->windowProc(uMsg, wParam, lParam);
35 return DefWindowProc(hWnd, uMsg, wParam, lParam);
137 LRESULT Win32Window::windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam)
148 if (wParam == VK_ESCAPE)
156 return DefWindowProc(m_window, uMsg, wParam, lParam);

Completed in 695 milliseconds

1 2 3 4 5 6 7