Home
last modified time | relevance | path

Searched refs:uMsg (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/ui/gfx/win/
Dmsg_util.h34 UINT uMsg, \
41 hWnd, uMsg, wParam, lParam, lResult, dwMsgMapID); \
46 UINT uMsg, \
53 uMsg; \
79 if (uMsg == WM_CREATE) { \
88 if (uMsg == WM_INITDIALOG) { \
97 if (uMsg == WM_COPYDATA) { \
106 if (uMsg == WM_DESTROY) { \
116 if (uMsg == WM_MOVE) { \
126 if (uMsg == WM_SIZE) { \
[all …]
/external/chromium_org/third_party/webrtc/base/
Dwin32window.cc77 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage() argument
79 switch (uMsg) { in OnMessage()
90 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, in WndProc() argument
94 if (!that && (WM_CREATE == uMsg)) { in WndProc()
102 bool handled = that->OnMessage(uMsg, wParam, lParam, result); in WndProc()
103 if (WM_DESTROY == uMsg) { in WndProc()
109 if (WM_NCDESTROY == uMsg) { in WndProc()
118 return ::DefWindowProc(hwnd, uMsg, wParam, lParam); in WndProc()
Dwin32window.h39 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
Dwin32window_unittest.cc24 virtual bool OnMessage(UINT uMsg, WPARAM wParam, in OnMessage() argument
26 msg_.message = uMsg; in OnMessage()
Dwin32socketserver.cc153 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
158 bool OnSocketNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result);
173 bool Win32Socket::EventSink::OnMessage(UINT uMsg, WPARAM wParam, in OnMessage() argument
175 switch (uMsg) { in OnMessage()
178 return OnSocketNotify(uMsg, wParam, lParam, result); in OnMessage()
185 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, WPARAM wParam, in OnSocketNotify() argument
193 if (uMsg == WM_TIMER) { in OnSocketNotify()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dwin32window.cc94 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage() argument
96 switch (uMsg) { in OnMessage()
107 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, in WndProc() argument
111 if (!that && (WM_CREATE == uMsg)) { in WndProc()
119 bool handled = that->OnMessage(uMsg, wParam, lParam, result); in WndProc()
120 if (WM_DESTROY == uMsg) { in WndProc()
126 if (WM_NCDESTROY == uMsg) { in WndProc()
135 return ::DefWindowProc(hwnd, uMsg, wParam, lParam); in WndProc()
Dwin32window.h56 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
63 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
Dwin32window_unittest.cc41 virtual bool OnMessage(UINT uMsg, WPARAM wParam, in OnMessage() argument
43 msg_.message = uMsg; in OnMessage()
Dwin32socketserver.cc170 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
175 bool OnSocketNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result);
190 bool Win32Socket::EventSink::OnMessage(UINT uMsg, WPARAM wParam, in OnMessage() argument
192 switch (uMsg) { in OnMessage()
195 return OnSocketNotify(uMsg, wParam, lParam, result); in OnMessage()
202 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, WPARAM wParam, in OnSocketNotify() argument
210 if (uMsg == WM_TIMER) { in OnSocketNotify()
/external/deqp/framework/platform/win32/
DtcuWin32Window.cpp29 static LRESULT CALLBACK win32WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in win32WindowProc() argument
33 return window->windowProc(uMsg, wParam, lParam); in win32WindowProc()
35 return DefWindowProc(hWnd, uMsg, wParam, lParam); in win32WindowProc()
137 LRESULT Win32Window::windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() argument
139 switch (uMsg) in windowProc()
156 return DefWindowProc(m_window, uMsg, wParam, lParam); in windowProc()
DtcuWin32Window.hpp42 LRESULT windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam);
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
Dgraw_gdi.c39 UINT uMsg, in window_proc() argument
43 switch (uMsg) { in window_proc()
49 return DefWindowProc(hWnd, uMsg, wParam, lParam); in window_proc()
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c39 UINT uMsg, in window_proc() argument
43 switch (uMsg) { in window_proc()
49 return DefWindowProc(hWnd, uMsg, wParam, lParam); in window_proc()
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_win.cc34 LRESULT CALLBACK ViEAutoTestWinProc(HWND hWnd, UINT uMsg, WPARAM wParam, in ViEAutoTestWinProc() argument
36 switch (uMsg) { in ViEAutoTestWinProc()
43 return DefWindowProc(hWnd, uMsg, wParam, lParam); in ViEAutoTestWinProc()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pbuffer.c47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument
50 switch (uMsg) { in WndProc()
63 return DefWindowProc(hWnd, uMsg, wParam, lParam); in WndProc()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dstw_ext_pbuffer.c47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument
50 switch (uMsg) { in WndProc()
63 return DefWindowProc(hWnd, uMsg, wParam, lParam); in WndProc()
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dgdivideorenderer.cc62 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
156 bool GdiVideoRenderer::VideoWindow::OnMessage(UINT uMsg, WPARAM wParam, in OnMessage() argument
158 switch (uMsg) { in OnMessage()
Dwin32devicemanager.cc385 bool Win32DeviceWatcher::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage() argument
387 if (uMsg == WM_DEVICECHANGE) { in OnMessage()
/external/qemu/distrib/sdl-1.2.15/src/audio/mme/
DSDL_mmeaudio.c107 UINT uMsg, in MME_CALLBACK() argument
114 if ( uMsg == WOM_DONE ) in MME_CALLBACK()
/external/qemu/distrib/sdl-1.2.15/src/audio/windib/
DSDL_dibaudio.c106 static void CALLBACK FillSound(HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, in FillSound() argument
112 if ( uMsg != WOM_DONE ) in FillSound()
/external/srec/audio/AudioIn/UNIX/include/
Daudioin.h132 typedef void (*pCallbackFunc)(AUDIOIN_H hAudioIn, AUDIOIN_MSG uMsg, void* dwInstance, void* dwParam…
/external/qemu/audio/
Dwinaudio.c105 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/qemu/distrib/sdl-1.2.15/src/timer/win32/
DSDL_systimer.c115 static void CALLBACK HandleAlarm(UINT uID, UINT uMsg, DWORD_PTR dwUser, in HandleAlarm() argument
/external/qemu/distrib/sdl-1.2.15/src/timer/wince/
DSDL_systimer.c151 static void CALLBACK HandleAlarm(UINT uID, UINT uMsg, DWORD dwUser, in HandleAlarm() argument
/external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc98 LRESULT CALLBACK WebRtcWinProc( HWND hWnd,UINT uMsg,WPARAM wParam,LPARAM lParam) in WebRtcWinProc() argument
100 switch(uMsg) in WebRtcWinProc()
107 return DefWindowProc(hWnd,uMsg,wParam,lParam); in WebRtcWinProc()

12