Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGBoolean.cpp66 …bool fromBoolean = animationElement->animationMode() == ToAnimation ? m_value : toSVGBoolean(from)… in calculateAnimatedValue()
67 bool toBoolean = toSVGBoolean(to)->value(); in calculateAnimatedValue()
DSVGBoolean.h72 inline PassRefPtr<SVGBoolean> toSVGBoolean(PassRefPtr<SVGPropertyBase> passBase) in toSVGBoolean() function