/external/webrtc/rtc_base/ |
D | win32_window.cc | 86 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()
|
D | win32_window.h | 45 virtual bool OnMessage(UINT uMsg, 55 UINT uMsg,
|
D | win32_window_unittest.cc | 24 bool OnMessage(UINT uMsg, in OnMessage() argument 28 msg_.message = uMsg; in OnMessage()
|
D | win32_socket_server.cc | 127 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/ |
D | tcuWin32Window.cpp | 31 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()
|
D | tcuWin32Window.hpp | 45 LRESULT windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam);
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ControlPanel.cpp | 58 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()
|
D | ControlPanel.h | 74 CPlApplet(HWND hWndCPl, UINT uMsg, LONG lParam1, LONG lParam2);
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
D | graw_gdi.c | 39 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/ |
D | main.cpp | 22 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/ |
D | Shell.cpp | 177 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/ |
D | stw_ext_pbuffer.c | 49 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/ |
D | global_state.cpp | 181 INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() argument 185 switch (uMsg) in DebuggerWaitDialogProc()
|
/external/curl/tests/server/ |
D | util.c | 656 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/ |
D | main.cpp | 129 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/ |
D | PythonBootstrapperApplication.cpp | 1855 __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/ |
D | vulkan_command_buffer_utils.cpp | 382 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/ |
D | vkrenderframework.cpp | 480 LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in WindowProc() argument 481 return DefWindowProc(hwnd, uMsg, wParam, lParam); in WindowProc()
|