Searched refs:default_bounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer.cc307 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());
H A Dwindow_sizer.h142 gfx::Rect* default_bounds) const;
/external/chromium_org/ash/wm/
H A Dworkspace_controller_unittest.cc1038 gfx::Rect default_bounds(10, 0, 100, 100);
1040 CreateTestWindowInShellWithBounds(default_bounds));
1048 CreateTestWindowInShellWithBounds(default_bounds));
/external/chromium_org/ash/display/
H A Ddisplay_manager_unittest.cc426 std::string default_bounds = local
433 EXPECT_EQ(default_bounds,

Completed in 72 milliseconds