Searched refs:top_panel (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_drag_handler.cc24 if (in_orginal_collection && panel != stack->top_panel())
59 if (stack->top_panel() != panel)
H A Dstacked_panel_collection.cc49 gfx::Rect top_bounds = top_panel()->GetBounds();
74 gfx::Rect top_bounds = top_panel()->GetBounds();
156 if (top_panel()->in_preview_mode() != bottom_panel()->in_preview_mode() ||
168 gfx::Rect enclosing_bounds = top_panel()->GetBounds();
206 adjacent_panel = top_panel();
236 if (top_panel()->in_preview_mode() == bottom_panel()->in_preview_mode() &&
237 top_panel()->GetBounds().x() == bottom_panel()->GetBounds().x() &&
238 top_panel()->GetBounds().width() == bottom_panel()->GetBounds().width()) {
254 bool is_top = panel == top_panel();
273 Panel* new_top_panel = top_panel();
[all...]
H A Dstacked_panel_collection.h83 Panel* top_panel() const { return panels_.empty() ? NULL : panels_.front(); } function in class:StackedPanelCollection
101 Panel* top_panel; member in struct:StackedPanelCollection::PanelPlacement
103 PanelPlacement() : panel(NULL), top_panel(NULL) { }
H A Dpanel_drag_controller.cc413 if (dragging_panel_ != dragging_stack->top_panel() ||
525 if (dragging_panel_ == dragging_stack->top_panel())
550 MovePanelAndBelowToCollection(dragging_stack->top_panel(),
572 dragging_stack->top_panel()) {
573 panel_manager_->MovePanelToCollection(dragging_stack->top_panel(),
727 if ((!stack || panel == stack->top_panel()) &&
804 stack->top_panel(),
H A Dpanel_manager.cc83 return ComparePanelsByPosition(stack1->top_panel(), stack2->top_panel());
425 Panel* top_panel = stack->top_panel(); local
426 MovePanelToCollection(top_panel,
429 if (top_panel->expansion_state() != Panel::EXPANDED)
430 top_panel->SetExpansionState(Panel::EXPANDED);
H A Dstacked_panel_browsertest.cc819 EXPECT_TRUE(panel2 == stack->top_panel());
846 EXPECT_TRUE(panel2 == stack->top_panel());
932 EXPECT_TRUE(panel1 == stack->top_panel());
H A Dpanel_drag_browsertest.cc1912 EXPECT_EQ(panel3, stack->top_panel());
/external/chromium_org/chrome/browser/ui/gtk/panels/
H A Dpanel_gtk.cc880 other_panel = panel_ != stack->top_panel() ? stack->top_panel()

Completed in 491 milliseconds