Home
last modified time | relevance | path

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

12

/external/chromium/third_party/libjingle/source/talk/base/
Dwin32window.cc90 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()
Dwin32window.h58 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
Dwin32socketserver.cc169 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/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/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/chrome_frame/
Dtask_marshaller.cc59 UINT uMsg, in ProcessWindowMessage() argument
64 if (hWnd == wnd_ && uMsg == msg_) { in ProcessWindowMessage()
70 if (hWnd == wnd_ && uMsg == WM_TIMER) { in ProcessWindowMessage()
Dtask_marshaller.h45 BOOL ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam,
/external/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/
DesUtil_win32.c34 LRESULT WINAPI ESWindowProc ( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in ESWindowProc() argument
38 switch (uMsg) in ESWindowProc()
83 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in ESWindowProc()
/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/ui/views/win/
Dhwnd_message_handler.h87 UINT uMsg, \
95 uMsg; \
/external/chromium/third_party/libjingle/source/talk/session/phone/
Ddevicemanager.cc593 bool DeviceWatcher::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage() argument
595 if (uMsg == WM_DEVICECHANGE) { in OnMessage()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.h282 LRESULT OnGetObject(UINT uMsg, WPARAM wparam, LPARAM lparam);

12