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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GeneratedImage.h 42 virtual bool hasRelativeHeight() const OVERRIDE { return true; }
CrossfadeGeneratedImage.h 47 virtual bool hasRelativeHeight() const OVERRIDE { return false; }
Image.h 82 virtual bool hasRelativeHeight() const { return false; }
Image.cpp 137 if (hasRelativeHeight())
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.h 51 virtual bool hasRelativeHeight() const OVERRIDE { return m_image->hasRelativeHeight(); }
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp 254 return m_image->hasRelativeHeight();
280 float heightScale = m_image->hasRelativeHeight() ? 1.0f : multiplier;

Completed in 754 milliseconds