HomeSort by relevance Sort by last modified time
    Searched defs:targetElement (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateTransformElement.cpp 42 SVGElement* targetElement = this->targetElement();
43 if (!targetElement)
SVGAElement.cpp 123 Element* targetElement = treeScope().getElementById(AtomicString(url.substring(1)));
124 if (targetElement && isSVGSMILElement(*targetElement)) {
125 toSVGSMILElement(targetElement)->beginByLinkActivation();
SVGAnimateElement.cpp 58 SVGElement* targetElement = this->targetElement();
59 if (!targetElement)
68 SVGElement* targetElement = this->targetElement();
69 if (!targetElement || !isSVGAnimateElement(*resultElement))
91 m_animator->setContextElement(targetElement);
108 SVGElement* targetElement = this->targetElement();
109 if (!targetElement)
    [all...]
SVGAnimateMotionElement.cpp 58 SVGElement* targetElement = this->targetElement();
59 if (!targetElement)
63 if (!targetElement->isSVGGraphicsElement())
67 return (isSVGGElement(*targetElement)
68 || isSVGDefsElement(*targetElement)
69 || isSVGUseElement(*targetElement)
70 || isSVGImageElement(*targetElement)
71 || isSVGSwitchElement(*targetElement)
72 || isSVGPathElement(*targetElement)
    [all...]
SVGUseElement.cpp 494 Element* targetElement = SVGURIReference::targetElementFromIRIString(use->hrefString(), *referencedScope());
496 if (targetElement && targetElement->isSVGElement())
497 newTarget = toSVGElement(targetElement);
SVGAnimationElement.cpp 309 checkInvalidCSSAttributeType(targetElement());
341 bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedName& attributeName)
343 ASSERT(targetElement);
348 SVGAnimationElement::ShouldApplyAnimation SVGAnimationElement::shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attributeName)
350 if (!hasValidAttributeType() || !targetElement || attributeName == anyQName())
354 if (isTargetAttributeCSSProperty(targetElement, attributeName))
638 void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String& value)
642 ASSERT(targetElement);
644 Element* parent = targetElement->parentElement();
652 static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, const String& value
    [all...]
SVGElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTextPath.cpp 54 Element* targetElement = SVGURIReference::targetElementFromIRIString(textPathElement->href()->currentValue()->value(), textPathElement->treeScope());
55 if (!isSVGPathElement(targetElement))
58 SVGPathElement& pathElement = toSVGPathElement(*targetElement);
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.cpp 407 ASSERT(animation->targetElement());
453 RefPtrWillBeRawPtr<SVGElement> targetElement = animDiscard->targetElement();
454 if (targetElement && targetElement->inDocument()) {
455 targetElement->remove(IGNORE_EXCEPTION);
456 ASSERT(!targetElement->inDocument());
SVGSMILElement.h 63 SVGElement* targetElement() const { return m_targetElement; }
111 virtual void clearAnimatedType(SVGElement* targetElement) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp 131 Element* targetElement = toElement(targetNode);
135 fragment->parseHTML(markup, targetElement);
137 fragment->parseXML(markup, targetElement);
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.8.0/
manifest-merger-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.9.2/
manifest-merger-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.1/
manifest-merger-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.2/
manifest-merger-23.0.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1134 milliseconds