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

/external/chromium_org/extensions/browser/
H A Dimage_loader.h45 struct ImageRepresentation { struct in class:extensions::ImageLoader
50 ImageRepresentation(const ExtensionResource& resource,
54 ~ImageRepresentation();
93 const std::vector<ImageRepresentation>& info_list,
104 const std::vector<ImageRepresentation>& info_list,
H A Dimage_loader.cc35 ImageLoader::ImageRepresentation::ResizeCondition resize_method,
39 case ImageLoader::ImageRepresentation::ALWAYS_RESIZE:
41 case ImageLoader::ImageRepresentation::RESIZE_WHEN_LARGER:
44 case ImageLoader::ImageRepresentation::NEVER_RESIZE:
53 const ImageLoader::ImageRepresentation& image_info) {
75 void LoadImageOnBlockingPool(const ImageLoader::ImageRepresentation& image_info,
99 const std::vector<ImageLoader::ImageRepresentation>& info_list) {
106 for (std::vector<ImageLoader::ImageRepresentation>::const_iterator
132 // ImageLoader::ImageRepresentation
134 ImageLoader::ImageRepresentation function in class:extensions::ImageLoader::ImageRepresentation
[all...]

Completed in 42 milliseconds