Home | History | Annotate | Download | only in widget

Lines Matching full:bounds

228     // Specifies the initial bounds of the Widget. Default is empty, which means
230 // |bounds| is in the parent's coordinate system. If the parent is not
232 gfx::Rect bounds;
275 const gfx::Rect& bounds);
282 const gfx::Rect& bounds);
289 const gfx::Rect& bounds);
397 // Returns the bounds of the Widget in screen coordinates.
400 // Returns the bounds of the Widget's client area in screen coordinates.
403 // Retrieves the restored bounds for the window.
406 // Sizes and/or places the widget to the specified bounds, size or position.
407 void SetBounds(const gfx::Rect& bounds);
416 void SetBoundsConstrained(const gfx::Rect& bounds);
426 // to offset the bounds of the window from the cursor.
721 // Returns the work area bounds of the screen the Widget belongs to.
815 void SetInitialBounds(const gfx::Rect& bounds);
818 void SetInitialBoundsForFramelessWindow(const gfx::Rect& bounds);
820 // Returns the bounds and "show" state from the delegate. Returns true if
821 // the delegate wants to use a specified bounds.
822 bool GetSavedWindowPlacement(gfx::Rect* bounds,
888 // The restored bounds used for the initial show. This is only used if