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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dispdib.h 65 #define DisplayDibWindowEnd(hwnd) ::ShowWindow(hwnd,SW_HIDE)
71 #define DisplayDibWindowEnd(hwnd) ShowWindow(hwnd,SW_HIDE)
winuser.rh 13 #define SW_HIDE 0
windowsx.h16     [all...]
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_control_c.cc 65 si.wShowWindow = SW_HIDE;
  /sdk/avdlauncher/src/source/
avdlauncher.c 83 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
  /sdk/sdklauncher/src/source/
sdklauncher.c 83 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
  /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); }
  /sdk/find_java/src/source/
utils.cpp 105 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
find_java_lib.cpp 480 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
  /sdk/find_java2/src/
utils.cpp 190 startup.wShowWindow = SW_HIDE | SW_MINIMIZE;
JavaFinder.cpp 117 startup.wShowWindow = SW_HIDE | SW_MINIMIZE;
  /external/lzma/CPP/Windows/
Window.h 164 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/skia/src/utils/win/
SkWGL_win.cpp 220 ShowWindow(dummy, SW_HIDE);
  /external/autotest/client/tests/kvm/deps/
rss.cpp 414 ShowWindow(GetConsoleWindow(), SW_HIDE);
426 si.wShowWindow = SW_HIDE;
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 520 ::ShowWindow(windows[i].wnd, SW_HIDE);
532 ::ShowWindow(listbox_, SW_HIDE);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
win_platform_backend.py 345 nShow=win32con.SW_HIDE)
  /external/skia/src/views/win/
SkOSWindow_win.cpp 758 ShowWindow((HWND)fHWND, SW_HIDE);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py 446 STD_ERROR_HANDLE, SW_HIDE,
451 "STD_ERROR_HANDLE", "SW_HIDE",
920 startupinfo.wShowWindow = _subprocess.SW_HIDE
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py 446 STD_ERROR_HANDLE, SW_HIDE,
451 "STD_ERROR_HANDLE", "SW_HIDE",
920 startupinfo.wShowWindow = _subprocess.SW_HIDE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 446 STD_ERROR_HANDLE, SW_HIDE,
451 "STD_ERROR_HANDLE", "SW_HIDE",
920 startupinfo.wShowWindow = _subprocess.SW_HIDE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 446 STD_ERROR_HANDLE, SW_HIDE,
451 "STD_ERROR_HANDLE", "SW_HIDE",
920 startupinfo.wShowWindow = _subprocess.SW_HIDE
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 437 ShowWindow (hDlg, SW_HIDE);
  /external/ImageMagick/MagickCore/
nt-base.c     [all...]

Completed in 737 milliseconds

1 2