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/overview/
window_overview.cc 376 gfx::Rect total_bounds = ScreenAsh::ConvertRectToScreen(root_window, local
384 total_bounds.width() > total_bounds.height() ? kMinCardsMajor : 1,
385 static_cast<int>(ceil(sqrt(total_bounds.width() * windows.size() /
386 (kCardAspectRatio * total_bounds.height())))));
389 static_cast<int>(total_bounds.width() / columns),
390 static_cast<int>(total_bounds.height() * kCardAspectRatio / rows)));
394 int x_offset = total_bounds.x() + ((windows.size() >= columns ? 0 :
396 (total_bounds.width() - columns * window_size.width())) / 2;
397 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 410 milliseconds