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

  /external/chromium_org/chrome/browser/extensions/
image_loader.h 42 struct ImageRepresentation {
50 ImageRepresentation(const ExtensionResource& resource,
54 ~ImageRepresentation();
102 const std::vector<ImageRepresentation>& info_list,
image_loader.cc 41 ImageLoader::ImageRepresentation::ResizeCondition resize_method,
45 case ImageLoader::ImageRepresentation::ALWAYS_RESIZE:
47 case ImageLoader::ImageRepresentation::RESIZE_WHEN_LARGER:
57 const ImageLoader::ImageRepresentation& image_info) {
79 void LoadImageOnBlockingPool(const ImageLoader::ImageRepresentation& image_info,
123 // ImageLoader::ImageRepresentation
125 ImageLoader::ImageRepresentation::ImageRepresentation(
136 ImageLoader::ImageRepresentation::~ImageRepresentation() {
    [all...]

Completed in 44 milliseconds