Home | History | Annotate | Download | only in tabs

Lines Matching refs:wr

1386   RECT wr;
1387 GetWindowRect(frame_hwnd, &wr);
1388 MoveWindow(frame_hwnd, 0xFFFF, 0xFFFF, wr.right - wr.left,
1389 wr.bottom - wr.top, TRUE);
1393 restore_bounds_ = gfx::Rect(wr);