Lines Matching defs:rect
529 gfx::Rect screen = bounds();
536 lock_widget_->SetBounds(gfx::Rect(origin, widget_size));
539 lock_widget_->SetBounds(gfx::Rect(-100, -100, 1, 1));
725 gfx::Rect init_bounds(views::Screen::GetMonitorAreaNearestPoint(left_top));
754 lock_widget_->InitWithWidget(lock_window_, gfx::Rect());
1136 gfx::Rect rect = screen_lock_view_->GetPasswordBoundsRelativeTo(
1138 gfx::Rect lock_widget_bounds = lock_widget_->GetClientAreaScreenBounds();
1139 rect.Offset(lock_widget_bounds.x(), lock_widget_bounds.y());
1142 rect,