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

  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 65 screen->GetDisplayNearestWindow(panel_container_->GetRootWindow()).id()) {
71 if (GetTarget()->parent() != panel_container_)
72 GetPanelLayoutManager(panel_container_)->FinishDragging();
75 panel_container_ =
80 if (panel_container_ && GetTarget()->parent() != panel_container_)
81 GetPanelLayoutManager(panel_container_)->StartDragging(GetTarget());
119 panel_container_(NULL),
125 panel_container_ = Shell::GetContainer(GetTarget()->GetRootWindow(),
127 initial_panel_container_ = panel_container_;
    [all...]
attached_panel_window_targeter.h 34 aura::Window* panel_container_; member in class:ash::AttachedPanelWindowTargeter
attached_panel_window_targeter.cc 21 panel_container_(container),
48 if (panel_container_->GetRootWindow() != root_window)
panel_window_resizer.h 68 aura::Window* panel_container_; member in class:ash::PanelWindowResizer
panel_layout_manager.cc 258 : panel_container_(panel_container),
321 DCHECK(panel->parent() == panel_container_);
338 DCHECK(panel->parent() == panel_container_);
373 panel_info.callout_widget = new PanelCalloutWidget(panel_container_);
417 const gfx::Rect& max_bounds = panel_container_->GetRootWindow()->bounds();
468 if (panel_container_->GetRootWindow() == root_window)
515 gained_active->parent() == panel_container_) {
606 panel_container_, shelf_->shelf_widget()->GetWindowBoundsInScreen());
609 panel_container_->bounds().width() - kPanelIdealSpacing :
610 panel_container_->bounds().height() - kPanelIdealSpacing
    [all...]
panel_layout_manager.h 170 aura::Window* panel_container_; member in class:ash::PanelLayoutManager

Completed in 2442 milliseconds