Home
last modified time | relevance | path

Searched refs:default_bounds (Results 1 – 5 of 5) 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;
/external/chromium_org/chrome/browser/ui/window_sizer/
Dwindow_sizer.cc304 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() local
352 GetDefaultWindowBounds(display, &default_bounds); in AdjustBoundsToBeVisibleOnDisplay()
354 bounds->set_height(default_bounds.height()); in AdjustBoundsToBeVisibleOnDisplay()
356 bounds->set_width(default_bounds.width()); in AdjustBoundsToBeVisibleOnDisplay()
Dwindow_sizer.h142 gfx::Rect* default_bounds) const;
/external/chromium_org/ash/display/
Ddisplay_manager_unittest.cc418 std::string default_bounds = in TEST_F() local
425 EXPECT_EQ(default_bounds, in TEST_F()