Home | History | Annotate | Download | only in frame

Lines Matching refs:window_rect

1492     gfx::Rect window_rect = frame_->GetWindow()->non_client_view()->
1494 window_rect.set_origin(bounds->origin());
1498 if (window_rect.x() == 0 && window_rect.y() == 0) {
1499 gfx::Size size = window_rect.size();
1500 window_rect.set_origin(WindowSizer::GetDefaultPopupOrigin(size));
1503 *bounds = window_rect;