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

  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_drag_handler.cc 18 DCHECK_EQ(PanelCollection::STACKED, panel->collection()->type());
52 DCHECK_EQ(PanelCollection::STACKED, panel->collection()->type());
panel_collection.h 22 STACKED, // panels are stacked together
33 // stacked collection)
43 // Collapse other inactive stacked panels such the tha new panel can fit
panel_drag_controller.cc 28 // they can be stacked/snapped together.
195 case PanelCollection::STACKED:
236 if (current_collection->type() == PanelCollection::STACKED)
255 if (dragging_panel_original_collection_->type() == PanelCollection::STACKED) {
402 // Check if a panel or a set of stacked panels (being dragged together from a
406 // It has to be stacked.
514 // Check if a panel or a set of stacked panels (being dragged together from a
519 // It has to be stacked.
684 if (dragging_panel_->collection()->type() == PanelCollection::STACKED &&
panel_drag_browsertest.cc     [all...]
stacked_panel_browsertest.cc 23 // Create 2 stacked panels.
117 // Create 2 stacked panels.
214 // Create 2 stacked panels.
297 // Create 2 stacked panels.
344 // Create 4 stacked panels. P4 is the active panel.
451 // Create 3 stacked panels.
499 // Create 3 stacked panels.
574 // Create 2 stacked panels.
600 // Create 3 stacked panels.
643 // Expect P2 and P3 are still stacked and minimized while P1 becomes detache
    [all...]
base_panel_browser_test.cc 458 EXPECT_EQ(PanelCollection::STACKED, panel->collection()->type());
panel_manager.cc 420 if (collection->type() == PanelCollection::STACKED) {
panel.cc 494 return collection_ && collection_->type() == PanelCollection::STACKED ?
stacked_panel_collection.cc 20 : PanelCollection(PanelCollection::STACKED),
112 // Don't update the stacked panel that is in preview mode.

Completed in 207 milliseconds