Searched defs:ImageRef (Results 1 – 1 of 1) sorted by relevance
264 struct ImageRef { struct265 ImageRef(const std::string& type, int width, int height) in ImageRef() function269 ImageRef(const std::string& type, int width, int height, const GURL& url) in ImageRef() argument275 std::string type;278 int width;279 int height;282 GURL url;