OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINIMIZED
(Results
1 - 12
of
12
) 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
124
// a bit above the
minimized
panel as well, so it takes significant
160
expected_expansion_states[index] = Panel::
MINIMIZED
;
165
// Setup bounds and expansion states for
minimized
and titlebar-only
171
panels.size(), Panel::
MINIMIZED
);
182
// Test hover. All panels are currently in
minimized
state.
185
// Hover mouse on
minimized
panel.
192
// Hover mouse above the panel. Verify all panels are
minimized
.
199
// Hover mouse below
minimized
panel.
214
// Hover mouse above panel. Verify all panels are
minimized
.
222
// Test restore. All panels are currently in
minimized
state
[
all
...]
docked_panel_collection.cc
91
// This method does not handle
minimized
panels.
260
// Ensure
minimized
panel does not get the focus. If minimizing all,
261
// the active panel will be deactivated once when all panels are
minimized
262
// rather than per
minimized
panel.
283
case Panel::
MINIMIZED
:
301
if (state == Panel::
MINIMIZED
)
325
panel->SetExpansionState(Panel::
MINIMIZED
);
358
Panel::TITLE_ONLY : Panel::
MINIMIZED
);
368
// is
minimized
. See comments in OnPanelExpansionStateChanged.
378
// When a single panel is
minimized
, it is deactivated to ensure tha
[
all
...]
panel.h
61
MINIMIZED
358
// 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/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
...]
/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/chromium_org/chrome/browser/ui/views/panels/
panel_view_browsertest.cc
159
// Change panel to
minimized
and check its height.
160
panel->SetExpansionState(Panel::
MINIMIZED
);
Completed in 693 milliseconds