HomeSort by relevance Sort by last modified time
    Searched refs:SVGElement (Results 276 - 300 of 408) sorted by null

<<11121314151617

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.h 52 SVGElement* viewTarget() const;
SVGSVGElement.cpp 314 SVGElement::InvalidationGuard invalidationGuard(this);
346 bool SVGSVGElement::checkIntersectionOrEnclosure(const SVGElement& element, const FloatRect& rect,
377 SVGElement* referenceElement, CheckIntersectionOrEnclosure mode) const
381 const SVGElement* root = this;
401 PassRefPtrWillBeRawPtr<StaticNodeList> SVGSVGElement::getIntersectionList(PassRefPtr<SVGRectTearOff> rect, SVGElement* referenceElement) const
408 PassRefPtrWillBeRawPtr<StaticNodeList> SVGSVGElement::getEnclosureList(PassRefPtr<SVGRectTearOff> rect, SVGElement* referenceElement) const
415 bool SVGSVGElement::checkIntersection(SVGElement* element, PassRefPtr<SVGRectTearOff> rect) const
423 bool SVGSVGElement::checkEnclosure(SVGElement* element, PassRefPtr<SVGRectTearOff> rect) const
477 AffineTransform SVGSVGElement::localCoordinateSpaceTransform(SVGElement::CTMScope mode) const
489 } else if (mode == SVGElement::ScreenScope)
    [all...]
SVGAngleTearOff.cpp 40 SVGAngleTearOff::SVGAngleTearOff(PassRefPtr<SVGAngle> targetProperty, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
SVGCircleElement.cpp 67 SVGElement::InvalidationGuard invalidationGuard(this);
SVGEllipseElement.cpp 70 SVGElement::InvalidationGuard invalidationGuard(this);
SVGFEGaussianBlurElement.cpp 72 SVGElement::InvalidationGuard invalidationGuard(this);
SVGFEOffsetElement.cpp 83 SVGElement::InvalidationGuard invalidationGuard(this);
SVGLengthTearOff.cpp 142 SVGLengthTearOff::SVGLengthTearOff(PassRefPtr<SVGLength> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
SVGLineElement.cpp 69 SVGElement::InvalidationGuard invalidationGuard(this);
SVGTests.cpp 28 #include "core/svg/SVGElement.h"
32 SVGTests::SVGTests(SVGElement* contextElement)
SVGLengthList.cpp 120 void SVGLengthList::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement* contextElement)
137 void SVGLengthList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement)
171 float SVGLengthList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*)
SVGPathSegList.cpp 159 void SVGPathSegList::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*)
170 void SVGPathSegList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*)
230 float SVGPathSegList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*)
SVGTransform.cpp 227 void SVGTransform::add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*)
233 void SVGTransform::calculateAnimatedValue(SVGAnimationElement*, float, unsigned, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, SVGElement*)
239 float SVGTransform::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*)
SVGPreserveAspectRatio.cpp 395 void SVGPreserveAspectRatio::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*)
400 void SVGPreserveAspectRatio::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase>, SVGElement*)
413 float SVGPreserveAspectRatio::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextElement)
SVGTransformList.cpp 278 void SVGTransformList::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement* contextElement)
296 void SVGTransformList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement)
335 float SVGTransformList::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement*)
SVGFEDropShadowElement.cpp 78 SVGElement::InvalidationGuard invalidationGuard(this);
SVGFEImageElement.cpp 133 SVGElement::InvalidationGuard invalidationGuard(this);
SVGRectElement.cpp 76 SVGElement::InvalidationGuard invalidationGuard(this);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTransformableContainer.cpp 84 SVGElement* correspondingElement = element->correspondingElement();
RenderSVGResourcePattern.cpp 246 for (SVGElement* element = Traversal<SVGElement>::firstChild(*attributes.patternContentElement()); element; element = Traversal<SVGElement>::nextSibling(*element)) {
RenderSVGResourceFilter.cpp 84 for (SVGElement* element = Traversal<SVGElement>::firstChild(*filterElement); element; element = Traversal<SVGElement>::nextSibling(*element)) {
RenderSVGModelObject.cpp 44 RenderSVGModelObject::RenderSVGModelObject(SVGElement* node)
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 32 #include "core/svg/SVGElement.h"
97 SVGElement* contextNode = toSVGElement(renderer->node());
157 SVGElement* contextNode = toSVGElement(renderer->node());
196 SVGElement* contextNode = toSVGElement(renderer->node());
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGListPropertyTearOffHelper.h 47 static PassRefPtr<ItemPropertyType> getValueForInsertionFromTearOff(PassRefPtr<ItemTearOffType> passNewItem, SVGElement* contextElement, const QualifiedName& attributeName)
52 // |newItem| belongs to a SVGElement, but it does not belong to an animated list
68 static PassRefPtr<ItemTearOffType> createTearOff(PassRefPtr<ItemPropertyType> value, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
201 SVGListPropertyTearOffHelper(PassRefPtr<ListPropertyType> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 173 : SVGElement(tagName, doc)
242 SVGElement* svgTarget = target && target->isSVGElement() ? toSVGElement(target) : 0;
267 static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, const AtomicString& attributeName)
269 ASSERT(svgElement);
280 const AtomicString& namespaceURI = svgElement->lookupNamespaceURI(prefix);
312 SVGElement::insertedInto(rootParent);
354 SVGElement::removedFrom(rootParent);
553 SVGElement::parseAttributeNew(name, value);
560 SVGElement::svgAttributeChanged(attrName)
    [all...]

Completed in 530 milliseconds

<<11121314151617