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

  /external/chromium_org/ash/wm/
window_selector.cc 469 gfx::Rect total_bounds = ScreenAsh::ConvertRectToScreen(root_window, local
477 total_bounds.width() > total_bounds.height() ? kMinCardsMajor : 1,
478 static_cast<int>(ceil(sqrt(total_bounds.width() * windows.size() /
479 (kCardAspectRatio * total_bounds.height())))));
482 static_cast<int>(total_bounds.width() / columns),
483 static_cast<int>(total_bounds.height() * kCardAspectRatio / rows)));
487 int x_offset = total_bounds.x() + ((windows.size() >= columns ? 0 :
489 (total_bounds.width() - columns * window_size.width())) / 2;
490 int y_offset = total_bounds.y() + (total_bounds.height()
    [all...]
  /external/chromium_org/ui/views/animation/
bounds_animator.cc 238 gfx::Rect total_bounds = gfx::UnionRects(new_bounds, view->bounds()); local
242 repaint_bounds_.Union(total_bounds);
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc 113 gfx::Rect total_bounds = local
115 return total_bounds.size();

Completed in 101 milliseconds