OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAnimatedListTearOff
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h
44
virtual bool
isAnimatedListTearOff
() const { return false; }
SVGPathSegListPropertyTearOff.cpp
107
if (!animatedPropertyOfItem->
isAnimatedListTearOff
())
SVGAnimatedListPropertyTearOff.h
64
virtual bool
isAnimatedListTearOff
() const { return true; }
SVGListPropertyTearOff.h
186
if (!animatedPropertyOfItem->
isAnimatedListTearOff
()) {
Completed in 162 milliseconds