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

/external/webkit/Source/WebCore/rendering/style/
H A DStyleCachedImage.cpp62 bool StyleCachedImage::imageHasRelativeHeight() const function in class:WebCore::StyleCachedImage
64 return m_image->imageHasRelativeHeight();
H A DStyleCachedImage.h50 virtual bool imageHasRelativeHeight() const;
H A DStyleGeneratedImage.h49 virtual bool imageHasRelativeHeight() const { return !m_fixedSize; } function in class:WebCore::StyleGeneratedImage
H A DStylePendingImage.h51 virtual bool imageHasRelativeHeight() const { return false; } function in class:WebCore::StylePendingImage
H A DStyleImage.h57 virtual bool imageHasRelativeHeight() const = 0;
/external/webkit/Source/WebCore/rendering/
H A DRenderImageResource.h63 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.cpp525 } else if (m_imageResource->imageHasRelativeHeight())
/external/webkit/Source/WebCore/loader/cache/
H A DCachedImage.h56 bool imageHasRelativeHeight() const;
H A DCachedImage.cpp163 bool CachedImage::imageHasRelativeHeight() const function in class:WebCore::CachedImage

Completed in 94 milliseconds