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