Home
last modified time | relevance | path

Searched refs:hasFy (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGRadialGradientElement.cpp175 if (!attributes.hasFy() && current->hasAttribute(SVGNames::fyAttr)) in collectGradientAttributes()
204 if (!attributes.hasFy()) in collectGradientAttributes()
DRadialGradientAttributes.h58 bool hasFy() const { return m_fySet; } in hasFy() function