Home
last modified time | relevance | path

Searched refs:hasBoundingBoxModeContent (Results 1 – 5 of 5) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DPatternAttributes.h143 bool hasBoundingBoxModeContent() const in hasBoundingBoxModeContent() function
H A DSVGPatternElement.cpp326 …if (!attributes.hasBoundingBoxModeContent() && current->hasAttribute(SVGNames::patternContentUnits… in collectPatternProperties()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DPatternAttributes.h133 bool hasBoundingBoxModeContent() const { return m_boundingBoxModeContentSet; } in hasBoundingBoxModeContent() function
H A DSVGPatternElement.cpp263 …if (!attributes.hasBoundingBoxModeContent() && current->hasAttribute(SVGNames::patternContentUnits… in collectPatternAttributes()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2007-10-1470434 (WebCore::PatternAttributes::hasBoundingBoxModeContent):