HomeSort by relevance Sort by last modified time
    Searched full:minimized (Results 26 - 50 of 223) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc 66 // A detached panel would still maintain its minimized state when it was
69 // 1) It was originally a minimized panel that was dragged out of a stack.
70 // 2) It was originally a minimized panel that was the top panel in a stack.
247 // This should only be reached when a minimized stacked panel is dragged out
native_panel.h 84 // Returns true if the panel has been minimized by the system, i.e. becoming
132 // minimized by the system.
panel_constants.h 24 // The panel can be minimized to 4-pixel lines.
  /external/chromium_org/chrome/browser/ui/views/
accelerator_table_unittest.cc 59 // The shortcuts to toggle minimized state and to show the task
  /external/chromium_org/ui/aura/client/
aura_constants.h 48 // Used in Ash to remember the show state before the window was minimized.
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_active.c 90 /* If we were minimized, post button-up events */
  /external/chromium_org/ash/wm/
ash_focus_rules.cc 75 // Minimized windows are hidden in their minimized state, but they can always
window_cycle_list.cc 77 // Restore minimized state.
136 // window is minimized, we should also show it.
toplevel_window_event_handler.h 98 // The window bounds when the drag was started. When a window is minimized,
mru_window_tracker.cc 49 // is used for a stable sort to move minimized windows to the LRU end of the
114 // Move minimized windows to the beginning (LRU end) of the list.
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h 95 // Called when the window is minimized.
98 // Called when the window is un-minimized.
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view_browsertest.cc 155 // Change panel to minimized and check its height.
156 panel->SetExpansionState(Panel::MINIMIZED);
  /external/chromium_org/ash/
root_window_controller_unittest.cc 157 views::Widget* minimized = CreateTestWidget(gfx::Rect(800, 10, 100, 100)); local
158 minimized->Minimize();
159 EXPECT_EQ(root_windows[1], minimized->GetNativeView()->GetRootWindow());
161 minimized->GetWindowBoundsInScreen().ToString());
229 EXPECT_EQ(root_windows[0], minimized->GetNativeView()->GetRootWindow());
231 minimized->GetWindowBoundsInScreen().ToString());
451 // Only w2 remains, if minimized GetWindowForFullscreenMode should return
  /external/chromium_org/chrome/common/extensions/api/
app_window.idl 128 // State of a window: normal, fullscreen, maximized, minimized.
129 enum State { normal, fullscreen, maximized, minimized };
230 // fullscreen, maximized, or minimized. Defaults to 'normal'.
288 // Is the window minimized?
297 // Restore the window, exiting a maximized, minimized, or fullscreen state.
434 // Fired when the window is minimized.
437 // Fired when the window is restored from being minimized or maximized.
wallpaper_private.json 161 "description": "Restores all previously minimized windows.",
  /external/chromium_org/tools/json_schema_compiler/test/
windows.json 26 "enum": ["normal", "minimized", "maximized"]
207 "description": "The new state of the window. The 'minimized' and 'maximized' states cannot be combined with 'left', 'top', 'width' or 'height'.",
208 "enum": ["normal", "minimized", "maximized"]
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_topmost_window_finder_unittest.cc 36 // Waits till |window| is minimized.
270 // Test that the minimized state is properly handled.
271 TEST_F(X11TopmostWindowFinderTest, Minimized) {
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_constants.cc 57 const char kShowStateValueMinimized[] = "minimized";
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_item_controller.h 70 // Returns true if this item is visible (e.g. not minimized).
  /external/chromium_org/chrome/browser/ui/cocoa/
sprite_view.mm 66 // is not currently minimized or in the middle of a minimize animation.
  /external/chromium_org/remoting/host/
verify_config_window_win.cc 65 // Center against the owner window unless it is minimized or invisible.
  /external/chromium_org/remoting/webapp/
fullscreen_v2.js 30 * being minimized; callbacks should not be notified of the latter.
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 97 extern void (*WIN_Activate)(_THIS, BOOL active, BOOL 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_org/chrome/browser/ui/cocoa/panels/
panel_window_controller_cocoa.mm 65 // Prevent panel window from becoming key - for example when it is minimized.
74 // a panel is minimized.
495 // Detect animation that happens when expansion state is set to MINIMIZED
500 windowShim_->panel()->expansion_state() == Panel::MINIMIZED) {
779 // Panel can only gain focus if it is expanded. Minimized panels do not
783 // cases when minimized Panel is getting keyboard input, invisibly.
819 // While this is OK for expanded panels, it makes minimized panels impossible
820 // to activate. As a result, we still use NSStatusWindowLevel for minimized
    [all...]

Completed in 4857 milliseconds

12 3 4 5 6 7 8 9