Home
last modified time | relevance | path

Searched refs:targetElement (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateElement.cpp53 if (targetElement()) in ~SVGAnimateElement()
54 clearAnimatedType(targetElement()); in ~SVGAnimateElement()
59 SVGElement* targetElement = this->targetElement(); in hasValidAttributeType() local
60 if (!targetElement) in hasValidAttributeType()
66 AnimatedPropertyType SVGAnimateElement::determineAnimatedPropertyType(SVGElement* targetElement) co… in determineAnimatedPropertyType()
68 ASSERT(targetElement); in determineAnimatedPropertyType()
71 targetElement->animatedPropertyTypeForAttribute(attributeName(), propertyTypes); in determineAnimatedPropertyType()
88 if (targetElement->hasTagName(SVGNames::markerTag) && type == AnimatedAngle) { in determineAnimatedPropertyType()
101 SVGElement* targetElement = this->targetElement(); in calculateAnimatedValue() local
102 if (!targetElement || !isSVGAnimateElement(*resultElement)) in calculateAnimatedValue()
[all …]
DSVGAnimateMotionElement.cpp53 if (targetElement()) in ~SVGAnimateMotionElement()
54 clearAnimatedType(targetElement()); in ~SVGAnimateMotionElement()
64 SVGElement* targetElement = this->targetElement(); in hasValidAttributeType() local
65 if (!targetElement) in hasValidAttributeType()
69 if (!targetElement->isSVGGraphicsElement()) in hasValidAttributeType()
73 if (targetElement->hasTagName(gTag) in hasValidAttributeType()
74 || targetElement->hasTagName(defsTag) in hasValidAttributeType()
75 || targetElement->hasTagName(useTag) in hasValidAttributeType()
76 || targetElement->hasTagName(SVGNames::imageTag) in hasValidAttributeType()
77 || targetElement->hasTagName(switchTag) in hasValidAttributeType()
[all …]
DSVGExternalResourcesRequired.cpp50 bool SVGExternalResourcesRequired::handleAttributeChange(SVGElement* targetElement, const Qualified… in handleAttributeChange() argument
52 ASSERT(targetElement); in handleAttributeChange()
55 if (!targetElement->inDocument()) in handleAttributeChange()
63 ASSERT(targetElement->haveLoadedRequiredResources()); in handleAttributeChange()
65 targetElement->sendSVGLoadEventIfPossible(); in handleAttributeChange()
71 void SVGExternalResourcesRequired::dispatchLoadEvent(SVGElement* targetElement) in dispatchLoadEvent() argument
91 ASSERT(targetElement->haveLoadedRequiredResources()); in dispatchLoadEvent()
93 targetElement->sendSVGLoadEventIfPossible(); in dispatchLoadEvent()
96 void SVGExternalResourcesRequired::insertedIntoDocument(SVGElement* targetElement) in insertedIntoDocument() argument
105 targetElement->sendSVGLoadEventIfPossibleAsynchronously(); in insertedIntoDocument()
DSVGAnimatedEnumeration.cpp42 static inline unsigned enumerationValueForTargetAttribute(SVGElement* targetElement, const Qualifie… in enumerationValueForTargetAttribute() argument
44 ASSERT(targetElement); in enumerationValueForTargetAttribute()
70 if (targetElement->hasTagName(SVGNames::feCompositeTag)) in enumerationValueForTargetAttribute()
72 ASSERT(targetElement->hasTagName(SVGNames::feMorphologyTag)); in enumerationValueForTargetAttribute()
77 if (targetElement->hasTagName(SVGNames::feColorMatrixTag)) in enumerationValueForTargetAttribute()
79 if (targetElement->hasTagName(SVGNames::feTurbulenceTag)) in enumerationValueForTargetAttribute()
82 ASSERT(targetElement->hasTagName(SVGNames::feFuncATag) in enumerationValueForTargetAttribute()
83 || targetElement->hasTagName(SVGNames::feFuncBTag) in enumerationValueForTargetAttribute()
84 || targetElement->hasTagName(SVGNames::feFuncGTag) in enumerationValueForTargetAttribute()
85 || targetElement->hasTagName(SVGNames::feFuncRTag)); in enumerationValueForTargetAttribute()
[all …]
DSVGAnimatedTypeAnimator.cpp62 …matedTypeAnimator::findAnimatedPropertiesForAttributeName(SVGElement* targetElement, const Qualifi… in findAnimatedPropertiesForAttributeName() argument
64 ASSERT(targetElement); in findAnimatedPropertiesForAttributeName()
69targetElement->localAttributeToPropertyMap().animatedPropertiesForAttribute(targetElement, attribu… in findAnimatedPropertiesForAttributeName()
74 SVGElementAnimatedProperties propertiesPair(targetElement, targetProperties); in findAnimatedPropertiesForAttributeName()
77 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); in findAnimatedPropertiesForAttributeName()
85targetElement->localAttributeToPropertyMap().animatedPropertiesForAttribute(shadowTreeElement, att… in findAnimatedPropertiesForAttributeName()
DSVGAnimationElement.cpp330 checkInvalidCSSAttributeType(targetElement()); in setAttributeType()
362 bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedNa… in isTargetAttributeCSSProperty() argument
364 ASSERT(targetElement); in isTargetAttributeCSSProperty()
369 …dApplyAnimation SVGAnimationElement::shouldApplyAnimation(SVGElement* targetElement, const Qualifi… in shouldApplyAnimation() argument
371 if (!hasValidAttributeType() || !targetElement || attributeName == anyQName()) in shouldApplyAnimation()
375 if (isTargetAttributeCSSProperty(targetElement, attributeName)) in shouldApplyAnimation()
510 …ertyType attributeType = toSVGAnimateElement(this)->determineAnimatedPropertyType(targetElement()); in currentValuesForValuesAnimation()
651 void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attr… in adjustForInheritance() argument
655 ASSERT(targetElement); in adjustForInheritance()
657 Element* parent = targetElement->parentElement(); in adjustForInheritance()
[all …]
DSVGAElement.cpp164 Element* targetElement = treeScope().getElementById(url.substring(1)); in defaultEventHandler() local
165 if (targetElement && isSVGSMILElement(*targetElement)) { in defaultEventHandler()
166 toSVGSMILElement(targetElement)->beginByLinkActivation(); in defaultEventHandler()
171 if (targetElement && !targetElement->hasTagName(SVGNames::viewTag)) in defaultEventHandler()
DSVGAnimateTransformElement.cpp46 SVGElement* targetElement = this->targetElement(); in hasValidAttributeType() local
47 if (!targetElement) in hasValidAttributeType()
DSVGAnimatedColor.cpp50 static inline void adjustForCurrentColor(SVGElement* targetElement, Color& color) in adjustForCurrentColor() argument
52 ASSERT(targetElement); in adjustForCurrentColor()
54 if (RenderObject* targetRenderer = targetElement->renderer()) in adjustForCurrentColor()
DSVGAnimationElement.h92 …ShouldApplyAnimation shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attribut…
222 …void applyAnimatedValue(ShouldApplyAnimation, SVGElement* targetElement, const QualifiedName& attr…
223 … void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String&);
DSVGUseElement.cpp639 …Element* targetElement = SVGURIReference::targetElementFromIRIString(use->hrefCurrentValue(), *ref… in hasCycleUseReferencing() local
641 if (targetElement && targetElement->isSVGElement()) in hasCycleUseReferencing()
642 newTarget = toSVGElement(targetElement); in hasCycleUseReferencing()
713 …Element* targetElement = SVGURIReference::targetElementFromIRIString(use->hrefCurrentValue(), *ref… in expandUseElementsInShadowTree() local
715 if (targetElement && targetElement->isSVGElement()) in expandUseElementsInShadowTree()
716 target = toSVGElement(targetElement); in expandUseElementsInShadowTree()
DSVGAnimateMotionElement.h48 virtual void clearAnimatedType(SVGElement* targetElement);
DSVGElementInstance.cpp259 SVGElementInstance::InstanceUpdateBlocker::InstanceUpdateBlocker(SVGElement* targetElement) in InstanceUpdateBlocker() argument
260 : m_targetElement(targetElement) in InstanceUpdateBlocker()
DSVGAnimateElement.h47 virtual void clearAnimatedType(SVGElement* targetElement);
DSVGAnimationElement.idl28 readonly attribute SVGElement targetElement;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGTextPath.cpp39 …Element* targetElement = SVGURIReference::targetElementFromIRIString(textPathElement->hrefCurrentV… in layoutPath() local
40 if (!targetElement || !targetElement->hasTagName(SVGNames::pathTag)) in layoutPath()
43 SVGPathElement* pathElement = toSVGPathElement(targetElement); in layoutPath()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetRoot.java918 XPathContext support, int targetElement, DTM dtm) throws TransformerException in getWhiteSpaceInfo() argument
923 targetElement, null, false, dtm); in getWhiteSpaceInfo()
940 XPathContext support, int targetElement) throws TransformerException in shouldStripWhiteSpace() argument
944 while(DTM.NULL != targetElement) in shouldStripWhiteSpace()
946 DTM dtm = support.getDTM(targetElement); in shouldStripWhiteSpace()
948 targetElement, null, false, dtm); in shouldStripWhiteSpace()
952 int parent = dtm.getParent(targetElement); in shouldStripWhiteSpace()
954 targetElement = parent; in shouldStripWhiteSpace()
956 targetElement = DTM.NULL; in shouldStripWhiteSpace()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSoftContextMenu.js49 var targetElement = event.target;
50 while (targetElement && window !== targetElement.ownerDocument.defaultView) {
51 var frameElement = targetElement.ownerDocument.defaultView.frameElement;
54 targetElement = frameElement;
DMetricsSidebarPane.js320 startEditing: function(targetElement, box, styleProperty, computedStyle) argument
322 if (WebInspector.isBeingEdited(targetElement))
328 targetElement.addEventListener("keydown", boundKeyDown, false);
333 WebInspector.startEditing(targetElement, config);
335 window.getSelection().setBaseAndExtent(targetElement, 0, targetElement, 1);
/external/chromium-trace/trace-viewer/src/ui/
Dmouse_tracker.js24 function MouseTracker(targetElement) { argument
25 this.targetElement_ = targetElement;
Dcamera.js17 function Camera(targetElement) { argument
18 this.targetElement_ = targetElement;
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
Dapi.js402 cvox.Api.click = function(targetElement, shiftKey) { argument
403 if (!cvox.Api.isChromeVoxActive() || !targetElement) {
408 cvox.DomUtil.clickElem(targetElement, shiftKey, true);
412 'args': [cvox.ApiUtils.makeNodeReference(targetElement), shiftKey]
/external/apache-xml/src/main/java/org/apache/xpath/
DWhitespaceStrippingElementMatcher.java45 XPathContext support, Element targetElement) throws TransformerException; in shouldStripWhiteSpace() argument
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.h61 SVGElement* targetElement() const { return m_targetElement; } in targetElement() function
112 virtual void clearAnimatedType(SVGElement* targetElement) = 0;
/external/chromium_org/third_party/WebKit/Source/core/dom/
DSelectorQuery.cpp158 bool SelectorDataList::matches(Element& targetElement) const in matches()
162 if (selectorMatches(m_selectors[i], targetElement, targetElement)) in matches()

12