Lines Matching refs:Insets
25 class Insets;
148 // Sets the work area's |insets| to the display given by |display_id|.
149 bool UpdateWorkAreaOfDisplay(int64 display_id, const gfx::Insets& insets);
151 // Registers the overscan insets for the display of the specified ID. Note
152 // that the insets size should be specified in DIP size. It also triggers the
154 void SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip);
166 // the display has no custom overscan insets.
170 const gfx::Insets* overscan_insets,
180 // Returns the current overscan insets for the specified |display_id|.
181 // Returns an empty insets (0, 0, 0, 0) if no insets are specified for
183 gfx::Insets GetOverscanInsets(int64 display_id) const;