Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/cache/
DCachedImage.cpp179 bool hasWidth = m_image->size().width() > 0; in imageSize() local
183 if (hasWidth) in imageSize()
203 bool hasWidth = m_image->rect().width() > 0; in imageRect() local
208 if (hasWidth) in imageRect()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceFilterPrimitive.cpp96 if (effect->hasWidth()) in determineFilterPrimitiveSubregion()
108 if (!effect->hasWidth()) in determineFilterPrimitiveSubregion()
/external/webkit/Source/WebCore/svg/
DPatternAttributes.h128 bool hasWidth() const { return m_widthSet; } in hasWidth() function
DSVGPatternElement.cpp248 if (!attributes.hasWidth() && current->hasAttribute(SVGNames::widthAttr)) in collectPatternAttributes()
/external/webkit/Source/WebCore/platform/graphics/filters/
DFilterEffect.h100 bool hasWidth() const { return m_hasWidth; } in hasWidth() function
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2450147 (WebInspector.AuditRules.ImageDimensionsRule.prototype.doRun.routine.hasWidth):
DChangeLog-2007-10-1470431 (WebCore::PatternAttributes::hasWidth):
DChangeLog-2009-06-16731 (WebCore::FilterEffect::hasWidth):
DChangeLog-2010-12-0651614 (WebCore::FilterEffect::hasWidth):