/external/chromium_org/chrome/browser/ |
icon_loader_linux.cc | 16 #include "ui/gfx/image/image_skia.h" 65 image_.reset(new gfx::Image(image_skia));
|
icon_loader_win.cc | 15 #include "ui/gfx/image/image_skia.h" 58 image_.reset(new gfx::Image(image_skia));
|
/external/chromium_org/chrome/browser/status_icons/ |
desktop_notification_balloon.cc | 17 #include "ui/gfx/image/image_skia.h" 85 GURL(), title, contents, gfx::Image(icon), string16(),
|
/external/chromium_org/chrome/browser/tab_contents/ |
spelling_bubble_model.cc | 17 #include "ui/gfx/image/image.h" 42 gfx::Image* SpellingBubbleModel::GetIcon() const {
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnail_service_impl.cc | 44 const gfx::Image& thumbnail) {
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
shell_window_launcher_item_controller.h | 25 class Image;
|
/external/chromium_org/chrome/browser/ui/autofill/ |
new_credit_card_bubble_controller.h | 13 #include "ui/gfx/image/image.h" 29 gfx::Image icon;
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
extension_infobar_gtk.h | 43 void OnImageLoaded(const gfx::Image& image);
|
/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_; } 288 gfx::Image GetCurrentPageIcon() const; 336 void OnImageLoaded(const gfx::Image& image); 344 // Load the app's image, firing a load state change when loaded. 402 gfx::Image app_icon_;
|
/external/chromium_org/chrome/browser/ui/ |
tab_modal_confirm_dialog_delegate.cc | 87 gfx::Image* TabModalConfirmDialogDelegate::GetIcon() {
|
/external/chromium_org/chrome/browser/ui/website_settings/ |
website_settings_ui.cc | 12 #include "ui/gfx/image/image.h" 241 const gfx::Image& WebsiteSettingsUI::GetPermissionIcon( 279 const gfx::Image& WebsiteSettingsUI::GetIdentityIcon( 312 const gfx::Image& WebsiteSettingsUI::GetConnectionIcon( 326 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 | 10 #include "ui/gfx/image/image.h" 11 #include "ui/gfx/image/image_skia.h" 24 void ImageWindowDelegate::SetImage(const gfx::Image& image) { 25 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 | 40 class Image;
|
RenderEmbeddedObject.h | 67 void paintSnapshotImage(PaintInfo&, const LayoutPoint&, Image*);
|
/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);
|