Searched refs:default_bounds (Results 1 – 5 of 5) 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;
304 gfx::Rect* default_bounds) const { in GetDefaultWindowBounds()305 DCHECK(default_bounds); in GetDefaultWindowBounds()309 *default_bounds = ash::WindowPositioner::GetDefaultWindowBounds(display); in GetDefaultWindowBounds()338 default_bounds->SetRect(kWindowTilePixels + work_area.x(), in GetDefaultWindowBounds()351 gfx::Rect default_bounds; in AdjustBoundsToBeVisibleOnDisplay() local352 GetDefaultWindowBounds(display, &default_bounds); in AdjustBoundsToBeVisibleOnDisplay()354 bounds->set_height(default_bounds.height()); in AdjustBoundsToBeVisibleOnDisplay()356 bounds->set_width(default_bounds.width()); in AdjustBoundsToBeVisibleOnDisplay()
142 gfx::Rect* default_bounds) const;
418 std::string default_bounds = in TEST_F() local425 EXPECT_EQ(default_bounds, in TEST_F()