Home
last modified time | relevance | path

Searched refs:docked_bounds_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.h126 const gfx::Rect& docked_bounds() const { return docked_bounds_; } in docked_bounds()
282 gfx::Rect docked_bounds_; variable
Ddocked_window_layout_manager.cc561 if (docked_bounds_.Intersects(bounds) && in GetAlignmentOfWindow()
1246 docked_bounds_ = bounds + in UpdateDockBounds()
1253 gfx::Rect background_bounds(docked_bounds_); in UpdateDockBounds()