HomeSort by relevance Sort by last modified time
    Searched defs:default_bounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 307 gfx::Rect* default_bounds) const {
308 DCHECK(default_bounds);
312 *default_bounds = ash::WindowPositioner::GetDefaultWindowBounds(display);
341 default_bounds->SetRect(kWindowTilePixels + work_area.x(),
354 gfx::Rect default_bounds; local
355 GetDefaultWindowBounds(display, &default_bounds);
357 bounds->set_height(default_bounds.height());
359 bounds->set_width(default_bounds.width());
  /external/chromium_org/ash/display/
display_manager_unittest.cc 426 std::string default_bounds = local
433 EXPECT_EQ(default_bounds,
    [all...]

Completed in 109 milliseconds