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 291 gfx::Rect* default_bounds) const {
292 DCHECK(default_bounds);
296 *default_bounds = ash::WindowPositioner::GetDefaultWindowBounds(display);
325 default_bounds->SetRect(kWindowTilePixels + work_area.x(),
338 gfx::Rect default_bounds; local
339 GetDefaultWindowBounds(display, &default_bounds);
341 bounds->set_height(default_bounds.height());
343 bounds->set_width(default_bounds.width());
  /external/chromium_org/ash/display/
display_manager_unittest.cc 422 std::string default_bounds = local
429 EXPECT_EQ(default_bounds,
    [all...]

Completed in 405 milliseconds