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

  /external/chromium/chrome/browser/ui/
window_sizer.cc 197 void WindowSizer::GetDefaultWindowBounds(gfx::Rect* default_bounds) const {
198 DCHECK(default_bounds);
226 default_bounds->SetRect(kWindowTilePixels + work_area.x(),
278 gfx::Rect default_bounds; local
279 GetDefaultWindowBounds(&default_bounds);
281 bounds->set_height(default_bounds.height());
283 bounds->set_width(default_bounds.width());
  /external/chromium_org/ash/display/
display_manager_unittest.cc 418 std::string default_bounds = local
425 EXPECT_EQ(default_bounds,
    [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 304 gfx::Rect* default_bounds) const {
305 DCHECK(default_bounds);
309 *default_bounds = ash::WindowPositioner::GetDefaultWindowBounds(display);
338 default_bounds->SetRect(kWindowTilePixels + work_area.x(),
351 gfx::Rect default_bounds; local
352 GetDefaultWindowBounds(display, &default_bounds);
354 bounds->set_height(default_bounds.height());
356 bounds->set_width(default_bounds.width());

Completed in 57 milliseconds