OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookupOrCreateWrapperForAnimatedProperty
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyInfo.h
61
typedef PassRefPtr<SVGAnimatedProperty> (*
LookupOrCreateWrapperForAnimatedProperty
)(SVGElement*);
65
LookupOrCreateWrapperForAnimatedProperty
newLookupOrCreateWrapperForAnimatedProperty)
71
,
lookupOrCreateWrapperForAnimatedProperty
(newLookupOrCreateWrapperForAnimatedProperty)
80
LookupOrCreateWrapperForAnimatedProperty
lookupOrCreateWrapperForAnimatedProperty
;
SVGAttributeToPropertyMap.cpp
143
ASSERT(info->
lookupOrCreateWrapperForAnimatedProperty
);
144
return (*info->
lookupOrCreateWrapperForAnimatedProperty
)(contextElement);
Completed in 29 milliseconds