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

  /external/webkit/WebCore/rendering/
RenderImageGeneratedContent.h 51 virtual bool imageHasRelativeWidth() const { return m_styleImage->imageHasRelativeWidth(); }
RenderImage.h 89 virtual bool imageHasRelativeWidth() const { return m_cachedImage ? m_cachedImage->imageHasRelativeWidth() : false; }
RenderImage.cpp 586 if (imageHasRelativeWidth())
597 else if (imageHasRelativeWidth())
  /external/webkit/WebCore/rendering/style/
StyleCachedImage.cpp 57 bool StyleCachedImage::imageHasRelativeWidth() const
59 return m_image->imageHasRelativeWidth();
StyleCachedImage.h 49 virtual bool imageHasRelativeWidth() const;
StyleGeneratedImage.h 48 virtual bool imageHasRelativeWidth() const { return !m_fixedSize; }
StyleImage.h 55 virtual bool imageHasRelativeWidth() const = 0;
  /external/webkit/WebCore/loader/
CachedImage.h 55 bool imageHasRelativeWidth() const;
CachedImage.cpp 158 bool CachedImage::imageHasRelativeWidth() const

Completed in 1921 milliseconds