/external/chromium/third_party/libjingle/source/talk/base/ |
D | win32window.cc | 90 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage() argument 92 switch (uMsg) { in OnMessage() 103 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, in WndProc() argument 107 if (!that && (WM_CREATE == uMsg)) { in WndProc() 115 bool handled = that->OnMessage(uMsg, wParam, lParam, result); in WndProc() 116 if (WM_DESTROY == uMsg) { in WndProc() 122 if (WM_NCDESTROY == uMsg) { in WndProc() 131 return ::DefWindowProc(hwnd, uMsg, wParam, lParam); in WndProc()
|
D | win32window.h | 58 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, 65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
|
D | win32socketserver.cc | 169 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, 174 bool OnSocketNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result); 189 bool Win32Socket::EventSink::OnMessage(UINT uMsg, WPARAM wParam, in OnMessage() argument 191 switch (uMsg) { in OnMessage() 194 return OnSocketNotify(uMsg, wParam, lParam, result); in OnMessage() 201 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, WPARAM wParam, in OnSocketNotify() argument 209 if (uMsg == WM_TIMER) { in OnSocketNotify()
|
/external/webkit/Tools/WebKitAPITest/ |
D | TestsController.cpp | 137 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc() argument 139 if (uMsg == WM_TIMER && wParam == runNextTestTimerID) { in wndProc() 145 return DefWindowProcW(hWnd, uMsg, wParam, lParam); in wndProc()
|
D | HostWindow.cpp | 79 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc() argument 81 return DefWindowProcW(hWnd, uMsg, wParam, lParam); in wndProc()
|
D | HostWindow.h | 45 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
|
D | TestsController.h | 55 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/mme/ |
D | SDL_mmeaudio.c | 107 UINT uMsg, in MME_CALLBACK() argument 114 if ( uMsg == WOM_DONE ) in MME_CALLBACK()
|
/external/qemu/distrib/sdl-1.2.15/src/audio/windib/ |
D | SDL_dibaudio.c | 106 static void CALLBACK FillSound(HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, in FillSound() argument 112 if ( uMsg != WOM_DONE ) in FillSound()
|
/external/qemu/audio/ |
D | winaudio.c | 105 winaudio_out_buffer_done (HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, in winaudio_out_buffer_done() argument 111 if ( uMsg != WOM_DONE ) in winaudio_out_buffer_done() 356 winaudio_in_buffer_done (HWAVEIN hwi, UINT uMsg, DWORD_PTR dwInstance, in winaudio_in_buffer_done() argument 362 if ( uMsg != WIM_DATA ) in winaudio_in_buffer_done()
|
/external/srec/audio/AudioIn/UNIX/include/ |
D | audioin.h | 132 typedef void (*pCallbackFunc)(AUDIOIN_H hAudioIn, AUDIOIN_MSG uMsg, void* dwInstance, void* dwParam…
|
/external/quake/quake/src/QW/client/ |
D | gl_vidnt.c | 123 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 1018 UINT uMsg, in MainWndProc() argument 1026 if ( uMsg == uiWheelMessage ) in MainWndProc() 1027 uMsg = WM_MOUSEWHEEL; in MainWndProc() 1029 switch (uMsg) in MainWndProc() 1128 lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam); in MainWndProc() 1133 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in MainWndProc()
|
D | vid_win.c | 149 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 2853 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 2858 UINT uMsg, in MainWndProc() argument 2869 if ( uMsg == uiWheelMessage ) { in MainWndProc() 2870 uMsg = WM_MOUSEWHEEL; in MainWndProc() 2875 switch (uMsg) in MainWndProc() 2916 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in MainWndProc() 3076 lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam); in MainWndProc() 3081 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in MainWndProc()
|
D | cd_win.c | 363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in CDAudio_MessageHandler() argument
|
/external/quake/quake/src/WinQuake/ |
D | gl_vidnt.cpp | 123 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 1018 UINT uMsg, in MainWndProc() argument 1026 if ( uMsg == uiWheelMessage ) in MainWndProc() 1027 uMsg = WM_MOUSEWHEEL; in MainWndProc() 1029 switch (uMsg) in MainWndProc() 1128 lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam); in MainWndProc() 1133 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in MainWndProc()
|
D | vid_win.cpp | 145 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 2812 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 2817 UINT uMsg, in MainWndProc() argument 2827 switch (uMsg) in MainWndProc() 2868 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in MainWndProc() 3029 lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam); in MainWndProc() 3034 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in MainWndProc()
|
D | cd_win.cpp | 363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in CDAudio_MessageHandler() argument
|
/external/qemu/distrib/sdl-1.2.15/src/timer/win32/ |
D | SDL_systimer.c | 115 static void CALLBACK HandleAlarm(UINT uID, UINT uMsg, DWORD_PTR dwUser, in HandleAlarm() argument
|
/external/qemu/distrib/sdl-1.2.15/src/timer/wince/ |
D | SDL_systimer.c | 151 static void CALLBACK HandleAlarm(UINT uID, UINT uMsg, DWORD dwUser, in HandleAlarm() argument
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | devicemanager.cc | 593 bool DeviceWatcher::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage() argument 595 if (uMsg == WM_DEVICECHANGE) { in OnMessage()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.h | 282 LRESULT OnGetObject(UINT uMsg, WPARAM wparam, LPARAM lparam);
|
D | autocomplete_edit_view_win.cc | 1339 LRESULT AutocompleteEditViewWin::OnGetObject(UINT uMsg, in OnGetObject() argument
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_sysevents.c | 221 TrackMouseTimerProc(HWND hWnd, UINT uMsg, UINT idEvent, DWORD dwTime) in TrackMouseTimerProc() argument
|
/external/qemu/ |
D | qemu-timer.c | 1119 static void CALLBACK mm_alarm_handler(UINT uTimerID, UINT uMsg, in mm_alarm_handler() argument
|