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

  /external/webkit/Source/WebCore/rendering/
RenderImageResource.h 62 virtual bool imageHasRelativeWidth() const { return m_cachedImage ? m_cachedImage->imageHasRelativeWidth() : false; }
RenderImageResourceStyleImage.h 54 virtual bool imageHasRelativeWidth() const { return m_styleImage->imageHasRelativeWidth(); }
RenderImage.cpp 483 if (m_imageResource->imageHasRelativeWidth())
495 } else if (m_imageResource->imageHasRelativeWidth())
  /external/webkit/Source/WebCore/rendering/style/
StyleCachedImage.cpp 57 bool StyleCachedImage::imageHasRelativeWidth() const
59 return m_image->imageHasRelativeWidth();
StyleCachedImage.h 49 virtual bool imageHasRelativeWidth() const;
StylePendingImage.h 50 virtual bool imageHasRelativeWidth() const { return false; }
StyleGeneratedImage.h 48 virtual bool imageHasRelativeWidth() const { return !m_fixedSize; }
StyleImage.h 56 virtual bool imageHasRelativeWidth() const = 0;
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.h 55 bool imageHasRelativeWidth() const;
CachedImage.cpp 155 bool CachedImage::imageHasRelativeWidth() const

Completed in 24 milliseconds