Home
last modified time | relevance | path

Searched defs:ImageRef (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/search_engines/
Dtemplate_url.h264 struct ImageRef { struct
265 ImageRef(const std::string& type, int width, int height) in ImageRef() function
269 ImageRef(const std::string& type, int width, int height, const GURL& url) in ImageRef() argument
275 std::string type;
278 int width;
279 int height;
282 GURL url;