Home | History | Annotate | Download | only in home

Lines Matching refs:screen_bounds

39 gfx::Rect GetBoundsForState(const gfx::Rect& screen_bounds,
46 return screen_bounds;
52 screen_bounds.bottom() - kHomeCardHeight,
53 screen_bounds.width(),
54 screen_bounds.height());
57 screen_bounds.bottom() - kHomeCardMinimizedHeight,
58 screen_bounds.width(),
59 screen_bounds.height());
403 gfx::Rect screen_bounds =
407 GetBoundsForState(screen_bounds, from_state),
408 GetBoundsForState(screen_bounds, to_state)));