Searched refs:GetDefaultWindowBounds (Results 1 – 5 of 5) sorted by relevance
32 GetDefaultWindowBounds(GetTargetDisplay(gfx::Rect()), bounds); in GetBrowserBoundsAsh()77 *bounds_in_screen = ash::WindowPositioner::GetDefaultWindowBounds(display); in GetTabbedBrowserBoundsAsh()
243 GetDefaultWindowBounds(GetTargetDisplay(gfx::Rect()), bounds); in DetermineWindowBoundsAndShowState()290 void WindowSizer::GetDefaultWindowBounds(const gfx::Display& display, in GetDefaultWindowBounds() function in WindowSizer296 *default_bounds = ash::WindowPositioner::GetDefaultWindowBounds(display); in GetDefaultWindowBounds()339 GetDefaultWindowBounds(display, &default_bounds); in AdjustBoundsToBeVisibleOnDisplay()
141 void GetDefaultWindowBounds(const gfx::Display& display,
61 static gfx::Rect GetDefaultWindowBounds(const gfx::Display& display);
414 gfx::Rect WindowPositioner::GetDefaultWindowBounds( in GetDefaultWindowBounds() function in ash::WindowPositioner