/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGExternalResourcesRequired.cpp | 50 bool SVGExternalResourcesRequired::handleAttributeChange(SVGElement* targetElement, const QualifiedName& attrName) 52 ASSERT(targetElement); 55 if (!targetElement->inDocument()) 63 ASSERT(targetElement->haveLoadedRequiredResources()); 65 targetElement->sendSVGLoadEventIfPossible(); 71 void SVGExternalResourcesRequired::dispatchLoadEvent(SVGElement* targetElement) 91 ASSERT(targetElement->haveLoadedRequiredResources()); 93 targetElement->sendSVGLoadEventIfPossible(); 96 void SVGExternalResourcesRequired::insertedIntoDocument(SVGElement* targetElement) 105 targetElement->sendSVGLoadEventIfPossibleAsynchronously() [all...] |
SVGAnimateElement.cpp | 53 if (targetElement()) 54 clearAnimatedType(targetElement()); 59 SVGElement* targetElement = this->targetElement(); 60 if (!targetElement) 66 AnimatedPropertyType SVGAnimateElement::determineAnimatedPropertyType(SVGElement* targetElement) const 68 ASSERT(targetElement); 71 targetElement->animatedPropertyTypeForAttribute(attributeName(), propertyTypes); 88 if (targetElement->hasTagName(SVGNames::markerTag) && type == AnimatedAngle) { 101 SVGElement* targetElement = this->targetElement() [all...] |
SVGAnimateMotionElement.cpp | 53 if (targetElement()) 54 clearAnimatedType(targetElement()); 64 SVGElement* targetElement = this->targetElement(); 65 if (!targetElement) 69 if (!targetElement->isSVGGraphicsElement()) 73 if (targetElement->hasTagName(gTag) 74 || targetElement->hasTagName(defsTag) 75 || targetElement->hasTagName(useTag) 76 || targetElement->hasTagName(SVGNames::imageTag [all...] |
SVGAnimateTransformElement.cpp | 46 SVGElement* targetElement = this->targetElement(); 47 if (!targetElement)
|
SVGAnimationElement.idl | 28 readonly attribute SVGElement targetElement;
|
SVGAnimatedEnumeration.cpp | 42 static inline unsigned enumerationValueForTargetAttribute(SVGElement* targetElement, const QualifiedName& attrName, const String& value) 44 ASSERT(targetElement); 70 if (targetElement->hasTagName(SVGNames::feCompositeTag)) 72 ASSERT(targetElement->hasTagName(SVGNames::feMorphologyTag)); 77 if (targetElement->hasTagName(SVGNames::feColorMatrixTag)) 79 if (targetElement->hasTagName(SVGNames::feTurbulenceTag)) 82 ASSERT(targetElement->hasTagName(SVGNames::feFuncATag) 83 || targetElement->hasTagName(SVGNames::feFuncBTag) 84 || targetElement->hasTagName(SVGNames::feFuncGTag) 85 || targetElement->hasTagName(SVGNames::feFuncRTag)) [all...] |
SVGAnimatedTypeAnimator.cpp | 62 SVGElementAnimatedPropertyList SVGAnimatedTypeAnimator::findAnimatedPropertiesForAttributeName(SVGElement* targetElement, const QualifiedName& attributeName) 64 ASSERT(targetElement); 69 targetElement->localAttributeToPropertyMap().animatedPropertiesForAttribute(targetElement, attributeName, targetProperties); 74 SVGElementAnimatedProperties propertiesPair(targetElement, targetProperties); 77 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); 85 targetElement->localAttributeToPropertyMap().animatedPropertiesForAttribute(shadowTreeElement, attributeName, instanceProperties);
|
SVGAElement.cpp | 164 Element* targetElement = treeScope().getElementById(url.substring(1)); 165 if (targetElement && isSVGSMILElement(*targetElement)) { 166 toSVGSMILElement(targetElement)->beginByLinkActivation(); 171 if (targetElement && !targetElement->hasTagName(SVGNames::viewTag))
|
SVGAnimationElement.cpp | 330 checkInvalidCSSAttributeType(targetElement()); 362 bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedName& attributeName) 364 ASSERT(targetElement); 369 SVGAnimationElement::ShouldApplyAnimation SVGAnimationElement::shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attributeName) 371 if (!hasValidAttributeType() || !targetElement || attributeName == anyQName()) 375 if (isTargetAttributeCSSProperty(targetElement, attributeName)) 510 AnimatedPropertyType attributeType = toSVGAnimateElement(this)->determineAnimatedPropertyType(targetElement()); 651 void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String& value) 655 ASSERT(targetElement); 657 Element* parent = targetElement->parentElement() [all...] |
SVGAnimateMotionElement.h | 48 virtual void clearAnimatedType(SVGElement* targetElement);
|
SVGAnimatedColor.cpp | 50 static inline void adjustForCurrentColor(SVGElement* targetElement, Color& color) 52 ASSERT(targetElement); 54 if (RenderObject* targetRenderer = targetElement->renderer())
|
SVGAnimateElement.h | 47 virtual void clearAnimatedType(SVGElement* targetElement);
|
SVGAnimationElement.h | 92 ShouldApplyAnimation shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attributeName); 222 void applyAnimatedValue(ShouldApplyAnimation, SVGElement* targetElement, const QualifiedName& attributeName, SVGAnimatedType*); 223 void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String&);
|
SVGElementInstance.cpp | 259 SVGElementInstance::InstanceUpdateBlocker::InstanceUpdateBlocker(SVGElement* targetElement) 260 : m_targetElement(targetElement)
|
SVGUseElement.cpp | 639 Element* targetElement = SVGURIReference::targetElementFromIRIString(use->hrefCurrentValue(), *referencedDocument()); 641 if (targetElement && targetElement->isSVGElement()) 642 newTarget = toSVGElement(targetElement); 713 Element* targetElement = SVGURIReference::targetElementFromIRIString(use->hrefCurrentValue(), *referencedDocument()); 715 if (targetElement && targetElement->isSVGElement()) 716 target = toSVGElement(targetElement); [all...] |
SVGElementInstance.h | 90 InstanceUpdateBlocker(SVGElement* targetElement);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGTextPath.cpp | 39 Element* targetElement = SVGURIReference::targetElementFromIRIString(textPathElement->hrefCurrentValue(), textPathElement->document()); 40 if (!targetElement || !targetElement->hasTagName(SVGNames::pathTag)) 43 SVGPathElement* pathElement = toSVGPathElement(targetElement);
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
WhitespaceStrippingElementMatcher.java | 38 * @param targetElement Element to check 45 XPathContext support, Element targetElement) throws TransformerException;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SoftContextMenu.js | 49 var targetElement = event.target; 50 while (targetElement && window !== targetElement.ownerDocument.defaultView) { 51 var frameElement = targetElement.ownerDocument.defaultView.frameElement; 54 targetElement = frameElement;
|
MetricsSidebarPane.js | 320 startEditing: function(targetElement, box, styleProperty, computedStyle) 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/apache-xml/src/main/java/org/apache/xalan/templates/ |
StylesheetRoot.java | 911 * @param targetElement Element to check 918 XPathContext support, int targetElement, DTM dtm) throws TransformerException 923 targetElement, null, false, dtm); 933 * @param targetElement Element to check 940 XPathContext support, int targetElement) throws TransformerException 944 while(DTM.NULL != targetElement) 946 DTM dtm = support.getDTM(targetElement); 948 targetElement, null, false, dtm); 952 int parent = dtm.getParent(targetElement); 954 targetElement = parent [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
SVGSMILElement.h | 61 SVGElement* targetElement() const { return m_targetElement; } 112 virtual void clearAnimatedType(SVGElement* targetElement) = 0;
|
SMILTimeContainer.cpp | 288 ASSERT(animation->targetElement());
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/ |
api.js | 399 * @param {Element} targetElement The element that should be clicked. 402 cvox.Api.click = function(targetElement, shiftKey) { 403 if (!cvox.Api.isChromeVoxActive() || !targetElement) { 408 cvox.DomUtil.clickElem(targetElement, shiftKey, true); 412 'args': [cvox.ApiUtils.makeNodeReference(targetElement), shiftKey]
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
SelectorQuery.cpp | 158 bool SelectorDataList::matches(Element& targetElement) const 162 if (selectorMatches(m_selectors[i], targetElement, targetElement))
|