HomeSort by relevance Sort by last modified time
    Searched defs:ImageRepresentation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/
image_loader.h 45 struct ImageRepresentation {
50 ImageRepresentation(const ExtensionResource& resource,
54 ~ImageRepresentation();
93 const std::vector<ImageRepresentation>& info_list,
104 const std::vector<ImageRepresentation>& info_list,
image_loader.cc 35 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::ImageRepresentation
    [all...]

Completed in 401 milliseconds