Home
last modified time | relevance | path

Searched defs:imageHasRelativeHeight (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImageResourceStyleImage.h55 virtual bool imageHasRelativeHeight() const { return m_styleImage->imageHasRelativeHeight(); } in imageHasRelativeHeight() function
DRenderImageResource.h64 …virtual bool imageHasRelativeHeight() const { return m_cachedImage ? m_cachedImage->imageHasRelati… in imageHasRelativeHeight() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleGeneratedImage.h47 virtual bool imageHasRelativeHeight() const { return !m_fixedSize; } in imageHasRelativeHeight() function
DStyleFetchedImage.cpp74 bool StyleFetchedImage::imageHasRelativeHeight() const in imageHasRelativeHeight() function in WebCore::StyleFetchedImage
DStylePendingImage.h56 virtual bool imageHasRelativeHeight() const { return false; } in imageHasRelativeHeight() function
DStyleFetchedImageSet.cpp82 bool StyleFetchedImageSet::imageHasRelativeHeight() const in imageHasRelativeHeight() function in WebCore::StyleFetchedImageSet
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResource.cpp223 bool ImageResource::imageHasRelativeHeight() const in imageHasRelativeHeight() function in WebCore::ImageResource