Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGRadialGradientElement.cpp172 if (!attributes.hasFx() && current->hasAttribute(SVGNames::fxAttr)) in collectGradientAttributes()
201 if (!attributes.hasFx()) in collectGradientAttributes()
DRadialGradientAttributes.h57 bool hasFx() const { return m_fxSet; } in hasFx() function