HomeSort by relevance Sort by last modified time
    Searched full:minimized (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
window_operations.applescript 9 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/
first_run_bubble.h 36 virtual void OnActivate(UINT action, BOOL minimized, HWND window);
browser_bubble_win.cc 55 void OnActivate(UINT action, BOOL minimized, HWND window) {
56 WidgetWin::OnActivate(action, minimized, window);
status_bubble_views.h 75 // Returns true if the base_view_'s widget is visible and not minimized.
  /external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc 261 // [CLOSED] -add,add->[STICKY_AND_NEW] -stale-> [MINIMIZED] -remove->
262 // [MINIMIZED] -remove-> [CLOSED]
278 EXPECT_EQ(NotificationPanel::MINIMIZED, tester->state());
282 EXPECT_EQ(NotificationPanel::MINIMIZED, tester->state());
292 // [CLOSED] -add->[STICKY_AND_NEW] -stale-> [MINIMIZED] -add->
293 // [STICKY_AND_NEW] -stale-> [MINIMIZED] -add sys-> [STICKY_NEW]
295 // [MINIMIZED] -remove-> [CLOSED]
320 // Make the notification stale and make sure panel is minimized state.
323 EXPECT_EQ(NotificationPanel::MINIMIZED, tester->state());
324 WaitForPanelState(tester, PanelController::MINIMIZED);
    [all...]
notification_panel.h 42 // expand: a user pressed minimized panel to expand.
61 // | [ MINIMIZED ]---(event=close)--> [CLOSE] |
80 MINIMIZED, // The panel is minimized.
notification_panel.cc 55 case NotificationPanel::MINIMIZED:
56 return "minimized";
491 if (state_ == CLOSED || state_ == MINIMIZED)
524 SET_STATE(MINIMIZED);
531 if (state_ == CLOSED || state_ == MINIMIZED)
622 case PanelController::MINIMIZED:
623 SET_STATE(MINIMIZED);
711 case MINIMIZED:
714 panel_controller_->SetState(PanelController::MINIMIZED);
788 SET_STATE(MINIMIZED);
    [all...]
system_notification.h 46 // previously hidden or minimized by the user.
balloon_collection_impl.h 103 // if it's closed or minimized, and scroll the viewport so that
  /external/chromium/chrome/browser/ui/panels/
panel.h 39 bool minimized() const { return minimized_; } function in class:Panel
149 // Is the panel minimized?
panel_manager.h 49 // Returns true if all active panels are in minimized state.
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
dogleg.h 68 /* at which the quadratic is minimized. */
89 /* at which the quadratic is minimized. */
  /external/jdiff/src/jdiff/
Comments.java 522 * tag.equalsIgnoreCase("tr") || // Is sometimes minimized
523 * tag.equalsIgnoreCase("th") || // Is sometimes minimized
524 * tag.equalsIgnoreCase("td") || // Is sometimes minimized
525 * tag.equalsIgnoreCase("dt") || // Is sometimes minimized
526 * tag.equalsIgnoreCase("dd") || // Is sometimes minimized
527 * tag.equalsIgnoreCase("img") || // Is sometimes minimized
528 * tag.equalsIgnoreCase("code") || // Is sometimes minimized (error)
529 * tag.equalsIgnoreCase("font") || // Is sometimes minimized (error)
530 * tag.equalsIgnoreCase("ul") || // Is sometimes minimized
531 * tag.equalsIgnoreCase("ol") || // Is sometimes minimized
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_active.c 90 /* If we were minimized, post button-up events */
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.h 39 MINIMIZED,
panel_controller.cc 247 SetState(PanelController::MINIMIZED);
327 State state = new_state ? EXPANDED : MINIMIZED;
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 97 extern void (*WIN_Activate)(_THIS, BOOL active, BOOL minimized);
SDL_sysevents.c 267 BOOL active, minimized; local
270 minimized = HIWORD(wParam);
271 active = (LOWORD(wParam) != WA_INACTIVE) && !minimized;
299 if ( minimized ) {
326 WIN_Activate(this, active, minimized);
  /external/quake/quake/src/QW/client/
winquake.h 63 extern qboolean ActiveApp, Minimized;
sys_win.c 36 qboolean ActiveApp, Minimized;
678 // yield the CPU for a little while when paused, minimized, or not the focus
679 if ((cl.paused && (!ActiveApp && !DDActive)) || Minimized || block_drawing)
  /external/quake/quake/src/WinQuake/
winquake.h 62 extern qboolean ActiveApp, Minimized;
  /frameworks/base/docs/html/training/monitoring-device-state/
index.jd 32 your app on battery life is minimized, without compromising the user experience.</p>
  /external/chromium/chrome/browser/ui/
browser_window.h 70 // Activates (brings to front) the window. Restores the window from minimized
126 // currently maximized or minimized) in terms of the screen coordinates.
131 // and minimized windows.
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 29 // this by allowing the required set to be minimized as well, but need more test
149 /// \param Changes - The set of active changes being minimized, which should
339 // Replace the current set with the predecssors of the minimized set of
  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.cc 108 // Default to have expanded APPS and all other sections are minimized.

Completed in 1478 milliseconds

1 2 3 4 5