HomeSort by relevance Sort by last modified time
    Searched refs:ImageRepresentation (Results 1 - 6 of 6) 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...]
extension_icon_image.cc 189 std::vector<ImageLoader::ImageRepresentation> info_list;
190 info_list.push_back(ImageLoader::ImageRepresentation(
192 ImageLoader::ImageRepresentation::ALWAYS_RESIZE,
image_loader_unittest.cc 201 std::vector<ImageLoader::ImageRepresentation> info_list;
207 info_list.push_back(ImageLoader::ImageRepresentation(
209 ImageLoader::ImageRepresentation::RESIZE_WHEN_LARGER,
extension_web_ui.cc 406 std::vector<extensions::ImageLoader::ImageRepresentation> info_list;
416 extensions::ImageLoader::ImageRepresentation(
418 extensions::ImageLoader::ImageRepresentation::ALWAYS_RESIZE,
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc 454 std::vector<extensions::ImageLoader::ImageRepresentation> info_list;
461 info_list.push_back(extensions::ImageLoader::ImageRepresentation(
463 extensions::ImageLoader::ImageRepresentation::RESIZE_WHEN_LARGER,
483 info_list.push_back(extensions::ImageLoader::ImageRepresentation(
485 extensions::ImageLoader::ImageRepresentation::RESIZE_WHEN_LARGER,

Completed in 61 milliseconds