/external/webrtc/modules/desktop_capture/win/test_support/ |
D | test_window.cc | 72 ::ShowWindow(info.hwnd, SW_SHOWNORMAL); in CreateTestWindow() 92 ::ShowWindow(hwnd, SW_MINIMIZE); in MinimizeTestWindow()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32Window.cpp | 101 ShowWindow(m_window, visible ? SW_SHOW : SW_HIDE); in setVisible() 131 ShowWindow(m_window, minimize ? SW_MINIMIZE : SW_RESTORE); in setMinimized()
|
/external/python/cpython2/Lib/plat-mac/ |
D | EasyDialogs.py | 90 d.GetDialogWindow().ShowWindow() 131 d.GetDialogWindow().ShowWindow() 175 d.GetDialogWindow().ShowWindow() 236 d.GetDialogWindow().ShowWindow() 272 self.w.ShowWindow() 471 d.GetDialogWindow().ShowWindow()
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/ |
D | Application.cpp | 96 dialog->ShowWindow( SW_SHOW ); in InitInstance()
|
/external/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 526 ::ShowWindow(windows[i].wnd, SW_SHOWNA); in LayoutConnectUI() 530 ::ShowWindow(windows[i].wnd, SW_HIDE); in LayoutConnectUI() 540 ::ShowWindow(listbox_, SW_SHOWNA); in LayoutPeerListUI() 542 ::ShowWindow(listbox_, SW_HIDE); in LayoutPeerListUI()
|
/external/libepoxy/test/ |
D | wgl_common.c | 121 ShowWindow(hwnd, SW_SHOWDEFAULT); in make_window_and_test()
|
/external/python/cpython2/Mac/Demo/quicktime/ |
D | VerySimplePlayer.py | 52 theWindow.ShowWindow()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | Window.cpp | 106 ShowWindow(window, SW_SHOW); in show()
|
/external/webrtc/modules/desktop_capture/ |
D | window_finder_unittest.cc | 62 ShowWindow(console_window, SW_MAXIMIZE); in TEST()
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 131 ShowWindow (hwnd, iCmdShow); in WinMain() 437 ShowWindow (hDlg, SW_HIDE); in AboutDlgProc() 439 ShowWindow (hDlg, SW_SHOW); in AboutDlgProc()
|
/external/webrtc/test/win/ |
D | d3d_renderer.cc | 120 ShowWindow(hwnd_, SW_SHOWNOACTIVATE); in Init()
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.h | 24 { return BOOLToBool(::ShowWindow(GetItem(itemID), cmdShow)); } in ShowItem()
|
/external/angle/util/windows/win32/ |
D | Win32Window.cpp | 816 ShowWindow(mParentWindow, flag); in setVisible() 817 ShowWindow(mNativeWindow, flag); in setVisible()
|
/external/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_magnifier.cc | 305 ShowWindow(host_window_, SW_HIDE); in InitializeMagnifier()
|
/external/icu/icu4c/source/samples/layout/ |
D | clayout.c | 111 ShowWindow(hwnd, iCmdShow); in WinMain()
|
D | layout.cpp | 109 ShowWindow(hwnd, iCmdShow); in WinMain()
|
/external/cronet/third_party/icu/source/samples/layout/ |
D | clayout.c | 111 ShowWindow(hwnd, iCmdShow); in WinMain()
|
D | layout.cpp | 109 ShowWindow(hwnd, iCmdShow); in WinMain()
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | wrappers.cpp | 73 ShowWindow(_hWnd, SW_SHOWDEFAULT); in WindowInit()
|
/external/OpenCL-CTS/test_conformance/d3d10/ |
D | harness.cpp | 179 ShowWindow(HarnessD3D10_hWnd,SW_SHOWDEFAULT); in HarnessD3D10_CreateDevice()
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 133 ShowWindow(wnd, command_show); in InitInstance()
|
/external/lzma/CPP/Windows/ |
D | Window.h | 164 bool Show(int cmdShow) { return BOOLToBool(::ShowWindow(_window, cmdShow)); } in Show()
|
/external/OpenCL-CTS/test_conformance/d3d11/ |
D | harness.cpp | 205 ShowWindow(HarnessD3D11_hWnd,SW_SHOWDEFAULT); in HarnessD3D11_CreateDevice()
|
/external/skia/tools/sk_app/win/ |
D | Window_win.cpp | 342 ShowWindow(fHWnd, SW_SHOW); in show()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 575 ShowWindow(global_hwnd, showmode); in rpng_win_create_window()
|