Home
last modified time | relevance | path

Searched defs:dock_bounds (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/wm/dock/
Ddocked_window_resizer.cc158 gfx::Rect dock_bounds = ScreenUtil::ConvertRectFromScreen( in MaybeSnapToEdge() local
Ddocked_window_layout_manager.cc1040 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen(); in Relayout() local
1150 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen(); in FanOutChildren() local
/external/chromium_org/ash/shelf/
Dshelf_layout_manager.h118 const gfx::Rect& dock_bounds() const { return dock_bounds_; } in dock_bounds() function
Dshelf_widget.cc479 const gfx::Rect dock_bounds(shelf_->shelf_layout_manager()->dock_bounds()); in OnPaintBackground() local
Dshelf_layout_manager.cc1128 const gfx::Rect& dock_bounds, in OnDockBoundsChanging()