OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animatedPropertyCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h
56
RefPtr<SVGAnimatedProperty> wrapper =
animatedPropertyCache
()->get(key);
61
animatedPropertyCache
()->set(key, wrapper);
71
return static_cast<TearOffType*>(
animatedPropertyCache
()->get(key));
86
static Cache*
animatedPropertyCache
();
SVGAnimatedProperty.cpp
47
Cache* cache =
animatedPropertyCache
();
76
SVGAnimatedProperty::Cache* SVGAnimatedProperty::
animatedPropertyCache
()
Completed in 196 milliseconds