Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/
Dimage_loader.h42 struct ImageRepresentation { struct
50 ImageRepresentation(const ExtensionResource& resource, argument
57 ExtensionResource resource;
59 ResizeCondition resize_condition;
63 gfx::Size desired_size;
66 ui::ScaleFactor scale_factor;
Dimage_loader.cc125 ImageLoader::ImageRepresentation::ImageRepresentation( in ImageRepresentation() function in extensions::ImageLoader::ImageRepresentation