Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateElement.cpp59 SVGElement* targetElement = this->targetElement(); in hasValidAttributeType() local
101 SVGElement* targetElement = this->targetElement(); in calculateAnimatedValue() local
151 SVGElement* targetElement = this->targetElement(); in calculateFromAndToValues() local
163 SVGElement* targetElement = this->targetElement(); in calculateFromAndByValues() local
206 SVGElement* targetElement = this->targetElement(); in resetAnimatedType() local
247 static inline void applyCSSPropertyToTarget(SVGElement* targetElement, CSSPropertyID id, const Stri… in applyCSSPropertyToTarget()
258 static inline void removeCSSPropertyFromTarget(SVGElement* targetElement, CSSPropertyID id) in removeCSSPropertyFromTarget()
265 static inline void applyCSSPropertyToTargetAndInstances(SVGElement* targetElement, const QualifiedN… in applyCSSPropertyToTargetAndInstances()
285 static inline void removeCSSPropertyFromTargetAndInstances(SVGElement* targetElement, const Qualifi… in removeCSSPropertyFromTargetAndInstances()
305 static inline void notifyTargetAboutAnimValChange(SVGElement* targetElement, const QualifiedName& a… in notifyTargetAboutAnimValChange()
[all …]
DSVGExternalResourcesRequired.cpp50 bool SVGExternalResourcesRequired::handleAttributeChange(SVGElement* targetElement, const Qualified… in handleAttributeChange()
71 void SVGExternalResourcesRequired::dispatchLoadEvent(SVGElement* targetElement) in dispatchLoadEvent()
96 void SVGExternalResourcesRequired::insertedIntoDocument(SVGElement* targetElement) in insertedIntoDocument()
DSVGAnimateMotionElement.cpp64 SVGElement* targetElement = this->targetElement(); in hasValidAttributeType() local
197 SVGElement* targetElement = this->targetElement(); in resetAnimatedType() local
204 void SVGAnimateMotionElement::clearAnimatedType(SVGElement* targetElement) in clearAnimatedType()
250 SVGElement* targetElement = this->targetElement(); in calculateAnimatedValue() local
307 SVGElement* targetElement = this->targetElement(); in applyResultsToTarget() local
DSVGAnimateTransformElement.cpp46 SVGElement* targetElement = this->targetElement(); in hasValidAttributeType() local
DSVGAnimationElement.cpp362 bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedNa… in isTargetAttributeCSSProperty()
369 …:ShouldApplyAnimation SVGAnimationElement::shouldApplyAnimation(SVGElement* targetElement, const Q… in shouldApplyAnimation()
651 void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attr… in adjustForInheritance()
665 static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, con… in inheritsFromProperty()
677 SVGElement* targetElement = this->targetElement(); in determinePropertyValueTypes() local
DSVGAnimatedTypeAnimator.cpp62 …SVGAnimatedTypeAnimator::findAnimatedPropertiesForAttributeName(SVGElement* targetElement, const Q… in findAnimatedPropertiesForAttributeName()
DSVGAElement.cpp164 Element* targetElement = treeScope().getElementById(url.substring(1)); in defaultEventHandler() local
DSVGAnimatedColor.cpp50 static inline void adjustForCurrentColor(SVGElement* targetElement, Color& color) in adjustForCurrentColor()
DSVGAnimatedEnumeration.cpp42 static inline unsigned enumerationValueForTargetAttribute(SVGElement* targetElement, const Qualifie… in enumerationValueForTargetAttribute()
DSVGElementInstance.cpp259 SVGElementInstance::InstanceUpdateBlocker::InstanceUpdateBlocker(SVGElement* targetElement) in InstanceUpdateBlocker()
DSVGUseElement.cpp639 …Element* targetElement = SVGURIReference::targetElementFromIRIString(use->hrefCurrentValue(), *ref… in hasCycleUseReferencing() local
713 …Element* targetElement = SVGURIReference::targetElementFromIRIString(use->hrefCurrentValue(), *ref… in expandUseElementsInShadowTree() local
/external/apache-xml/src/main/java/org/apache/xpath/
DWhitespaceStrippingElementMatcher.java45 XPathContext support, Element targetElement) throws TransformerException; in shouldStripWhiteSpace()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGTextPath.cpp39 …Element* targetElement = SVGURIReference::targetElementFromIRIString(textPathElement->hrefCurrentV… in layoutPath() local
/external/chromium-trace/trace-viewer/src/ui/
Dmouse_tracker.js24 function MouseTracker(targetElement) { argument
Dcamera.js17 function Camera(targetElement) { argument
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.h61 SVGElement* targetElement() const { return m_targetElement; } in targetElement() function
/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/chromium_org/third_party/WebKit/Source/devtools/front_end/
DMetricsSidebarPane.js320 startEditing: function(targetElement, box, styleProperty, computedStyle) argument
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
Dapi.js402 cvox.Api.click = function(targetElement, shiftKey) { argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp1257 Element* targetElement = assertEditableElement(errorString, targetElementId); in moveTo() local