Searched refs:farthestViewportElement (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGLocatable.idl31 readonly attribute SVGElement farthestViewportElement;
H A DSVGStyledLocatableElement.cpp42 SVGElement* SVGStyledLocatableElement::farthestViewportElement() const function in class:WebCore::SVGStyledLocatableElement
44 return SVGLocatable::farthestViewportElement(this);
H A DSVGLocatable.h40 virtual SVGElement* farthestViewportElement() const = 0;
50 static SVGElement* farthestViewportElement(const SVGElement*);
H A DSVGStyledLocatableElement.h36 virtual SVGElement* farthestViewportElement() const;
H A DSVGStyledTransformableElement.cpp117 SVGElement* SVGStyledTransformableElement::farthestViewportElement() const function in class:WebCore::SVGStyledTransformableElement
119 return SVGTransformable::farthestViewportElement(this);
H A DSVGTextElement.cpp68 SVGElement* SVGTextElement::farthestViewportElement() const function in class:WebCore::SVGTextElement
70 return SVGTransformable::farthestViewportElement(this);
H A DSVGStyledTransformableElement.h42 virtual SVGElement* farthestViewportElement() const;
H A DSVGTextElement.h37 virtual SVGElement* farthestViewportElement() const;
H A DSVGLocatable.cpp56 SVGElement* SVGLocatable::farthestViewportElement(const SVGElement* element) function in class:WebCore::SVGLocatable

Completed in 77 milliseconds