HomeSort by relevance Sort by last modified time
    Searched refs:Image (Results 276 - 300 of 880) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/panels/
panel.h 22 #include "ui/gfx/image/image.h"
84 const gfx::Image& app_icon() const { return app_icon_; }
291 gfx::Image GetCurrentPageIcon() const;
339 void OnImageLoaded(const gfx::Image& image);
347 // Load the app's image, firing a load state change when loaded.
406 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 11 #include "ui/gfx/image/image.h"
244 const gfx::Image& WebsiteSettingsUI::GetPermissionIcon(
287 const gfx::Image& WebsiteSettingsUI::GetIdentityIcon(
320 const gfx::Image& WebsiteSettingsUI::GetConnectionIcon(
334 const gfx::Image& WebsiteSettingsUI::GetFirstVisitIcon(
  /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 87 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 46 PassRefPtr<Image> image(RenderObject*, const IntSize&);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.h 83 virtual PassRefPtr<Image> getSourceImageForCanvas(SourceImageMode, SourceImageStatus*) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ImagePainter.cpp 51 // an area within an image, so we don't call RenderTheme::supportsFocusRing here.
90 // Draw an outline rect where the image should be.
99 // the ouline rect so the error image/alt text doesn't draw on it.
103 RefPtr<Image> image = m_renderImage.imageResource()->image(); local
105 if (m_renderImage.imageResource()->errorOccurred() && !image->isNull() && usableWidth >= image->width() && usableHeight >= image->height()) {
107 // Call brokenImage() explicitly to ensure we get the broken image icon at the appropriate resolution
181 Image* image = img.get(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.h 76 static PassOwnPtr<Shape> createRasterShape(Image*, float threshold, const LayoutRect& imageRect, const LayoutRect& marginRect, WritingMode, float margin);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleFetchedImage.cpp 33 StyleFetchedImage::StyleFetchedImage(ImageResource* image)
34 : m_image(image)
105 PassRefPtr<Image> StyleFetchedImage::image(RenderObject* renderer, const IntSize&) const function in class:blink::StyleFetchedImage
StyleFetchedImage.h 38 static PassRefPtr<StyleFetchedImage> create(ImageResource* image) { return adoptRef(new StyleFetchedImage(image)); }
56 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE;
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:blink::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 OVERRIDE;
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:blink::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 OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.h 32 #include "platform/graphics/Image.h"
37 class SVGImageForContainer FINAL : public Image {
39 static PassRefPtr<SVGImageForContainer> create(SVGImage* image, const FloatSize& containerSize, float zoom)
41 return adoptRef(new SVGImageForContainer(image, containerSize, zoom));
67 SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom)
68 : m_image(image)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
ResourceType.js 118 Image: new WebInspector.ResourceType("image", "Image", "Images", "rgb(164,60,255)", false),
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
ResourceView.js 75 case WebInspector.resourceTypes.Image:
  /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]);
  /external/chromium_org/ui/message_center/cocoa/
settings_controller.h 31 const gfx::Image& icon) OVERRIDE;
  /external/chromium_org/ui/message_center/
message_center_impl.h 172 const gfx::Image& image) OVERRIDE;
174 const gfx::Image& image) OVERRIDE;
177 const gfx::Image& image) OVERRIDE;
202 const gfx::Image& icon) OVERRIDE;
notifier_settings.cc 64 NotifierGroup::NotifierGroup(const gfx::Image& icon,

Completed in 989 milliseconds

<<11121314151617181920>>