Home
last modified time | relevance | path

Searched refs:hasHeight (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
DCachedImage.cpp182 bool hasHeight = m_image->size().height() > 0; in imageSize() local
187 if (hasHeight) in imageSize()
206 bool hasHeight = m_image->rect().height() > 0; in imageRect() local
212 if (hasHeight) in imageRect()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceFilterPrimitive.cpp99 if (effect->hasHeight()) in determineFilterPrimitiveSubregion()
111 if (!effect->hasHeight()) in determineFilterPrimitiveSubregion()
/external/webkit/Source/WebCore/svg/
DPatternAttributes.h129 bool hasHeight() const { return m_heightSet; } in hasHeight() function
DSVGPatternElement.cpp251 if (!attributes.hasHeight() && current->hasAttribute(SVGNames::heightAttr)) in collectPatternAttributes()
/external/webkit/Source/WebCore/platform/graphics/filters/
DFilterEffect.h103 bool hasHeight() const { return m_hasHeight; } in hasHeight() function
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2450148 (WebInspector.AuditRules.ImageDimensionsRule.prototype.doRun.routine.hasHeight):
DChangeLog-2007-10-1470432 (WebCore::PatternAttributes::hasHeight):
DChangeLog-2009-06-16733 (WebCore::FilterEffect::hasHeight):
DChangeLog-2010-12-0651616 (WebCore::FilterEffect::hasHeight):