Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleCachedImage.cpp62 bool StyleCachedImage::imageHasRelativeHeight() const in imageHasRelativeHeight() function in WebCore::StyleCachedImage
64 return m_image->imageHasRelativeHeight(); in imageHasRelativeHeight()
DStylePendingImage.h51 virtual bool imageHasRelativeHeight() const { return false; } in imageHasRelativeHeight() function
DStyleCachedImage.h50 virtual bool imageHasRelativeHeight() const;
DStyleGeneratedImage.h49 virtual bool imageHasRelativeHeight() const { return !m_fixedSize; } in imageHasRelativeHeight() function
DStyleImage.h57 virtual bool imageHasRelativeHeight() const = 0;
/external/webkit/Source/WebCore/rendering/
DRenderImageResourceStyleImage.h55 virtual bool imageHasRelativeHeight() const { return m_styleImage->imageHasRelativeHeight(); } in imageHasRelativeHeight() function
DRenderImageResource.h63 …virtual bool imageHasRelativeHeight() const { return m_cachedImage ? m_cachedImage->imageHasRelati… in imageHasRelativeHeight() function
DRenderImage.cpp525 } else if (m_imageResource->imageHasRelativeHeight()) in computeReplacedLogicalHeight()
/external/webkit/Source/WebCore/loader/cache/
DCachedImage.h56 bool imageHasRelativeHeight() const;
DCachedImage.cpp163 bool CachedImage::imageHasRelativeHeight() const in imageHasRelativeHeight() function in WebCore::CachedImage
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1030217 (WebCore::StyleGeneratedImage::imageHasRelativeHeight):
31789 (WebCore::RenderImage::imageHasRelativeHeight):
31802 (WebCore::RenderImageGeneratedContent::imageHasRelativeHeight):
31808 (WebCore::StyleCachedImage::imageHasRelativeHeight):
31815 (WebCore::StyleGeneratedImage::imageHasRelativeHeight):
64141 (WebCore::CachedImage::imageHasRelativeHeight):
DChangeLog-2010-12-0669445 (WebCore::RenderImageResource::imageHasRelativeHeight):
69460 (WebCore::RenderImageResourceStyleImage::imageHasRelativeHeight):