/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimateElement.cpp | 58 SVGElement* targetElement = this->targetElement(); in hasValidAttributeType() local 59 if (!targetElement) in hasValidAttributeType() 68 SVGElement* targetElement = this->targetElement(); in calculateAnimatedValue() local 69 if (!targetElement || !isSVGAnimateElement(*resultElement)) in calculateAnimatedValue() 91 m_animator->setContextElement(targetElement); in calculateAnimatedValue() 108 SVGElement* targetElement = this->targetElement(); in calculateFromAndToValues() local 109 if (!targetElement) in calculateFromAndToValues() 119 SVGElement* targetElement = this->targetElement(); in calculateFromAndByValues() local 120 if (!targetElement) in calculateFromAndByValues() 139 WillBeHeapVector<RawPtrWillBeMember<SVGElement> > findElementInstances(SVGElement* targetElement) in findElementInstances() argument [all …]
|
D | SVGAnimateMotionElement.cpp | 58 SVGElement* targetElement = this->targetElement(); in hasValidAttributeType() local 59 if (!targetElement) in hasValidAttributeType() 63 if (!targetElement->isSVGGraphicsElement()) in hasValidAttributeType() 67 return (isSVGGElement(*targetElement) in hasValidAttributeType() 68 || isSVGDefsElement(*targetElement) in hasValidAttributeType() 69 || isSVGUseElement(*targetElement) in hasValidAttributeType() 70 || isSVGImageElement(*targetElement) in hasValidAttributeType() 71 || isSVGSwitchElement(*targetElement) in hasValidAttributeType() 72 || isSVGPathElement(*targetElement) in hasValidAttributeType() 73 || isSVGRectElement(*targetElement) in hasValidAttributeType() [all …]
|
D | SVGAnimationElement.cpp | 309 checkInvalidCSSAttributeType(targetElement()); in setAttributeType() 341 bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedNa… in isTargetAttributeCSSProperty() argument 343 ASSERT(targetElement); in isTargetAttributeCSSProperty() 348 …dApplyAnimation SVGAnimationElement::shouldApplyAnimation(SVGElement* targetElement, const Qualifi… in shouldApplyAnimation() argument 350 if (!hasValidAttributeType() || !targetElement || attributeName == anyQName()) in shouldApplyAnimation() 354 if (isTargetAttributeCSSProperty(targetElement, attributeName)) in shouldApplyAnimation() 638 void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attr… in adjustForInheritance() argument 642 ASSERT(targetElement); in adjustForInheritance() 644 Element* parent = targetElement->parentElement(); in adjustForInheritance() 652 static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, con… in inheritsFromProperty() argument [all …]
|
D | SVGAnimateTransformElement.cpp | 42 SVGElement* targetElement = this->targetElement(); in DEFINE_NODE_FACTORY() local 43 if (!targetElement) in DEFINE_NODE_FACTORY()
|
D | SVGAElement.cpp | 123 Element* targetElement = treeScope().getElementById(AtomicString(url.substring(1))); in defaultEventHandler() local 124 if (targetElement && isSVGSMILElement(*targetElement)) { in defaultEventHandler() 125 toSVGSMILElement(targetElement)->beginByLinkActivation(); in defaultEventHandler()
|
D | SVGAnimatedColor.cpp | 42 static inline Color fallbackColorForCurrentColor(SVGElement* targetElement) in fallbackColorForCurrentColor() argument 44 ASSERT(targetElement); in fallbackColorForCurrentColor() 45 if (RenderObject* targetRenderer = targetElement->renderer()) in fallbackColorForCurrentColor()
|
D | SVGAnimatedTypeAnimator.h | 41 …r<SVGAnimatedTypeAnimator> create(SVGAnimationElement* animationElement, SVGElement* targetElement) in create() argument 43 return adoptPtrWillBeNoop(new SVGAnimatedTypeAnimator(animationElement, targetElement)); in create()
|
D | SVGElement.cpp | 984 SVGElement::InstanceUpdateBlocker::InstanceUpdateBlocker(SVGElement* targetElement) in InstanceUpdateBlocker() argument 985 : m_targetElement(targetElement) in InstanceUpdateBlocker() 1111 void SVGElement::addReferenceTo(SVGElement* targetElement) in addReferenceTo() argument 1113 ASSERT(targetElement); in addReferenceTo() 1115 ensureSVGRareData()->outgoingReferences().add(targetElement); in addReferenceTo() 1116 targetElement->ensureSVGRareData()->incomingReferences().add(this); in addReferenceTo() 1161 SVGElement* targetElement = *it; in removeAllOutgoingReferences() local 1162 ASSERT(targetElement->hasSVGRareData()); in removeAllOutgoingReferences() 1163 targetElement->ensureSVGRareData()->incomingReferences().remove(this); in removeAllOutgoingReferences()
|
D | SVGDiscardElement.h | 48 virtual void clearAnimatedType(SVGElement* targetElement) OVERRIDE { } in clearAnimatedType() argument
|
D | SVGAnimationElement.h | 89 …ShouldApplyAnimation shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attribut… 191 … void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String&);
|
D | SVGAnimateMotionElement.h | 46 virtual void clearAnimatedType(SVGElement* targetElement) OVERRIDE;
|
D | SVGAnimateElement.h | 50 virtual void clearAnimatedType(SVGElement* targetElement) OVERRIDE FINAL;
|
D | SVGUseElement.cpp | 494 …Element* targetElement = SVGURIReference::targetElementFromIRIString(use->hrefString(), *reference… in hasCycleUseReferencing() local 496 if (targetElement && targetElement->isSVGElement()) in hasCycleUseReferencing() 497 newTarget = toSVGElement(targetElement); in hasCycleUseReferencing()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGTextPath.cpp | 54 …Element* targetElement = SVGURIReference::targetElementFromIRIString(textPathElement->href()->curr… in layoutPath() local 55 if (!isSVGPathElement(targetElement)) in layoutPath() 58 SVGPathElement& pathElement = toSVGPathElement(*targetElement); in layoutPath()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
D | SMILTimeContainer.cpp | 407 ASSERT(animation->targetElement()); in updateAnimations() 453 RefPtrWillBeRawPtr<SVGElement> targetElement = animDiscard->targetElement(); in updateAnimations() local 454 if (targetElement && targetElement->inDocument()) { in updateAnimations() 455 targetElement->remove(IGNORE_EXCEPTION); in updateAnimations() 456 ASSERT(!targetElement->inDocument()); in updateAnimations()
|
D | SVGSMILElement.h | 63 SVGElement* targetElement() const { return m_targetElement; } in targetElement() function 111 virtual void clearAnimatedType(SVGElement* targetElement) = 0;
|
/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-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/third_party/WebKit/Source/devtools/front_end/elements/ |
D | MetricsSidebarPane.js | 346 startEditing: function(targetElement, box, styleProperty, computedStyle) argument 348 if (WebInspector.isBeingEdited(targetElement)) 354 targetElement.addEventListener("keydown", boundKeyDown, false); 359 WebInspector.InplaceEditor.startEditing(targetElement, config); 361 window.getSelection().setBaseAndExtent(targetElement, 0, targetElement, 1);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | api.js | 390 cvox.Api.click = function(targetElement, shiftKey) { argument 391 if (!cvox.Api.isChromeVoxActive() || !targetElement) { 396 cvox.DomUtil.clickElem(targetElement, shiftKey, true); 400 '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/chrome/browser/resources/chromeos/chromevox/common/ |
D | aria_util.js | 230 cvox.AriaUtil.isLeafElement = function(targetElement) { argument 231 var role = targetElement.getAttribute('role'); 232 var hasArialLabel = targetElement.hasAttribute('aria-label') && 233 (targetElement.getAttribute('aria-label').length > 0);
|
/external/chromium_org/ui/file_manager/gallery/js/ |
D | slide_mode.js | 1326 function TouchHandler(targetElement, slideMode) { argument 1332 this.targetElement_ = targetElement; 1393 targetElement.addEventListener('touchstart', this.onTouchStart_.bind(this)); 1395 targetElement.ownerDocument.addEventListener('touchmove', onTouchEventBound); 1396 targetElement.ownerDocument.addEventListener('touchend', onTouchEventBound); 1398 targetElement.addEventListener('mousewheel', this.onMouseWheel_.bind(this));
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | SelectorQuery.cpp | 128 bool SelectorDataList::matches(Element& targetElement) const in matches() 132 if (selectorMatches(*m_selectors[i], targetElement, targetElement)) in matches()
|