/external/chromium/chrome/browser/ui/gtk/ |
custom_drag.cc | 15 #include "ui/gfx/image.h" 44 CustomDrag::CustomDrag(gfx::Image* icon, int code_mask, GdkDragAction action) 78 gfx::Image* icon) 96 gfx::Image* icon) { 115 void DownloadItemDrag::BeginDrag(const DownloadItem* item, gfx::Image* icon) {
|
/external/chromium_org/chrome/browser/notifications/ |
notification.cc | 21 gfx::Image(), 44 gfx::Image(), 64 const gfx::Image& icon, 97 const gfx::Image& icon,
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_app_menu_item_browser.cc | 18 const gfx::Image* icon,
|
/external/chromium_org/chrome/browser/ui/autofill/ |
data_model_wrapper.h | 15 class Image; 51 virtual gfx::Image GetIcon(); 144 virtual gfx::Image GetIcon() OVERRIDE; 182 virtual gfx::Image GetIcon() OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/global_error/ |
global_error.cc | 11 #include "ui/gfx/image/image.h" 55 gfx::Image GlobalErrorWithStandardBubble::GetBubbleViewIcon() {
|
/external/chromium_org/chrome/browser/ui/gtk/ |
custom_drag.cc | 8 #include "ui/gfx/image/image.h" 10 CustomDrag::CustomDrag(gfx::Image* icon, int code_mask, GdkDragAction action)
|
script_bubble_gtk.h | 18 #include "ui/gfx/image/image.h" 46 void OnIconLoaded(const std::string& extension_id, const gfx::Image& icon);
|
throbber_gtk.h | 17 #include "ui/gfx/image/image.h" 65 // The image containing the throbber frames. 66 gfx::Image frames_;
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
extension_infobar_gtk.h | 37 void OnImageLoaded(const gfx::Image& image);
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_ui.h | 27 class Image; 55 virtual gfx::Image GetThemeImageNamed(int id) const OVERRIDE; 74 const gfx::ImageSkia& image, 76 virtual gfx::Image GetIconForContentType( 87 typedef std::map<int, gfx::Image> ImageCache; 131 // Takes the base frame image |base_id| and tints it with |tint_id|. 142 // Renders a GTK button border the size of the image |sizing_idr| in 203 // Image cache of lazily created images.
|
menu_util.h | 10 #include "ui/gfx/image/image.h" 18 GtkWidget* BuildMenuItemWithImage(const std::string& label, GtkWidget* image); 20 const gfx::Image& icon);
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_edit_controller.h | 22 class Image;
|
/external/chromium_org/chrome/browser/ui/test/ |
test_confirm_bubble_model.cc | 35 gfx::Image* TestConfirmBubbleModel::GetIcon() const { 36 // Return an arbitrary non-empty image.
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
decorated_textfield.h | 10 #include "ui/gfx/image/image.h" 42 void SetIcon(const gfx::Image& icon);
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
extension_infobar.h | 39 void OnImageLoaded(const gfx::Image& image); 46 // plain image (in which case |icon_as_image_| is set) or a dropdown menu (in 57 // The image view for the icon. 58 // It is non-NULL if |infobar_icon_| is an image and in that case
|
/external/chromium_org/chrome/browser/ui/views/ |
script_bubble_view.h | 12 #include "ui/gfx/image/image.h" 57 // Call when an image has finished loading. 58 void OnImageLoaded(size_t index, const gfx::Image& image);
|
/external/chromium_org/printing/ |
image_mac.cc | 5 #include "printing/image.h" 15 bool Image::LoadMetafile(const Metafile& metafile) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderImageResourceStyleImage.cpp | 64 PassRefPtr<Image> RenderImageResourceStyleImage::image(int width, int height) const function in class:WebCore::RenderImageResourceStyleImage 66 // Generated content may trigger calls to image() while we're still pending, don't assert but gracefully exit. 69 return m_styleImage->image(m_renderer, IntSize(width, height));
|
RenderImageResourceStyleImage.h | 49 virtual PassRefPtr<Image> image(int width = 0, int height = 0) const;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleFetchedImage.h | 38 static PassRefPtr<StyleFetchedImage> create(ImageResource* image) { return adoptRef(new StyleFetchedImage(image)); } 56 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const;
|
StyleGeneratedImage.h | 53 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
RequestView.js | 72 case WebInspector.resourceTypes.Image:
|
ResourceType.js | 118 Image: new WebInspector.ResourceType("image", "Image", "Images", "rgb(164,60,255)", false),
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGImage.cpp | 21 DEFINE_SVG_INFO(Image) 24 parser._startElement("image"); 37 SkASSERT(strncmp(data, "data:image/", 11) == 0);
|
/external/chromium_org/ui/base/models/ |
simple_menu_model.h | 15 class Image; 50 gfx::Image* icon) const; 128 void SetIcon(int index, const gfx::Image& icon); 157 virtual bool GetIconAt(int index, gfx::Image* icon) OVERRIDE;
|