Home | History | Annotate | Download | only in display

Lines Matching refs:display_id

119   // Sets the work area's |insets| to the display given by |display_id|.
120 bool UpdateWorkAreaOfDisplay(int64 display_id, const gfx::Insets& insets);
125 void SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip);
128 void SetDisplayRotation(int64 display_id, gfx::Display::Rotation rotation);
131 void SetDisplayUIScale(int64 display_id, float ui_scale);
134 void SetDisplayResolution(int64 display_id, const gfx::Size& resolution);
138 void RegisterDisplayProperty(int64 display_id,
145 bool GetSelectedResolutionForDisplayId(int64 display_id,
152 // Returns the current overscan insets for the specified |display_id|.
155 gfx::Insets GetOverscanInsets(int64 display_id) const;
187 // Retuns the display info associated with |display_id|.
188 const DisplayInfo& GetDisplayInfo(int64 display_id) const;
214 // Update the bounds of the display given by |display_id|.
215 bool UpdateDisplayBounds(int64 display_id,
247 // Creates a display object from the DisplayInfo for |display_id|.
248 gfx::Display CreateDisplayFromDisplayInfoById(int64 display_id);