Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/
Dwindow_sizer.cc197 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() local
279 GetDefaultWindowBounds(&default_bounds); in AdjustBoundsToBeVisibleOnMonitorContaining()
281 bounds->set_height(default_bounds.height()); in AdjustBoundsToBeVisibleOnMonitorContaining()
283 bounds->set_width(default_bounds.width()); in AdjustBoundsToBeVisibleOnMonitorContaining()
Dwindow_sizer.h158 void GetDefaultWindowBounds(gfx::Rect* default_bounds) const;