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 { return m_styleImage->imageHasRelativeWidth(); }
RenderImageResource.h 63 virtual bool imageHasRelativeWidth() const { return m_cachedImage ? m_cachedImage->imageHasRelativeWidth() : 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 69 bool StyleFetchedImage::imageHasRelativeWidth() const
71 return m_image->imageHasRelativeWidth();
StyleFetchedImageSet.cpp 77 bool StyleFetchedImageSet::imageHasRelativeWidth() const
79 return m_bestFitImage->imageHasRelativeWidth();
StyleFetchedImage.h 49 virtual bool imageHasRelativeWidth() const;
StyleGeneratedImage.h 46 virtual bool imageHasRelativeWidth() const { return !m_fixedSize; }
StyleFetchedImageSet.h 63 virtual bool imageHasRelativeWidth() const;
StyleImage.h 59 virtual bool imageHasRelativeWidth() const = 0;
StylePendingImage.h 55 virtual bool imageHasRelativeWidth() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResource.h 65 bool imageHasRelativeWidth() const;
ImageResource.cpp 212 bool ImageResource::imageHasRelativeWidth() const

Completed in 483 milliseconds