Searched refs:hasWidth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DPatternAttributes.h128 bool hasWidth() const { return m_widthSet; } function in struct:WebCore::PatternAttributes
H A DSVGPatternElement.cpp188 if (!attributes.hasWidth() && current->hasAttribute(SVGNames::widthAttr))
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterEffect.h141 bool hasWidth() const { return m_hasWidth; } function in class:WebCore::FilterEffect
H A DFilterEffect.cpp102 if (hasWidth())
474 if (hasWidth())
517 if (hasWidth()) {

Completed in 125 milliseconds