Searched refs:toSVGElement (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8ElementCustom.cpp47 return wrap(toSVGElement(impl), creationContext, isolate);
H A DV8NodeCustom.cpp135 return wrap(toSVGElement(impl), creationContext, isolate);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLocatable.cpp47 return toSVGElement(current);
59 farthest = toSVGElement(current);
90 ctm = toSVGElement(currentElement)->localCoordinateSpaceTransform(mode).multiply(ctm);
H A DSVGSwitchElement.cpp63 SVGElement* element = toSVGElement(node);
H A DSVGGraphicsElement.h79 ASSERT_WITH_SECURITY_IMPLICATION(!node || toSVGElement(node)->isSVGGraphicsElement());
H A DSVGMPathElement.cpp80 document()->accessSVGExtensions()->addElementReferencingTarget(this, toSVGElement(target));
H A DSVGElement.h204 inline SVGElement* toSVGElement(Node* node) function in namespace:WebCore
210 inline const SVGElement* toSVGElement(const Node* node) function in namespace:WebCore
H A DSVGUseElement.cpp418 buildShadowAndInstanceTree(toSVGElement(target));
548 if (n->isSVGElement() && toSVGElement(n)->isSVGGraphicsElement()) {
569 return toSVGElement(n)->renderer();
610 element = toSVGElement(node);
641 newTarget = toSVGElement(targetElement);
713 target = toSVGElement(targetElement);
834 element = toSVGElement(target);
936 return toSVGElement(element)->hasRelativeLengths();
H A DSVGAElement.cpp147 if (parentNode() && parentNode()->isSVGElement() && toSVGElement(parentNode())->isTextContent())
H A DSVGFEImageElement.cpp107 document()->accessSVGExtensions()->addElementReferencingTarget(this, toSVGElement(target));
H A DSVGGradientElement.cpp145 SVGElement* element = n->isSVGElement() ? toSVGElement(n) : 0;
H A DSVGSVGElement.h184 ASSERT_WITH_SECURITY_IMPLICATION(!node || toSVGElement(node)->isSVGSVGElement());
H A DSVGTextPathElement.cpp177 document()->accessSVGExtensions()->addElementReferencingTarget(this, toSVGElement(target));
H A DSVGFilterElement.cpp197 SVGElement* svgElement = toSVGElement(childContext.node());
H A DSVGTextContentElement.cpp299 SVGElement* element = toSVGElement(renderer->node());
H A DSVGViewSpec.cpp148 return toSVGElement(element);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DReferenceFilterBuilder.cpp118 SVGFilterElement* filterElement = toSVGFilterElement(toSVGElement(filter));
134 SVGElement* element = toSVGElement(node);
H A DRenderSVGModelObject.cpp142 SVGElement* currentElement = toSVGElement(current);
189 SVGElement* svgElement = toSVGElement(renderer->node());
202 SVGElement* svgElement = toSVGElement(renderer->node());
H A DSVGRenderSupport.cpp228 if (SVGElement* element = child->node()->isSVGElement() ? toSVGElement(child->node()) : 0) {
345 SVGLengthContext lengthContext(toSVGElement(object->node()));
374 SVGLengthContext lengthContext(toSVGElement(object->node()));
H A DRenderSVGResourceMarker.cpp133 SVGMarkerElement* marker = toSVGMarkerElement(toSVGElement(node()));
H A DRenderSVGViewportContainer.cpp59 SVGElement* element = toSVGElement(node());
H A DRenderSVGResource.cpp177 HashSet<SVGElement*>* dependencies = object->document()->accessSVGExtensions()->setOfElementsReferencingTarget(toSVGElement(object->node()));
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DSharedStyleFinder.cpp79 if (parent->isSVGElement() && toSVGElement(parent)->animatedSMILStyleProperties())
230 if (element->isSVGElement() && toSVGElement(element)->animatedSMILStyleProperties())
335 if (context.element()->isSVGElement() && toSVGElement(context.element())->animatedSMILStyleProperties())
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCursorImageValue.cpp112 SVGElement* svgElement = toSVGElement(element);
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
H A DSVGFEImage.cpp122 SVGElement* contextNode = toSVGElement(renderer->node());

Completed in 257 milliseconds

12