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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImageResource.h64 virtual bool imageHasRelativeHeight() const { return m_cachedImage ? m_cachedImage->imageHasRelativeHeight() : false; } function in class:WebCore::RenderImageResource
H A DRenderImageResourceStyleImage.h55 virtual bool imageHasRelativeHeight() const { return m_styleImage->imageHasRelativeHeight(); } function in class:WebCore::RenderImageResourceStyleImage
H A DRenderImage.cpp615 if (intrinsicSize.isEmpty() && (m_imageResource->imageHasRelativeWidth() || m_imageResource->imageHasRelativeHeight())) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleFetchedImage.cpp74 bool StyleFetchedImage::imageHasRelativeHeight() const function in class:WebCore::StyleFetchedImage
76 return m_image->imageHasRelativeHeight();
H A DStyleFetchedImageSet.cpp82 bool StyleFetchedImageSet::imageHasRelativeHeight() const function in class:WebCore::StyleFetchedImageSet
84 return m_bestFitImage->imageHasRelativeHeight();
H A DStyleFetchedImage.h50 virtual bool imageHasRelativeHeight() const;
H A DStyleFetchedImageSet.h64 virtual bool imageHasRelativeHeight() const;
H A DStyleGeneratedImage.h47 virtual bool imageHasRelativeHeight() const { return !m_fixedSize; } function in class:WebCore::StyleGeneratedImage
H A DStylePendingImage.h56 virtual bool imageHasRelativeHeight() const { return false; } function in class:WebCore::StylePendingImage
H A DStyleImage.h60 virtual bool imageHasRelativeHeight() const = 0;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.h69 bool imageHasRelativeHeight() const;
H A DImageResource.cpp223 bool ImageResource::imageHasRelativeHeight() const function in class:WebCore::ImageResource

Completed in 120 milliseconds