Home
last modified time | relevance | path

Searched refs:dock_bounds (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_widget.cc468 const gfx::Rect dock_bounds(shelf_->shelf_layout_manager()->dock_bounds()); in OnPaintBackground() local
477 dock_bounds.x() == 0 && dock_bounds.width() > 0) in OnPaintBackground()
478 ? dock_bounds.width() in OnPaintBackground()
482 ? width() - dock_bounds.width() in OnPaintBackground()
488 dock_bounds.width() > 0) { in OnPaintBackground()
493 if (dock_bounds.x() == 0) { in OnPaintBackground()
503 dock_bounds.x() > 0 ? dock_bounds.x() : dock_bounds.width() - height(), in OnPaintBackground()
517 dock_bounds.x() > 0 ? dock_bounds.x() + height() : 0, in OnPaintBackground()
519 dock_bounds.width() - height(), in OnPaintBackground()
Dshelf_layout_manager.h117 const gfx::Rect& dock_bounds() const { return dock_bounds_; } in dock_bounds() function
328 const gfx::Rect& dock_bounds,
Dshelf_layout_manager.cc1137 const gfx::Rect& dock_bounds, in OnDockBoundsChanging() argument
1142 if (dock_bounds_ != dock_bounds) { in OnDockBoundsChanging()
1143 dock_bounds_ = dock_bounds; in OnDockBoundsChanging()
/external/chromium_org/ash/wm/dock/
Ddocked_window_resizer.cc158 gfx::Rect dock_bounds = ScreenUtil::ConvertRectFromScreen( in MaybeSnapToEdge() local
168 const int distance = bounds.x() - dock_bounds.x(); in MaybeSnapToEdge()
176 const int distance = dock_bounds.right() - bounds.right(); in MaybeSnapToEdge()
Ddocked_window_layout_manager.cc1038 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen(); in Relayout() local
1148 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen(); in FanOutChildren() local
1202 bounds.set_x(dock_bounds.x() + in FanOutChildren()
1206 bounds.set_x(dock_bounds.right() - in FanOutChildren()
/external/chromium_org/ash/wm/
Dworkspace_controller.cc36 return shelf->dock_bounds().width() > 0; in IsDockedAreaVisible()