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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImageResourceStyleImage.h 55 virtual bool imageHasRelativeHeight() const { return m_styleImage->imageHasRelativeHeight(); }
RenderImageResource.h 64 virtual bool imageHasRelativeHeight() const { return m_cachedImage ? m_cachedImage->imageHasRelativeHeight() : false; }
RenderImage.cpp 561 if (intrinsicSize.isEmpty() && (m_imageResource->imageHasRelativeWidth() || m_imageResource->imageHasRelativeHeight())) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleFetchedImage.cpp 74 bool StyleFetchedImage::imageHasRelativeHeight() const
76 return m_image->imageHasRelativeHeight();
StyleFetchedImageSet.cpp 82 bool StyleFetchedImageSet::imageHasRelativeHeight() const
84 return m_bestFitImage->imageHasRelativeHeight();
StyleFetchedImage.h 50 virtual bool imageHasRelativeHeight() const;
StyleGeneratedImage.h 47 virtual bool imageHasRelativeHeight() const { return !m_fixedSize; }
StyleFetchedImageSet.h 64 virtual bool imageHasRelativeHeight() const;
StyleImage.h 60 virtual bool imageHasRelativeHeight() const = 0;
StylePendingImage.h 56 virtual bool imageHasRelativeHeight() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResource.h 66 bool imageHasRelativeHeight() const;
ImageResource.cpp 220 bool ImageResource::imageHasRelativeHeight() const

Completed in 90 milliseconds