Searched refs:ImageInfo (Results 1 – 1 of 1) sorted by relevance
939 chromeos_update_engine.ImageInfo = (function() { class in chromeos_update_engine961 function ImageInfo(properties) { class in chromeos_update_engine.ImageInfo974 ImageInfo.prototype.board = ""; class982 ImageInfo.prototype.key = "";990 ImageInfo.prototype.channel = "";998 ImageInfo.prototype.version = "";1006 ImageInfo.prototype.buildChannel = "";1014 ImageInfo.prototype.buildVersion = "";1024 ImageInfo.create = function create(properties) {1025 return new ImageInfo(properties);[all …]