Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImageResourceStyleImage.h54 …virtual bool imageHasRelativeWidth() const OVERRIDE { return m_styleImage->imageHasRelativeWidth()… in imageHasRelativeWidth() function
DRenderImageResource.h64 …virtual bool imageHasRelativeWidth() const { return m_cachedImage ? m_cachedImage->imageHasRelativ… in imageHasRelativeWidth() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleGeneratedImage.h46 virtual bool imageHasRelativeWidth() const OVERRIDE { return !m_fixedSize; } in imageHasRelativeWidth() function
DStyleFetchedImage.cpp70 bool StyleFetchedImage::imageHasRelativeWidth() const in imageHasRelativeWidth() function in blink::StyleFetchedImage
DStylePendingImage.h55 virtual bool imageHasRelativeWidth() const OVERRIDE { return false; } in imageHasRelativeWidth() function
DStyleFetchedImageSet.cpp77 bool StyleFetchedImageSet::imageHasRelativeWidth() const in imageHasRelativeWidth() function in blink::StyleFetchedImageSet
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResource.cpp243 bool ImageResource::imageHasRelativeWidth() const in imageHasRelativeWidth() function in blink::ImageResource