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 49 virtual bool hasRelativeHeight() const OVERRIDE { return false; }
Image.h 81 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 250 return m_image->hasRelativeHeight();
276 float heightScale = m_image->hasRelativeHeight() ? 1.0f : multiplier;

Completed in 138 milliseconds