HomeSort by relevance Sort by last modified time
    Searched refs:lookupOrCreateTextLengthWrapper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h 115 static PassRefPtr<SVGAnimatedProperty> lookupOrCreateTextLengthWrapper(SVGElement* contextElement);
SVGTextContentElement.cpp 49 &SVGTextContentElement::lookupOrCreateTextLengthWrapper);
85 PassRefPtr<SVGAnimatedProperty> SVGTextContentElement::lookupOrCreateTextLengthWrapper(SVGElement* contextElement)
100 return static_pointer_cast<SVGAnimatedLength>(lookupOrCreateTextLengthWrapper(this));

Completed in 1006 milliseconds