Home | History | Annotate | Download | only in win

Lines Matching refs:RECT

24 #include "ui/gfx/rect.h"
120 void Init(HWND parent, const gfx::Rect& bounds);
126 gfx::Rect GetWindowBoundsInScreen() const;
127 gfx::Rect GetClientAreaBoundsInScreen() const;
128 gfx::Rect GetRestoredBounds() const;
130 gfx::Rect GetClientAreaBounds() const;
132 void GetWindowPlacement(gfx::Rect* bounds,
137 void SetBounds(const gfx::Rect& bounds_in_pixels, bool force_size_changed);
149 void ShowMaximizedWithBounds(const gfx::Rect& bounds);
192 void SchedulePaintInRect(const gfx::Rect& rect);
439 void OnMoving(UINT param, const RECT* new_bounds);
543 // The last-seen monitor containing us, and its rect and work area. These are
544 // used to catch updates to the rect and work area and react accordingly.
546 gfx::Rect last_monitor_rect_, last_work_area_;
569 // We must track the invalid rect ourselves, for two reasons:
576 gfx::Rect invalid_rect_;