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

  /external/webkit/Source/WebCore/rendering/
RenderImageResource.h 61 virtual bool usesImageContainerSize() const { return m_cachedImage ? m_cachedImage->usesImageContainerSize() : false; }
RenderImageResourceStyleImage.h 53 virtual bool usesImageContainerSize() const { return m_styleImage->usesImageContainerSize(); }
RenderImage.cpp 492 else if (m_imageResource->usesImageContainerSize()) {
522 else if (m_imageResource->usesImageContainerSize()) {
RenderObject.cpp 677 } else if (layer->size().type == Contain || layer->size().type == Cover || img->usesImageContainerSize())
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
StyleCachedImage.cpp 67 bool StyleCachedImage::usesImageContainerSize() const
69 return m_image->usesImageContainerSize();
StyleCachedImage.h 51 virtual bool usesImageContainerSize() const;
StylePendingImage.h 52 virtual bool usesImageContainerSize() const { return false; }
StyleGeneratedImage.h 50 virtual bool usesImageContainerSize() const { return !m_fixedSize; }
StyleImage.h 58 virtual bool usesImageContainerSize() const = 0;
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.h 54 bool usesImageContainerSize() const;
CachedImage.cpp 147 bool CachedImage::usesImageContainerSize() const

Completed in 1994 milliseconds