HomeSort by relevance Sort by last modified time
    Searched refs:toSVGBoolean (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGBoolean.cpp 66 bool fromBoolean = animationElement->animationMode() == ToAnimation ? m_value : toSVGBoolean(from)->value();
67 bool toBoolean = toSVGBoolean(to)->value();
SVGBoolean.h 72 inline PassRefPtr<SVGBoolean> toSVGBoolean(PassRefPtr<SVGPropertyBase> passBase)

Completed in 81 milliseconds