Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dwin32_window.cc86 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage() argument
88 switch (uMsg) { in OnMessage()
105 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, in WndProc() argument
109 if (!that && (WM_CREATE == uMsg)) { in WndProc()
117 bool handled = that->OnMessage(uMsg, wParam, lParam, result); in WndProc()
118 if (WM_DESTROY == uMsg) { in WndProc()
124 if (WM_NCDESTROY == uMsg) { in WndProc()
133 return ::DefWindowProc(hwnd, uMsg, wParam, lParam); in WndProc()
Dwin32_window.h45 virtual bool OnMessage(UINT uMsg,
55 UINT uMsg,
Dwin32_window_unittest.cc24 bool OnMessage(UINT uMsg, in OnMessage() argument
28 msg_.message = uMsg; in OnMessage()
Dwin32_socket_server.cc127 bool OnMessage(UINT uMsg,
134 bool OnSocketNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result);
149 bool Win32Socket::EventSink::OnMessage(UINT uMsg, in OnMessage() argument
153 switch (uMsg) { in OnMessage()
156 return OnSocketNotify(uMsg, wParam, lParam, result); in OnMessage()
163 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, in OnSocketNotify() argument
173 if (uMsg == WM_TIMER) { in OnSocketNotify()
/external/deqp/framework/platform/win32/
DtcuWin32Window.cpp31 static LRESULT CALLBACK windowProcCallback (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProcCallback() argument
35 return window->windowProc(uMsg, wParam, lParam); in windowProcCallback()
37 return DefWindowProc(hWnd, uMsg, wParam, lParam); in windowProcCallback()
146 LRESULT Window::windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() argument
148 switch (uMsg) in windowProc()
165 return DefWindowProc(m_window, uMsg, wParam, lParam); in windowProc()
DtcuWin32Window.hpp45 LRESULT windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam);
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanel.cpp58 CPlApplet(HWND hWndCPl, UINT uMsg, LONG lParam1, LONG lParam2) in CPlApplet() argument
64 return ( LONG ) pApp->OnCplMsg(hWndCPl, uMsg, lParam1, lParam2); in CPlApplet()
293 CCPApp::OnCplMsg(HWND hWndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) in OnCplMsg() argument
297 switch ( uMsg ) in OnCplMsg()
325 switch (uMsg) in OnCplMsg()
DControlPanel.h74 CPlApplet(HWND hWndCPl, UINT uMsg, LONG lParam1, LONG lParam2);
/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/swiftshader/src/Vulkan/
Dmain.cpp22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() argument
26 switch(uMsg) in DebuggerWaitDialogProc()
/external/lzma/CPP/Windows/
DShell.cpp177 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc() argument
180 switch (uMsg) in BrowseCallbackProc()
276 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc2() argument
278 switch (uMsg) in BrowseCallbackProc2()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument
52 switch (uMsg) { in WndProc()
65 return DefWindowProc(hWnd, uMsg, wParam, lParam); in WndProc()
/external/angle/src/libGLESv2/
Dglobal_state.cpp181 INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() argument
185 switch (uMsg) in DebuggerWaitDialogProc()
/external/curl/tests/server/
Dutil.c656 static LRESULT CALLBACK main_window_proc(HWND hwnd, UINT uMsg, in main_window_proc() argument
661 switch(uMsg) { in main_window_proc()
668 logmsg("main_window_proc: %d -> %d", uMsg, signum); in main_window_proc()
672 return DefWindowProc(hwnd, uMsg, wParam, lParam); in main_window_proc()
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp129 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() argument
133 switch(uMsg) in DebuggerWaitDialogProc()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1855 __in UINT uMsg, in WndProc() argument
1862 switch (uMsg) { in WndProc()
1872 … LRESULT lres = ThemeDefWindowProc(pBA ? pBA->_theme : nullptr, hWnd, uMsg, wParam, lParam); in WndProc()
1980 if (pBA && pBA->_taskbarList && uMsg == pBA->_taskbarButtonCreatedMessage) { in WndProc()
1985 return ThemeDefWindowProc(pBA ? pBA->_theme : nullptr, hWnd, uMsg, wParam, lParam); in WndProc()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp382 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument
387 switch (uMsg) in WndProc()
398 return (DefWindowProc(hWnd, uMsg, wParam, lParam)); in WndProc()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp480 LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in WindowProc() argument
481 return DefWindowProc(hwnd, uMsg, wParam, lParam); in WindowProc()