Home | History | Annotate | Download | only in display

Lines Matching defs:DisplayInfo

29 // DisplayInfo contains metadata for each display. This is used to
33 class ASH_EXPORT DisplayInfo {
35 // Creates a DisplayInfo from string spec. 100+200-1440x800 creates display
64 static DisplayInfo CreateFromSpec(const std::string& spec);
66 // Creates a DisplayInfo from string spec using given |id|.
67 static DisplayInfo CreateFromSpecWithID(const std::string& spec,
70 DisplayInfo();
71 DisplayInfo(int64 id, const std::string& name, bool has_overscan);
72 ~DisplayInfo();
110 void Copy(const DisplayInfo& another_info);
134 // Returns a string representation of the DisplayInfo
138 // Returns a string representation of the DisplayInfo