Searched refs:default_bounds (Results 1 – 2 of 2) sorted by relevance
197 void WindowSizer::GetDefaultWindowBounds(gfx::Rect* default_bounds) const { in GetDefaultWindowBounds()198 DCHECK(default_bounds); in GetDefaultWindowBounds()226 default_bounds->SetRect(kWindowTilePixels + work_area.x(), in GetDefaultWindowBounds()278 gfx::Rect default_bounds; in AdjustBoundsToBeVisibleOnMonitorContaining() local279 GetDefaultWindowBounds(&default_bounds); in AdjustBoundsToBeVisibleOnMonitorContaining()281 bounds->set_height(default_bounds.height()); in AdjustBoundsToBeVisibleOnMonitorContaining()283 bounds->set_width(default_bounds.width()); in AdjustBoundsToBeVisibleOnMonitorContaining()
158 void GetDefaultWindowBounds(gfx::Rect* default_bounds) const;