/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimateElement.cpp | 53 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 …]
|
D | SVGAnimateMotionElement.cpp | 53 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 …]
|
D | SVGExternalResourcesRequired.cpp | 50 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()
|
D | SVGAnimatedEnumeration.cpp | 42 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 …]
|
D | SVGAnimatedTypeAnimator.cpp | 62 …matedTypeAnimator::findAnimatedPropertiesForAttributeName(SVGElement* targetElement, const Qualifi… in findAnimatedPropertiesForAttributeName() argument 64 ASSERT(targetElement); in findAnimatedPropertiesForAttributeName() 69 …targetElement->localAttributeToPropertyMap().animatedPropertiesForAttribute(targetElement, attribu… in findAnimatedPropertiesForAttributeName() 74 SVGElementAnimatedProperties propertiesPair(targetElement, targetProperties); in findAnimatedPropertiesForAttributeName() 77 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); in findAnimatedPropertiesForAttributeName() 85 …targetElement->localAttributeToPropertyMap().animatedPropertiesForAttribute(shadowTreeElement, att… in findAnimatedPropertiesForAttributeName()
|
D | SVGAnimationElement.cpp | 330 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 …]
|
D | SVGAElement.cpp | 164 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()
|
D | SVGAnimateTransformElement.cpp | 46 SVGElement* targetElement = this->targetElement(); in hasValidAttributeType() local 47 if (!targetElement) in hasValidAttributeType()
|
D | SVGAnimatedColor.cpp | 50 static inline void adjustForCurrentColor(SVGElement* targetElement, Color& color) in adjustForCurrentColor() argument 52 ASSERT(targetElement); in adjustForCurrentColor() 54 if (RenderObject* targetRenderer = targetElement->renderer()) in adjustForCurrentColor()
|
D | SVGAnimationElement.h | 92 …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&);
|
D | SVGUseElement.cpp | 639 …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()
|
D | SVGAnimateMotionElement.h | 48 virtual void clearAnimatedType(SVGElement* targetElement);
|
D | SVGElementInstance.cpp | 259 SVGElementInstance::InstanceUpdateBlocker::InstanceUpdateBlocker(SVGElement* targetElement) in InstanceUpdateBlocker() argument 260 : m_targetElement(targetElement) in InstanceUpdateBlocker()
|
D | SVGAnimateElement.h | 47 virtual void clearAnimatedType(SVGElement* targetElement);
|
D | SVGAnimationElement.idl | 28 readonly attribute SVGElement targetElement;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGTextPath.cpp | 39 …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/ |
D | StylesheetRoot.java | 918 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/ |
D | SoftContextMenu.js | 49 var targetElement = event.target; 50 while (targetElement && window !== targetElement.ownerDocument.defaultView) { 51 var frameElement = targetElement.ownerDocument.defaultView.frameElement; 54 targetElement = frameElement;
|
D | MetricsSidebarPane.js | 320 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/ |
D | mouse_tracker.js | 24 function MouseTracker(targetElement) { argument 25 this.targetElement_ = targetElement;
|
D | camera.js | 17 function Camera(targetElement) { argument 18 this.targetElement_ = targetElement;
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/ |
D | api.js | 402 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/ |
D | WhitespaceStrippingElementMatcher.java | 45 XPathContext support, Element targetElement) throws TransformerException; in shouldStripWhiteSpace() argument
|
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
D | SVGSMILElement.h | 61 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/ |
D | SelectorQuery.cpp | 158 bool SelectorDataList::matches(Element& targetElement) const in matches() 162 if (selectorMatches(m_selectors[i], targetElement, targetElement)) in matches()
|