Searched defs:lookupWrapper (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGAnimatedProperty.h66 static TearOffType* lookupWrapper(OwnerType* element, const SVGPropertyInfo* info) function in class:WebCore::SVGAnimatedProperty
74 static TearOffType* lookupWrapper(const OwnerType* element, const SVGPropertyInfo* info) function in class:WebCore::SVGAnimatedProperty
76 return lookupWrapper<OwnerType, TearOffType>(const_cast<OwnerType*>(element), info);

Completed in 91 milliseconds