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

  /external/webkit/WebCore/svg/
SVGAnimateMotionElement.cpp 58 SVGElement* targetElement = this->targetElement();
59 if (!targetElement->isStyledTransformable() && !targetElement->hasTagName(SVGNames::textTag))
62 if (targetElement->hasTagName(gTag)
63 || targetElement->hasTagName(defsTag)
64 || targetElement->hasTagName(useTag)
65 || targetElement->hasTagName(imageTag)
66 || targetElement->hasTagName(switchTag)
67 || targetElement->hasTagName(pathTag
    [all...]
SVGAnimationElement.idl 32 readonly attribute SVGElement targetElement;
SVGAnimateTransformElement.cpp 62 SVGElement* targetElement = this->targetElement();
63 return SVGAnimationElement::hasValidTarget() && (targetElement->isStyledTransformable() || targetElement->hasTagName(SVGNames::textTag));
100 RefPtr<SVGTransformList> list = transformListFor(targetElement());
103 targetElement()->setAttribute(SVGNames::transformAttr, baseValue);
110 SVGElement* targetElement = resultElement->targetElement();
111 RefPtr<SVGTransformList> transformList = transformListFor(targetElement);
161 SVGElement* targetElement = this->targetElement()
    [all...]
SVGTextPathElement.cpp 116 Element* targetElement = ownerDocument()->getElementById(id);
117 if (!targetElement) {
SVGAElement.cpp 161 Element* targetElement = document()->getElementById(url.substring(1));
162 if (SVGSMILElement::isSMILElement(targetElement)) {
163 SVGSMILElement* timed = static_cast<SVGSMILElement*>(targetElement);
SVGUseElement.cpp 413 Element* targetElement = document()->getElementById(id);
416 if (!targetElement) {
436 Element* targetElement = document()->getElementById(id);
437 ASSERT(targetElement);
450 if (targetElement && targetElement->isSVGElement())
451 target = static_cast<SVGElement*>(targetElement);
641 Element* targetElement = document()->getElementById(id);
643 if (targetElement && targetElement->isSVGElement()
    [all...]
SVGAnimationElement.cpp 263 return targetElement();
294 SVGElement* target = targetElement();
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
WhitespaceStrippingElementMatcher.java 38 * @param targetElement Element to check
45 XPathContext support, Element targetElement) throws TransformerException;
  /external/webkit/WebCore/rendering/
RenderSVGTextPath.cpp 50 Element* targetElement = textPathElement->document()->getElementById(pathId);
51 if (!targetElement || !targetElement->hasTagName(SVGNames::pathTag))
54 SVGPathElement* pathElement = static_cast<SVGPathElement*>(targetElement);
  /external/webkit/WebKit/gtk/WebCoreSupport/
DragClientGtk.cpp 66 Element* targetElement = frame->document()->elementFromPoint(m_startPos.x(), m_startPos.y());
69 if (targetElement)
70 imageDrag = targetElement->renderer()->isImage();
  /external/webkit/WebCore/svg/animation/
SMILTimeContainer.cpp 238 SVGElement* targetElement = animation->targetElement();
239 if (!targetElement || targetElement->getIDAttribute() != m_nextSamplingTarget)
263 SVGElement* targetElement = animation->targetElement();
264 if (!targetElement)
275 ElementAttributePair key(targetElement, attributeName);
SVGSMILElement.h 56 SVGElement* targetElement() const;
SVGSMILElement.cpp 406 Element* eventBase = condition.m_baseID.isEmpty() ? targetElement() : document()->getElementById(condition.m_baseID);
453 SVGElement* SVGSMILElement::targetElement() const
    [all...]
  /external/webkit/WebCore/wml/
WMLTableElement.h 45 void transferAllChildrenOfElementToTargetElement(WMLElement* sourceElement, WMLElement* targetElement, unsigned startOffset) const;
WMLTableElement.cpp 133 void WMLTableElement::transferAllChildrenOfElementToTargetElement(WMLElement* sourceElement, WMLElement* targetElement, unsigned startOffset) const
144 targetElement->appendChild(clonedNode.release(), ec);
  /dalvik/libcore/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...]
ElemTemplateElement.java     [all...]
  /external/webkit/WebCore/inspector/front-end/
MetricsSidebarPane.js 173 startEditing: function(targetElement, box, styleProperty)
175 if (WebInspector.isBeingEdited(targetElement))
180 WebInspector.startEditing(targetElement, this.editingCommitted.bind(this), this.editingCancelled.bind(this), context);
  /prebuilt/common/ant/
ant.jar 

Completed in 487 milliseconds