/external/chromium_org/chrome/browser/ui/gtk/ |
overflow_button.cc | 15 #include "ui/gfx/image/image.h" 42 const gfx::Image& image = ui::ResourceBundle::GetSharedInstance(). local 45 new_child = gtk_image_new_from_pixbuf(image.ToGdkPixbuf());
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel.h | 21 #include "ui/gfx/image/image.h" 81 const gfx::Image& app_icon() const { return app_icon_; } 282 gfx::Image GetCurrentPageIcon() const; 330 void OnImageLoaded(const gfx::Image& image); 338 // Load the app's image, firing a load state change when loaded. 396 gfx::Image app_icon_;
|
/external/chromium_org/chrome/browser/ui/ |
tab_modal_confirm_dialog_delegate.cc | 79 gfx::Image* TabModalConfirmDialogDelegate::GetIcon() {
|
/external/chromium_org/chrome/browser/ui/website_settings/ |
website_settings_ui.cc | 12 #include "ui/gfx/image/image.h" 242 const gfx::Image& WebsiteSettingsUI::GetPermissionIcon( 280 const gfx::Image& WebsiteSettingsUI::GetIdentityIcon( 313 const gfx::Image& WebsiteSettingsUI::GetConnectionIcon( 327 const gfx::Image& WebsiteSettingsUI::GetFirstVisitIcon(
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_icon_source.h | 39 // grayscale=true to desaturate the image. 61 // image. 68 // A public utility function for accessing the bitmap of the image specified 87 // Returns the bitmap for the default app image. 93 // Performs any remaining transformations (like desaturating the |image|), 94 // then returns the |image| to the client and clears up any temporary data 96 void FinalizeImage(const SkBitmap* image, int request_id); 98 // Loads the default image for |request_id| and returns to the client. 102 // image to the client. 106 // Loads the favicon image for the app associated with the |request_id|. I [all...] |
/external/chromium_org/chrome/common/ |
chrome_content_client.h | 38 virtual gfx::Image& GetNativeImageNamed(int resource_id) const OVERRIDE;
|
/external/chromium_org/content/browser/web_contents/aura/ |
image_window_delegate.cc | 11 #include "ui/gfx/image/image.h" 12 #include "ui/gfx/image/image_skia.h" 25 void ImageWindowDelegate::SetImage(const gfx::Image& image) { 26 image_ = image;
|
/external/chromium_org/content/shell/common/ |
shell_content_client.cc | 83 gfx::Image& ShellContentClient::GetNativeImageNamed(int resource_id) const {
|
/external/chromium_org/printing/ |
image_win.cc | 5 #include "printing/image.h" 19 // The bitmap image rendered via the PlayEnhMetaFile() function depends on 52 bool Image::LoadMetafile(const Metafile& metafile) {
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSCanvasValue.h | 43 PassRefPtr<Image> image(RenderObject*, const IntSize&);
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
DragController.h | 47 class Image;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
HitTestLocation.h | 38 class Image;
|
RenderEmbeddedObject.h | 67 void paintSnapshotImage(PaintInfo&, const LayoutPoint&, Image*);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
ShapeOutsideInfo.cpp | 47 case ShapeValue::Image: 48 return shapeValue->isImageValid() && checkShapeImageOrigin(box->document(), *(shapeValue->image()->cachedImage()));
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleFetchedImage.cpp | 32 StyleFetchedImage::StyleFetchedImage(ImageResource* image) 33 : m_image(image) 104 PassRefPtr<Image> StyleFetchedImage::image(RenderObject* renderer, const IntSize&) const function in class:WebCore::StyleFetchedImage
|
StyleFetchedImageSet.cpp | 35 StyleFetchedImageSet::StyleFetchedImageSet(ImageResource* image, float imageScaleFactor, CSSImageSetValue* value) 36 : m_bestFitImage(image) 112 PassRefPtr<Image> StyleFetchedImageSet::image(RenderObject* renderer, const IntSize&) const function in class:WebCore::StyleFetchedImageSet
|
StyleFetchedImageSet.h | 39 // This class keeps one cached image and has access to a set of alternatives. 44 static PassRefPtr<StyleFetchedImageSet> create(ImageResource* image, float imageScaleFactor, CSSImageSetValue* value) 46 return adoptRef(new StyleFetchedImageSet(image, imageScaleFactor, value)); 53 // only looks at the image from the set that we have loaded. I'm not sure if that is 70 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const;
|
StyleGeneratedImage.cpp | 70 // At a zoom level of 1 the image is guaranteed to have an integer size. 87 PassRefPtr<Image> StyleGeneratedImage::image(RenderObject* renderer, const IntSize& size) const function in class:WebCore::StyleGeneratedImage 89 return m_imageGeneratorValue->image(renderer, size);
|
StyleImage.h | 30 #include "platform/graphics/Image.h" 65 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const = 0;
|
StylePendingImage.h | 34 #include "platform/graphics/Image.h" 62 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const function in class:WebCore::StylePendingImage
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
SVGImageForContainer.h | 32 #include "platform/graphics/Image.h" 36 class SVGImageForContainer : public Image { 38 static PassRefPtr<SVGImageForContainer> create(SVGImage* image, const FloatSize& containerSize, float zoom) 40 return adoptRef(new SVGImageForContainer(image, containerSize, zoom)); 65 SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom) 66 : m_image(image)
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ResourceView.js | 70 case WebInspector.resourceTypes.Image:
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Image.h | 7 // Image.h: Defines the rx::Image class, an abstract base class for the 27 class Image 30 Image(); 31 virtual ~Image() {}; 126 DISALLOW_COPY_AND_ASSIGN(Image);
|
Renderer.h | 62 class Image; 218 // Image operations 219 virtual Image *createImage() = 0; 220 virtual void generateMipmap(Image *dest, Image *source) = 0;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_tex_validate.c | 58 firstImage = intel_texture_image(tObj->Image[0][tObj->BaseLevel]); 103 intel_texture_image(intelObj->base.Image[face][i]); 196 intel_texture_image(intelObj->base.Image[face][i]); 213 intel_texture_image(intelObj->base.Image[face][i]);
|