Searched refs:nearestViewportElement (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGraphicsElement.idl34 [MeasureAs=SVGLocatableNearestViewportElement] readonly attribute SVGElement nearestViewportElement;
H A DSVGGraphicsElement.h42 SVGElement* nearestViewportElement() const;
H A DSVGGraphicsElement.cpp77 SVGElement* stopAtElement = mode == SVGGraphicsElement::NearestViewportScope ? element->nearestViewportElement() : 0;
206 SVGElement* SVGGraphicsElement::nearestViewportElement() const function in class:WebCore::SVGGraphicsElement
H A DSVGSVGElement.cpp228 if (!nearestViewportElement()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGModelObject.cpp131 SVGElement* stopAtElement = element->nearestViewportElement();

Completed in 125 milliseconds