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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableSVGLength.h 70 DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(AnimatableSVGLength, isSVGLength());
AnimatableValue.h 75 bool isSVGLength() const { return type() == TypeSVGLength; }
AnimatableValueTestHelper.cpp 187 else if (animValue.isSVGLength())

Completed in 65 milliseconds