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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceNameElement.h 25 #include "core/svg/SVGElement.h"
31 class SVGFontFaceNameElement FINAL : public SVGElement {
SVGFontFaceSrcElement.h 25 #include "core/svg/SVGElement.h"
31 class SVGFontFaceSrcElement FINAL : public SVGElement {
SVGFontFaceUriElement.cpp 38 : SVGElement(font_face_uriTag, document)
63 SVGElement::parseAttribute(name, value);
68 SVGElement::childrenChanged(change);
81 return SVGElement::insertedInto(rootParent);
SVGHKernElement.h 31 class SVGHKernElement FINAL : public SVGElement {
SVGNumberTearOff.cpp 40 SVGNumberTearOff::SVGNumberTearOff(PassRefPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
SVGPathSegListTearOff.h 47 static PassRefPtr<ItemPropertyType> getValueForInsertionFromTearOff(PassRefPtr<ItemTearOffType> passNewItem, SVGElement* contextElement, const QualifiedName& attributeName)
55 static PassRefPtr<ItemTearOffType> createTearOff(PassRefPtr<ItemPropertyType> passValue, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName&)
68 static PassRefPtr<SVGPathSegListTearOff> create(PassRefPtr<SVGPathSegList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
74 SVGPathSegListTearOff(PassRefPtr<SVGPathSegList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
SVGStopElement.cpp 31 : SVGElement(SVGNames::stopTag, document)
50 SVGElement::parseAttribute(name, value);
67 SVGElement::svgAttributeChanged(attrName);
71 SVGElement::InvalidationGuard invalidationGuard(this);
SVGSymbolElement.h 25 #include "core/svg/SVGElement.h"
30 class SVGSymbolElement FINAL : public SVGElement,
SVGTitleElement.h 24 #include "core/svg/SVGElement.h"
28 class SVGTitleElement FINAL : public SVGElement {
SVGVKernElement.h 25 #include "core/svg/SVGElement.h"
30 class SVGVKernElement FINAL : public SVGElement {
SVGScriptElement.cpp 36 : SVGElement(SVGNames::scriptTag, document)
38 , m_svgLoadEventTimer(this, &SVGElement::svgLoadEventTimerFired)
66 SVGElement::parseAttribute(name, value);
87 SVGElement::svgAttributeChanged(attrName);
91 SVGElement::InvalidationGuard invalidationGuard(this);
106 SVGElement::insertedInto(rootParent);
122 SVGElement::childrenChanged(change);
130 SVGElement::didMoveToNewDocument(oldDocument);
140 SVGElement::finishParsingChildren();
210 return SVGElement::isAnimatableAttribute(name)
    [all...]
SVGAnimatedTypeAnimator.cpp 28 #include "core/svg/SVGElement.h"
38 SVGAnimatedTypeAnimator::SVGAnimatedTypeAnimator(SVGAnimationElement* animationElement, SVGElement* contextElement)
48 : SVGElement::animatedPropertyTypeForCSSAttribute(attributeName);
112 // These types don't appear in the table in SVGElement::animatedPropertyTypeForCSSAttribute() and thus don't need support.
159 void setAnimatedValueOnAllTargetProperties(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >& list, const QualifiedName& attributeName, PassRefPtr<SVGPropertyBase> passValue)
163 WillBeHeapVector<RawPtrWillBeMember<SVGElement> >::const_iterator it = list.begin();
164 WillBeHeapVector<RawPtrWillBeMember<SVGElement> >::const_iterator itEnd = list.end();
174 PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::resetAnimation(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >& list)
184 PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::startAnimValAnimation(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >& list)
187 SVGElement::InstanceUpdateBlocker blocker(m_contextElement)
    [all...]
SVGUseElement.cpp 56 , m_svgLoadEventTimer(this, &SVGElement::svgLoadEventTimerFired)
149 void transferUseWidthAndHeightIfNeeded(const SVGUseElement& use, SVGElement* shadowElement, const SVGElement& originalElement)
181 SVGElement::InvalidationGuard invalidationGuard(this);
335 SVGElement& svgElement = toSVGElement(toClone);
336 ASSERT(!svgElement.correspondingElement());
337 toSVGElement(clone.get())->setCorrespondingElement(&svgElement);
346 void SVGUseElement::buildShadowAndInstanceTree(SVGElement* target)
409 static bool isDirectReference(const SVGElement& element
    [all...]
SVGAElement.cpp 75 return SVGElement::title();
88 SVGElement::InvalidationGuard invalidationGuard(this);
151 // Skip the supportsFocus check in SVGElement.
185 return SVGElement::isMouseFocusable();
191 return SVGElement::isKeyboardFocusable();
195 return SVGElement::isKeyboardFocusable();
201 return SVGElement::canStartSelection();
SVGFilterPrimitiveStandardAttributes.cpp 34 : SVGElement(tagName, document)
84 SVGElement::svgAttributeChanged(attrName);
88 SVGElement::InvalidationGuard invalidationGuard(this);
94 SVGElement::childrenChanged(change);
124 return SVGElement::rendererIsNeeded(style);
135 void invalidateFilterPrimitiveParent(SVGElement* element)
SVGGlyphElement.cpp 34 : SVGElement(SVGNames::glyphTag, document)
52 SVGElement::parseAttribute(name, value);
58 return SVGElement::insertedInto(rootParent);
65 SVGElement::removedFrom(rootParent);
107 static inline float parseSVGGlyphAttribute(const SVGElement* element, const blink::QualifiedName& name)
116 SVGGlyph SVGGlyphElement::buildGenericGlyphIdentifier(const SVGElement* element)
SVGFEBlendElement.idl 30 ] interface SVGFEBlendElement : SVGElement {
SVGFEDisplacementMapElement.idl 30 ] interface SVGFEDisplacementMapElement : SVGElement {
SVGFEMorphologyElement.idl 30 ] interface SVGFEMorphologyElement : SVGElement {
SVGFESpotLightElement.idl 26 interface SVGFESpotLightElement : SVGElement {
SVGPatternElement.idl 29 interface SVGPatternElement : SVGElement {
SVGRectTearOff.h 43 static PassRefPtr<SVGRectTearOff> create(PassRefPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
58 SVGRectTearOff(PassRefPtr<SVGRect>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
SVGSVGElement.idl 54 NodeList getIntersectionList(SVGRect rect, SVGElement? referenceElement);
55 NodeList getEnclosureList(SVGRect rect, SVGElement? referenceElement);
56 boolean checkIntersection(SVGElement element, SVGRect rect);
57 boolean checkEnclosure(SVGElement element, SVGRect rect);
SVGViewElement.cpp 28 : SVGElement(SVGNames::viewTag, document)
51 SVGElement::parseAttribute(name, value);
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.h 43 class SVGElement;
52 void schedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
53 void unschedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
114 typedef pair<RawPtrWillBeWeakMember<SVGElement>, QualifiedName> ElementAttributePair;

Completed in 1163 milliseconds

1 2 3 4 56 7 8 91011>>