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

1 2 3 4 5 6

  /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/base/win/
extra_sdk_defines.h 26 #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/
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,
28 native_event.wParam,
36 native_event.wParam,
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.h 58 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
win32window.cc 90 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
104 WPARAM wParam, LPARAM lParam) {
115 bool handled = that->OnMessage(uMsg, wParam, lParam, result);
131 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);
  /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/libjingle/source/talk/base/
win32window.h 56 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
63 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
win32window_unittest.cc 41 virtual bool OnMessage(UINT uMsg, WPARAM wParam,
44 msg_.wParam = wParam;
66 EXPECT_EQ(1, wnd.msg().wParam);
  /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);
  /external/chromium_org/base/win/
text_services_message_filter.cc 60 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/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/base/
event_recorder.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 70 LRESULT RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam);
71 LRESULT PlaybackWndProc(int nCode, WPARAM wParam, LPARAM lParam);
  /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/chromium_org/ui/views/focus/
accelerator_handler_win.cc 30 pressed_keys_.insert(msg.wParam);
37 std::set<WPARAM>::iterator iter = pressed_keys_.find(msg.wParam);

Completed in 913 milliseconds

1 2 3 4 5 6