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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImageResourceStyleImage.h 54 virtual bool imageHasRelativeWidth() const OVERRIDE { return m_styleImage->imageHasRelativeWidth(); }
RenderImageResource.h 64 virtual bool imageHasRelativeWidth() const { return m_cachedImage ? m_cachedImage->imageHasRelativeWidth() : false; }
RenderImage.cpp 433 if (intrinsicSize.isEmpty() && (m_imageResource->imageHasRelativeWidth() || m_imageResource->imageHasRelativeHeight())) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleFetchedImage.cpp 70 bool StyleFetchedImage::imageHasRelativeWidth() const
72 return m_image->imageHasRelativeWidth();
StyleFetchedImageSet.cpp 77 bool StyleFetchedImageSet::imageHasRelativeWidth() const
79 return m_bestFitImage->imageHasRelativeWidth();
StyleGeneratedImage.h 46 virtual bool imageHasRelativeWidth() const OVERRIDE { return !m_fixedSize; }
StyleFetchedImage.h 49 virtual bool imageHasRelativeWidth() const OVERRIDE;
StyleFetchedImageSet.h 63 virtual bool imageHasRelativeWidth() const OVERRIDE;
StyleImage.h 59 virtual bool imageHasRelativeWidth() const = 0;
StylePendingImage.h 55 virtual bool imageHasRelativeWidth() const OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.h 70 bool imageHasRelativeWidth() const;
ImageResource.cpp 243 bool ImageResource::imageHasRelativeWidth() const

Completed in 85 milliseconds