Home | History | Annotate | Download | only in display

Lines Matching defs:DisplayInfo

31 DisplayInfo DisplayInfo::CreateFromSpec(const std::string& spec) {
36 DisplayInfo DisplayInfo::CreateFromSpecWithID(const std::string& spec,
101 DisplayInfo display_info(
121 DisplayInfo::DisplayInfo()
131 DisplayInfo::DisplayInfo(int64 id,
144 DisplayInfo::~DisplayInfo() {
147 void DisplayInfo::Copy(const DisplayInfo& native_info) {
177 void DisplayInfo::SetBounds(const gfx::Rect& new_bounds_in_pixel) {
183 void DisplayInfo::UpdateDisplaySize() {
201 void DisplayInfo::SetOverscanInsets(const gfx::Insets& insets_in_dip) {
205 gfx::Insets DisplayInfo::GetOverscanInsetsInPixel() const {
209 std::string DisplayInfo::ToString() const {
212 "DisplayInfo[%lld] native bounds=%s, size=%s, scale=%f, "
223 std::string DisplayInfo::ToFullString() const {