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

  /external/chromium_org/chrome/browser/ui/panels/
panel_bounds_animation.cc 27 // Detect animation that happens when expansion state is set to MINIMIZED
33 panel_->expansion_state() == Panel::MINIMIZED) {
panel_browsertest.cc 126 // a bit above the minimized panel as well, so it takes significant
162 expected_expansion_states[index] = Panel::MINIMIZED;
167 // Setup bounds and expansion states for minimized and titlebar-only
173 panels.size(), Panel::MINIMIZED);
184 // Test hover. All panels are currently in minimized state.
187 // Hover mouse on minimized panel.
194 // Hover mouse above the panel. Verify all panels are minimized.
201 // Hover mouse below minimized panel.
216 // Hover mouse above panel. Verify all panels are minimized.
224 // Test restore. All panels are currently in minimized state
    [all...]
docked_panel_collection.cc 84 // This method does not handle minimized panels.
253 // Ensure minimized panel does not get the focus. If minimizing all,
254 // the active panel will be deactivated once when all panels are minimized
255 // rather than per minimized panel.
276 case Panel::MINIMIZED:
294 if (state == Panel::MINIMIZED)
318 panel->SetExpansionState(Panel::MINIMIZED);
351 Panel::TITLE_ONLY : Panel::MINIMIZED);
361 // is minimized. See comments in OnPanelExpansionStateChanged.
371 // When a single panel is minimized, it is deactivated to ensure tha
    [all...]
panel.h 64 MINIMIZED
367 // been minimized or squeezed due to lack of space in the collection.
panel_drag_browsertest.cc 517 EXPECT_EQ(Panel::MINIMIZED, panel->expansion_state());
519 // Hover over minimized panel to bring up titlebar.
524 // Verify we can drag a minimized panel.
538 // Verify panel returns to fully minimized state after dragging ends once
544 EXPECT_EQ(Panel::MINIMIZED, panel->expansion_state());
557 EXPECT_EQ(Panel::MINIMIZED, panel->expansion_state());
586 // Verify panel returns to fully minimized state after dragging ends once
593 EXPECT_EQ(Panel::MINIMIZED, panel->expansion_state());
    [all...]
stacked_panel_collection.cc 289 // panel in the stack that is not minimized.
419 // is minimized. See comments in OnPanelExpansionStateChanged.
429 // When a single panel is minimized, it is deactivated to ensure that
430 // a minimized panel does not have focus. However, when minimizing all,
431 // the deactivation is only done once after all panels are minimized,
432 // rather than per minimized panel, both for efficiency and to avoid
433 // temporary activations of random not-yet-minimized panels.
640 DCHECK_NE(Panel::MINIMIZED, panel->expansion_state());
642 // Ensure minimized panel does not get the focus. If minimizing all,
643 // the active panel will be deactivated once when all panels are minimized
    [all...]
  /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);

Completed in 226 milliseconds