Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateElement.cpp58 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 …]
DSVGAnimateMotionElement.cpp58 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 …]
DSVGAnimationElement.cpp309 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 …]
DSVGAnimateTransformElement.cpp42 SVGElement* targetElement = this->targetElement(); in DEFINE_NODE_FACTORY() local
43 if (!targetElement) in DEFINE_NODE_FACTORY()
DSVGAElement.cpp123 Element* targetElement = treeScope().getElementById(AtomicString(url.substring(1))); in defaultEventHandler() local
124 if (targetElement && isSVGSMILElement(*targetElement)) { in defaultEventHandler()
125 toSVGSMILElement(targetElement)->beginByLinkActivation(); in defaultEventHandler()
DSVGAnimatedColor.cpp42 static inline Color fallbackColorForCurrentColor(SVGElement* targetElement) in fallbackColorForCurrentColor() argument
44 ASSERT(targetElement); in fallbackColorForCurrentColor()
45 if (RenderObject* targetRenderer = targetElement->renderer()) in fallbackColorForCurrentColor()
DSVGAnimatedTypeAnimator.h41 …r<SVGAnimatedTypeAnimator> create(SVGAnimationElement* animationElement, SVGElement* targetElement) in create() argument
43 return adoptPtrWillBeNoop(new SVGAnimatedTypeAnimator(animationElement, targetElement)); in create()
DSVGElement.cpp984 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()
DSVGDiscardElement.h48 virtual void clearAnimatedType(SVGElement* targetElement) OVERRIDE { } in clearAnimatedType() argument
DSVGAnimationElement.h89 …ShouldApplyAnimation shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attribut…
191 … void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String&);
DSVGAnimateMotionElement.h46 virtual void clearAnimatedType(SVGElement* targetElement) OVERRIDE;
DSVGAnimateElement.h50 virtual void clearAnimatedType(SVGElement* targetElement) OVERRIDE FINAL;
DSVGUseElement.cpp494 …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/
DRenderSVGTextPath.cpp54 …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/
DSMILTimeContainer.cpp407 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()
DSVGSMILElement.h63 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/
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-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/third_party/WebKit/Source/devtools/front_end/elements/
DMetricsSidebarPane.js346 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/
Dapi.js390 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/
DWhitespaceStrippingElementMatcher.java45 XPathContext support, Element targetElement) throws TransformerException; in shouldStripWhiteSpace() argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Daria_util.js230 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/
Dslide_mode.js1326 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/
DSelectorQuery.cpp128 bool SelectorDataList::matches(Element& targetElement) const in matches()
132 if (selectorMatches(*m_selectors[i], targetElement, targetElement)) in matches()

12