Home
last modified time | relevance | path

Searched defs:targetElement (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp91 static inline void adjustForCurrentColor(SVGElement* targetElement, Color& color) in adjustForCurrentColor()
101 static inline void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeNa… in adjustForInheritance()
118 SVGElement* targetElement = this->targetElement(); in hasValidAttributeType() local
173 SVGElement* targetElement = 0; in calculateAnimatedValue() local
323 static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, con… in inheritsFromProperty()
341 SVGElement* targetElement = this->targetElement(); in calculateFromAndToValues() local
396 SVGElement* targetElement = this->targetElement(); in calculateFromAndByValues() local
433 SVGElement* targetElement = this->targetElement(); in resetToBaseValue() local
493 SVGElement* targetElement = this->targetElement(); in calculateDistance() local
DSVGAnimateTransformElement.cpp64 SVGElement* targetElement = this->targetElement(); in hasValidAttributeType() local
116 SVGElement* targetElement = this->targetElement(); in resetToBaseValue() local
134 SVGElement* targetElement = this->targetElement(); in calculateAnimatedValue() local
182 SVGElement* targetElement = this->targetElement(); in applyResultsToTarget() local
DSVGAnimateMotionElement.cpp58 SVGElement* targetElement = this->targetElement(); in hasValidAttributeType() local
182 SVGElement* targetElement = this->targetElement(); in calculateAnimatedValue() local
222 SVGElement* targetElement = this->targetElement(); in applyResultsToTarget() local
DSVGDocumentExtensions.cpp140 …xtensions::addAnimationElementToTarget(SVGSMILElement* animationElement, SVGElement* targetElement) in addAnimationElementToTarget()
155 …ions::removeAnimationElementFromTarget(SVGSMILElement* animationElement, SVGElement* targetElement) in removeAnimationElementFromTarget()
173 void SVGDocumentExtensions::removeAllAnimationElementsFromTarget(SVGElement* targetElement) in removeAllAnimationElementsFromTarget()
DSVGTextPathElement.cpp160 Element* targetElement = ownerDocument()->getElementById(id); in insertedIntoDocument() local
DSVGTests.cpp95 bool SVGTests::handleAttributeChange(const SVGElement* targetElement, const QualifiedName& attrName) in handleAttributeChange()
DSVGUseElement.cpp462 Element* targetElement = document()->getElementById(id); in buildPendingResource() local
506 Element* targetElement = document()->getElementById(id); in buildShadowAndInstanceTree() local
757 Element* targetElement = document()->getElementById(id); in hasCycleUseReferencing() local
838 Element* targetElement = document()->getElementById(id); in expandUseElementsInShadowTree() local
DSVGAElement.cpp167 Element* targetElement = document()->getElementById(url.substring(1)); in defaultEventHandler() local
DSVGAnimationElement.cpp293 bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedNa… in isTargetAttributeCSSProperty()
306 SVGElement* targetElement = this->targetElement(); in setTargetAttributeAnimatedValue() local
/external/apache-xml/src/main/java/org/apache/xpath/
DWhitespaceStrippingElementMatcher.java45 XPathContext support, Element targetElement) throws TransformerException; in shouldStripWhiteSpace()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGTextPath.cpp48 Element* targetElement = textPathElement->document()->getElementById(pathId); in layoutPath() local
/external/webkit/Source/WebCore/svg/animation/
DSMILTimeContainer.cpp199 SVGElement* targetElement = key.first; in baseValueFor() local
238 SVGElement* targetElement = animation->targetElement(); in updateAnimations() local
264 SVGElement* targetElement = animation->targetElement(); in updateAnimations() local
DSVGSMILElement.cpp498 SVGElement* SVGSMILElement::targetElement() const in targetElement() function in WebCore::SVGSMILElement
/external/webkit/Source/WebCore/inspector/front-end/
DMetricsSidebarPane.js211 startEditing: function(targetElement, box, styleProperty, computedStyle) argument
/external/webkit/Source/WebCore/wml/
DWMLTableElement.cpp138 …rAllChildrenOfElementToTargetElement(WMLElement* sourceElement, WMLElement* targetElement, unsigne… in transferAllChildrenOfElementToTargetElement()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetRoot.java918 XPathContext support, int targetElement, DTM dtm) throws TransformerException in getWhiteSpaceInfo()
940 XPathContext support, int targetElement) throws TransformerException in shouldStripWhiteSpace()
DElemTemplateElement.java1535 org.w3c.dom.Element targetElement) throws TransformerException in shouldStripWhiteSpace()
/external/webkit/Source/WebCore/html/
DHTMLFormElement.cpp202 Element* targetElement = static_cast<Element*>(targetNode); in submitElementFromEvent() local