Home | History | Annotate | Download | only in frame

Lines Matching defs:window_rect

1631     gfx::Rect window_rect = frame_->non_client_view()->
1633 window_rect.set_origin(bounds->origin());
1637 if (window_rect.x() == 0 && window_rect.y() == 0) {
1638 gfx::Size size = window_rect.size();
1639 window_rect.set_origin(
1644 *bounds = window_rect;