OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSVGLength
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableSVGLength.h
69
DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(AnimatableSVGLength,
isSVGLength
());
AnimatableValue.h
70
bool
isSVGLength
() const { return type() == TypeSVGLength; }
AnimatableValueTestHelper.cpp
251
else if (animValue.
isSVGLength
())
Completed in 41 milliseconds