HomeSort by relevance Sort by last modified time
    Searched refs:imageHasRelativeHeight (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderImageResource.h 63 virtual bool imageHasRelativeHeight() const { return m_cachedImage ? m_cachedImage->imageHasRelativeHeight() : false; }
RenderImageResourceStyleImage.h 55 virtual bool imageHasRelativeHeight() const { return m_styleImage->imageHasRelativeHeight(); }
RenderImage.cpp 525 } else if (m_imageResource->imageHasRelativeHeight())
  /external/webkit/Source/WebCore/rendering/style/
StyleCachedImage.cpp 62 bool StyleCachedImage::imageHasRelativeHeight() const
64 return m_image->imageHasRelativeHeight();
StyleCachedImage.h 50 virtual bool imageHasRelativeHeight() const;
StylePendingImage.h 51 virtual bool imageHasRelativeHeight() const { return false; }
StyleGeneratedImage.h 49 virtual bool imageHasRelativeHeight() const { return !m_fixedSize; }
StyleImage.h 57 virtual bool imageHasRelativeHeight() const = 0;
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.h 56 bool imageHasRelativeHeight() const;
CachedImage.cpp 163 bool CachedImage::imageHasRelativeHeight() const

Completed in 548 milliseconds