Lines Matching refs:dock_container_

408       dock_container_(dock_container),
421 background_widget_(new DockedBackgroundWidget(dock_container_)) {
440 for (size_t i = 0; i < dock_container_->children().size(); ++i) {
441 aura::Window* child = dock_container_->children()[i];
467 if (dragged_window_->parent() != dock_container_) {
479 is_dragged_from_dock_ = window->parent() == dock_container_;
489 for (size_t i = 0; i < dock_container_->children().size(); ++i) {
490 aura::Window* window1(dock_container_->children()[i]);
523 if (dragged_window_->parent() != dock_container_) {
567 const gfx::Rect container_bounds = dock_container_->GetBoundsInScreen();
583 for (size_t i = 0; i < dock_container_->children().size(); ++i) {
584 aura::Window* window(dock_container_->children()[i]);
619 Shell::GetScreen()->GetDisplayNearestWindow(dock_container_).work_area();
726 ShelfLayoutManager::ForShelf(dock_container_);
742 if (dock_container_->GetRootWindow() != root_window)
752 aura::Window::Windows children(dock_container_->children());
774 if (dock_container_->GetRootWindow() != root_window)
882 if (parent->parent() == dock_container_) {
898 Shell::GetScreen()->GetDisplayNearestWindow(dock_container_).work_area();
904 aura::Window::Windows children(dock_container_->children());
944 dock_container_);
980 for (size_t i = 0; i < dock_container_->children().size(); ++i) {
981 const aura::Window* window(dock_container_->children()[i]);
1027 const gfx::Rect container_bounds = dock_container_->GetBoundsInScreen();
1040 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen();
1043 for (size_t i = 0; i < dock_container_->children().size(); ++i) {
1044 aura::Window* window(dock_container_->children()[i]);
1074 Shell::GetScreen()->GetDisplayNearestWindow(dock_container_).work_area();
1150 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen();
1172 dock_container_,
1178 dock_container_, window->GetTargetBounds());
1221 bounds = ScreenUtil::ConvertRectFromScreen(dock_container_, bounds);
1238 Shell::GetScreen()->GetDisplayNearestWindow(dock_container_).work_area();
1241 dock_container_->bounds().right() - dock_inset:
1242 dock_container_->bounds().x(),
1243 dock_container_->bounds().y(),
1247 dock_container_->GetBoundsInScreen().OffsetFromOrigin();
1284 dock_container_->children().begin();
1285 it != dock_container_->children().end(); ++it) {
1301 dock_container_->StackChildAbove(it->second, previous_window);
1308 dock_container_->StackChildAbove(it->second, previous_window);
1312 if (previous_window && active_window->parent() == dock_container_)
1313 dock_container_->StackChildAbove(active_window, previous_window);