Home
last modified time | relevance | path

Searched refs:minimized (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium/chrome/browser/ui/cocoa/applescript/examples/
Dwindow_operations.applescript9 set minimized of window 1 to true -- Minimizes a window.
10 set minimized of window 1 to false -- Maximizes a window.
/external/chromium/chrome/browser/ui/views/
Dbrowser_bubble_win.cc55 void OnActivate(UINT action, BOOL minimized, HWND window) { in OnActivate() argument
56 WidgetWin::OnActivate(action, minimized, window); in OnActivate()
Dfirst_run_bubble.h36 virtual void OnActivate(UINT action, BOOL minimized, HWND window);
Dfirst_run_bubble.cc528 void FirstRunBubble::OnActivate(UINT action, BOOL minimized, HWND window) { in OnActivate() argument
550 Bubble::OnActivate(action, minimized, window); in OnActivate()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_sysevents.c267 BOOL active, minimized; in WinMessage() local
270 minimized = HIWORD(wParam); in WinMessage()
271 active = (LOWORD(wParam) != WA_INACTIVE) && !minimized; in WinMessage()
299 if ( minimized ) { in WinMessage()
326 WIN_Activate(this, active, minimized); in WinMessage()
DSDL_lowvideo.h97 extern void (*WIN_Activate)(_THIS, BOOL active, BOOL minimized);
/external/chromium/chrome/browser/ui/views/bubble/
Dbubble.h155 virtual void OnActivate(UINT action, BOOL minimized, HWND window);
Dbubble.cc306 void Bubble::OnActivate(UINT action, BOOL minimized, HWND window) { in OnActivate() argument
/external/chromium/chrome/browser/ui/panels/
Dpanel.h39 bool minimized() const { return minimized_; } in minimized() function
Dpanel_manager.cc344 if (!(*iter)->minimized()) in AreAllMinimized()
/external/clang/docs/
DThreadSanitizer.rst121 especially in the form of minimized standalone tests is more than welcome.
/external/chromium/chrome/browser/
Daeropeek_manager.cc624 void OnActivate(UINT action, BOOL minimized, HWND window);
839 BOOL minimized,
Dapp_controller_mac.mm81 // not possible. If the last active browser is minimized (in particular, if
82 // there are only minimized windows), it will unminimize it.
910 // AppKit to unminimize the most recently minimized window.
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibvideo.c113 static void DIB_Activate(_THIS, BOOL active, BOOL minimized);
1279 static void DIB_Activate(_THIS, BOOL active, BOOL minimized) argument
1285 } else if ( !minimized ) {
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Dwebkit290 minimized
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
DSDL_gapivideo.c104 static void GAPI_Activate(_THIS, BOOL active, BOOL minimized);
1216 static void GAPI_Activate(_THIS, BOOL active, BOOL minimized) in GAPI_Activate() argument
/external/webkit/Source/WebCore/css/
DCSSValueKeywords.in751 minimized
/external/qemu/docs/
DDISPLAY-STATE.TXT155 UI window was minimized and is made visible again, for example.
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp456 …QVariant minimized = m_page->mainFrame()->evaluateJavaScript("window.styleMedia.matchMedium(\"(-we… in viewModes() local
457 QVERIFY(minimized.type() == QVariant::Bool && minimized.toBool()); in viewModes()
/external/quake/quake/src/QW/docs/
Dqwcl-readme.txt337 sound while QWCL is running, even if QWCL is minimized or not the active
543 Right-click doesn't work right on minimized QWCL
545 If you right-click on minimized QWCL on the task bar, the
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5video.c446 static void DX5_Activate(_THIS, BOOL active, BOOL minimized);
2450 void DX5_Activate(_THIS, BOOL active, BOOL minimized) argument
/external/quake/quake/src/WinQuake/
Dwqreadme.txt338 sound while WQ is running, even if WQ is minimized or not the active
544 Right-click doesn't work right on minimized WinQuake
546 If you right-click on minimized WinQuake on the task bar, the
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_win.cc797 void RenderWidgetHostViewWin::OnActivate(UINT action, BOOL minimized, in OnActivate() argument
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dinterop.dox17 /// of which are managed so that your memory allocation problems are minimized.)
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm601 // Called when we have been minimized.
622 // (unless we are minimized, in which case nothing has really changed).
634 // (unless we are minimized, in which case nothing has really changed).

12