HomeSort by relevance Sort by last modified time
    Searched refs:SW_HIDE (Results 1 - 22 of 22) sorted by null

  /external/compiler-rt/test/asan/TestCases/Windows/
dll_control_c.cc 65 si.wShowWindow = SW_HIDE;
  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 101 ShowWindow(m_window, visible ? SW_SHOW : SW_HIDE);
  /external/lzma/CPP/Windows/Control/
Dialog.h 27 { return ShowItem(itemID, show ? SW_SHOW: SW_HIDE); }
29 bool HideItem(int itemID) const { return ShowItem(itemID, SW_HIDE); }
  /external/lzma/CPP/Windows/
Window.h 165 bool Show_Bool(bool show) { return Show(show ? SW_SHOW: SW_HIDE); }
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 347 ShowWindow(host_window_, SW_HIDE);
  /external/python/cpython2/PC/
_subprocess.c 685 defint(d, "SW_HIDE", SW_HIDE);
  /external/skia/src/utils/win/
SkWGL_win.cpp 225 ShowWindow(dummy, SW_HIDE);
  /external/skqp/src/utils/win/
SkWGL_win.cpp 225 ShowWindow(dummy, SW_HIDE);
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 520 ::ShowWindow(windows[i].wnd, SW_HIDE);
532 ::ShowWindow(listbox_, SW_HIDE);
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp 245 ThemeShowPage(_theme, _visiblePageId, SW_HIDE);
481 ThemeShowControl(_theme, ID_CUSTOM_BROWSE_BUTTON_LABEL, SW_HIDE);
676 HINSTANCE res = ShellExecuteW(0, L"runas", pythonw, arguments, NULL, SW_HIDE);
    [all...]
  /external/python/cpython2/Lib/
subprocess.py 93 STD_ERROR_HANDLE, SW_HIDE,
98 "STD_ERROR_HANDLE", "SW_HIDE",
612 startupinfo.wShowWindow = _subprocess.SW_HIDE
    [all...]
  /external/python/cpython3/Lib/
subprocess.py 180 STD_ERROR_HANDLE, SW_HIDE,
190 "STD_ERROR_HANDLE", "SW_HIDE",
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGopScreen.c 841 Private->WinNtThunk->ShowWindow (Private->WindowHandle, SW_HIDE);
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 437 ShowWindow (hDlg, SW_HIDE);
  /external/ImageMagick/MagickCore/
nt-base.c     [all...]
  /external/python/cpython3/Modules/
_winapi.c     [all...]
  /external/python/cpython2/PC/bdist_wininst/
install.c     [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c     [all...]
  /external/python/cpython3/Lib/test/
test_subprocess.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]

Completed in 1109 milliseconds