Home
last modified time | relevance | path

Searched defs:imageHasRelativeHeight (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderImageResource.h63 …virtual bool imageHasRelativeHeight() const { return m_cachedImage ? m_cachedImage->imageHasRelati… in imageHasRelativeHeight() function
DRenderImageResourceStyleImage.h55 virtual bool imageHasRelativeHeight() const { return m_styleImage->imageHasRelativeHeight(); } in imageHasRelativeHeight() function
/external/webkit/Source/WebCore/rendering/style/
DStyleGeneratedImage.h49 virtual bool imageHasRelativeHeight() const { return !m_fixedSize; } in imageHasRelativeHeight() function
DStyleCachedImage.cpp62 bool StyleCachedImage::imageHasRelativeHeight() const in imageHasRelativeHeight() function in WebCore::StyleCachedImage
DStylePendingImage.h51 virtual bool imageHasRelativeHeight() const { return false; } in imageHasRelativeHeight() function
/external/webkit/Source/WebCore/loader/cache/
DCachedImage.cpp161 bool CachedImage::imageHasRelativeHeight() const in imageHasRelativeHeight() function in WebCore::CachedImage