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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableStrokeDasharrayList.h 67 DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(AnimatableStrokeDasharrayList, isStrokeDasharrayList());
AnimatableRepeatable.h 78 DEFINE_TYPE_CASTS(AnimatableRepeatable, AnimatableValue, value, (value->isRepeatable() || value->isStrokeDasharrayList()), (value.isRepeatable() || value.isStrokeDasharrayList()));
AnimatableValue.h 79 bool isStrokeDasharrayList() const { return type() == TypeStrokeDasharrayList; }
AnimatableValueTestHelper.cpp 193 else if (animValue.isStrokeDasharrayList())

Completed in 634 milliseconds