Searched refs:imageHasRelativeHeight (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImageResource.h65 virtual bool imageHasRelativeHeight() const { return m_cachedImage ? m_cachedImage->imageHasRelativeHeight() : false; } function in class:blink::RenderImageResource
H A DRenderImageResourceStyleImage.h55 virtual bool imageHasRelativeHeight() const OVERRIDE { return m_styleImage->imageHasRelativeHeight(); }
H A DRenderImage.cpp433 if (intrinsicSize.isEmpty() && (m_imageResource->imageHasRelativeWidth() || m_imageResource->imageHasRelativeHeight())) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleFetchedImage.cpp75 bool StyleFetchedImage::imageHasRelativeHeight() const function in class:blink::StyleFetchedImage
77 return m_image->imageHasRelativeHeight();
H A DStyleFetchedImageSet.cpp82 bool StyleFetchedImageSet::imageHasRelativeHeight() const function in class:blink::StyleFetchedImageSet
84 return m_bestFitImage->imageHasRelativeHeight();
H A DStyleFetchedImage.h50 virtual bool imageHasRelativeHeight() const OVERRIDE;
H A DStyleGeneratedImage.h47 virtual bool imageHasRelativeHeight() const OVERRIDE { return !m_fixedSize; }
H A DStyleImage.h60 virtual bool imageHasRelativeHeight() const = 0;
H A DStylePendingImage.h56 virtual bool imageHasRelativeHeight() const OVERRIDE { return false; }
H A DStyleFetchedImageSet.h64 virtual bool imageHasRelativeHeight() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.h71 bool imageHasRelativeHeight() const;
H A DImageResource.cpp251 bool ImageResource::imageHasRelativeHeight() const function in class:blink::ImageResource

Completed in 133 milliseconds