Home | History | Annotate | Download | only in app_list

Lines Matching defs:screen_rect

789   const gfx::Rect& screen_rect = display.bounds();
794 if (taskbar_rect.bottom() == screen_rect.bottom()) {
796 return gfx::Point(screen_rect.x(), taskbar_rect.y());
803 return gfx::Point(screen_rect.x(), taskbar_rect.bottom());
809 if (taskbar_rect.x() == screen_rect.x()) {
811 return gfx::Point(taskbar_rect.right(), screen_rect.y());
818 return gfx::Point(taskbar_rect.x(), screen_rect.y());