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

123456

/external/chromium_org/third_party/npapi/npspy/windows/
H A Dwindowsxx.h42 #define HANDLE_WM_NOTIFY(hwnd, wParam, lParam, fn) \
43 (fn)((hwnd), (int)(wParam), (LPNMHDR)lParam)
H A Dgui_pause.cpp64 BOOL CALLBACK PauseDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
69 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
71 HANDLE_WM_COMMAND(hWnd, wParam, lParam, onCommand);
H A Dgui_fiter.cpp124 BOOL CALLBACK FilterPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
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);
H A Dgui_advanced.cpp86 BOOL CALLBACK AdvancedPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
H A Dgui_general.cpp86 BOOL CALLBACK GeneralPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
/external/chromium_org/ui/base/win/
H A Dextra_sdk_defines.h26 #define IS_POINTER_FLAG_SET_WPARAM(wParam, flag) \
27 (((DWORD)HIWORD(wParam) & (flag)) == (flag))
31 #define IS_POINTER_FIRSTBUTTON_WPARAM(wParam) \
32 IS_POINTER_FLAG_SET_WPARAM(wParam, POINTER_MESSAGE_FLAG_FIRSTBUTTON)
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibevents_c.h30 DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
H A DSDL_dibevents.c132 LRESULT DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
145 if (wParam == 0x84 || wParam == 0x5B)
148 wParam = rotateKey(wParam, this->hidden->gapiInfo->coordinateTransform);
155 switch (wParam) {
158 wParam = VK_RCONTROL;
160 wParam = VK_LCONTROL;
167 wParam = VK_LSHIFT;
169 wParam
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dweb_input_event_aurawin.cc20 native_event.wParam,
28 native_event.wParam,
36 native_event.wParam,
H A Dnative_web_keyboard_event_win.cc22 native_event.wParam,
/external/chromium_org/remoting/host/
H A Dcontinue_window_win.cc33 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)) {
106 ::EndDialog(hwnd, LOWORD(wParam));
111 ::EndDialog(hwnd, LOWORD(wParam));
74 DialogProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
90 OnDialogMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5events_c.h30 DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
/external/chromium_org/base/win/
H A Dtext_services_message_filter.cc60 HRESULT hr = keystroke_mgr_->TestKeyDown(msg.wParam, msg.lParam, &eaten);
64 hr = keystroke_mgr_->KeyDown(msg.wParam, msg.lParam, &eaten);
70 HRESULT hr = keystroke_mgr_->TestKeyUp(msg.wParam, msg.lParam, &eaten);
74 hr = keystroke_mgr_->KeyUp(msg.wParam, msg.lParam, &eaten);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32window_unittest.cc41 virtual bool OnMessage(UINT uMsg, WPARAM wParam, argument
44 msg_.wParam = wParam;
66 EXPECT_EQ(1, wnd.msg().wParam);
H A Dwin32window.h56 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
63 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
H A Dwin32window.cc94 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, argument
108 WPARAM wParam, LPARAM lParam) {
119 bool handled = that->OnMessage(uMsg, wParam, lParam, result);
135 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);
107 WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_tls.h56 WPARAM wParam,
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_tls.h56 WPARAM wParam,
/external/chromium/base/
H A Devent_recorder.cc25 LRESULT CALLBACK StaticRecordWndProc(int nCode, WPARAM wParam, argument
28 return EventRecorder::current()->RecordWndProc(nCode, wParam, lParam);
31 LRESULT CALLBACK StaticPlaybackWndProc(int nCode, WPARAM wParam, argument
34 return EventRecorder::current()->PlaybackWndProc(nCode, wParam, lParam);
164 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) { argument
171 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
176 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
198 return CallNextHookEx(journal_hook_, nCode, wParam, lParam);
202 LRESULT EventRecorder::PlaybackWndProc(int nCode, WPARAM wParam, argument
255 return CallNextHookEx(journal_hook_, nCode, wParam, lPara
[all...]
/external/chromium_org/base/
H A Devent_recorder_win.cc25 LRESULT CALLBACK StaticRecordWndProc(int nCode, WPARAM wParam, argument
28 return EventRecorder::current()->RecordWndProc(nCode, wParam, lParam);
31 LRESULT CALLBACK StaticPlaybackWndProc(int nCode, WPARAM wParam, argument
34 return EventRecorder::current()->PlaybackWndProc(nCode, wParam, lParam);
164 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) { argument
171 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
176 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
198 return CallNextHookEx(journal_hook_, nCode, wParam, lParam);
202 LRESULT EventRecorder::PlaybackWndProc(int nCode, WPARAM wParam, argument
255 return CallNextHookEx(journal_hook_, nCode, wParam, lPara
[all...]
/external/chromium_org/third_party/skia/src/views/win/
H A Dskia_win.cpp56 return (int) msg.wParam;
171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
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) argument
199 if (LOWORD(wParam) == IDOK || LOWORD(wParam) == IDCANCEL)
201 EndDialog(hDlg, LOWORD(wParam));
/external/skia/src/views/win/
H A Dskia_win.cpp56 return (int) msg.wParam;
171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
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) argument
199 if (LOWORD(wParam) == IDOK || LOWORD(wParam) == IDCANCEL)
201 EndDialog(hDlg, LOWORD(wParam));
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32window.h58 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
H A Dwin32window.cc90 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, argument
104 WPARAM wParam, LPARAM lParam) {
115 bool handled = that->OnMessage(uMsg, wParam, lParam, result);
131 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);
103 WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
/external/chromium_org/ui/views/focus/
H A Daccelerator_handler_win.cc30 pressed_keys_.insert(msg.wParam);
37 std::set<WPARAM>::iterator iter = pressed_keys_.find(msg.wParam);

Completed in 605 milliseconds

123456