HomeSort by relevance Sort by last modified time
    Searched refs:SVGElement (Results 76 - 100 of 193) sorted by null

1 2 34 5 6 7 8

  /external/webkit/Source/WebCore/svg/
SVGFontFaceFormatElement.h 24 #include "SVGElement.h"
28 class SVGFontFaceFormatElement : public SVGElement {
SVGFontFaceSrcElement.h 24 #include "SVGElement.h"
30 class SVGFontFaceSrcElement : public SVGElement {
SVGHKernElement.h 30 class SVGHKernElement : public SVGElement {
SVGMetadataElement.cpp 28 : SVGElement(tagName, document)
SVGPathSegList.cpp 41 void SVGPathSegList::commitChange(SVGElement* contextElement)
SVGVKernElement.h 35 class SVGVKernElement : public SVGElement {
SVGSVGElement.idl 28 interface [Conditional=SVG] SVGSVGElement : SVGElement,
66 in SVGElement referenceElement);
68 in SVGElement referenceElement);
69 boolean checkIntersection(in SVGElement element,
71 boolean checkEnclosure(in SVGElement element,
SVGElement.h 63 class SVGElement : public StyledElement {
65 static PassRefPtr<SVGElement> create(const QualifiedName&, Document*);
66 virtual ~SVGElement();
72 SVGElement* viewportElement() const;
113 SVGElement(const QualifiedName&, Document*);
SVGUseElement.h 87 void buildInstanceTree(SVGElement* target, SVGElementInstance* targetInstance, bool& foundCycle);
88 bool hasCycleUseReferencing(SVGUseElement*, SVGElementInstance* targetInstance, SVGElement*& newTarget);
91 void buildShadowTree(SVGShadowTreeRootElement*, SVGElement* target, SVGElementInstance* targetInstance);
102 void transferUseAttributesToReplacedElement(SVGElement* from, SVGElement* to) const;
SVGScriptElement.cpp 39 : SVGElement(tagName, document)
61 SVGElement::parseMappedAttribute(attr);
67 SVGElement::svgAttributeChanged(attrName);
86 SVGElement::synchronizeProperty(attrName);
113 SVGElement::insertedIntoDocument();
128 SVGElement::removedFromDocument();
135 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
145 SVGElement::finishParsingChildren();
147 // A SVGLoad event has been fired by SVGElement::finishParsingChildren.
164 SVGElement::addSubresourceAttributeURLs(urls)
    [all...]
SVGElementInstance.h 26 #include "SVGElement.h"
43 static PassRefPtr<SVGElementInstance> create(SVGUseElement* correspondingUseElement, SVGUseElement* directUseElement, PassRefPtr<SVGElement> originalElement)
58 SVGElement* correspondingElement() const { return m_element.get(); }
61 SVGElement* shadowTreeElement() const { return m_shadowTreeElement.get(); }
79 static void invalidateAllInstancesOfElement(SVGElement*);
129 SVGElementInstance(SVGUseElement*, SVGUseElement*, PassRefPtr<SVGElement> originalElement);
135 void setShadowTreeElement(SVGElement*);
161 RefPtr<SVGElement> m_element;
162 RefPtr<SVGElement> m_shadowTreeElement;
SVGFEBlendElement.idl 31 ] SVGFEBlendElement : SVGElement,
SVGFEColorMatrixElement.idl 31 ] SVGFEColorMatrixElement : SVGElement,
SVGFEDisplacementMapElement.idl 31 ] SVGFEDisplacementMapElement : SVGElement,
SVGFEMorphologyElement.idl 31 ] SVGFEMorphologyElement : SVGElement,
SVGFESpotLightElement.idl 28 interface [Conditional=SVG&FILTERS] SVGFESpotLightElement : SVGElement {
SVGFontFaceFormatElement.cpp 33 : SVGElement(tagName, document)
44 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
SVGGradientElement.idl 31 ] SVGGradientElement : SVGElement,
SVGImageElement.idl 28 interface [Conditional=SVG] SVGImageElement : SVGElement,
SVGMaskElement.idl 28 interface [Conditional=SVG] SVGMaskElement : SVGElement,
SVGPatternElement.idl 28 interface [Conditional=SVG] SVGPatternElement : SVGElement,
SVGRectElement.idl 29 interface [Conditional=SVG] SVGRectElement : SVGElement,
SVGStyledTransformableElement.h 41 virtual SVGElement* nearestViewportElement() const;
42 virtual SVGElement* farthestViewportElement() const;
SVGTextElement.h 36 virtual SVGElement* nearestViewportElement() const;
37 virtual SVGElement* farthestViewportElement() const;
  /external/webkit/Source/WebCore/css/
CSSCursorImageValue.cpp 69 HashSet<SVGElement*>::const_iterator it = m_referencedElements.begin();
70 HashSet<SVGElement*>::const_iterator end = m_referencedElements.end();
73 SVGElement* referencedElement = *it;
104 SVGElement* svgElement = static_cast<SVGElement*>(element);
105 m_referencedElements.add(svgElement);
106 svgElement->setCursorImageValue(this);
107 cursorElement->addClient(svgElement);
130 void CSSCursorImageValue::removeReferencedElement(SVGElement* element
    [all...]

Completed in 2356 milliseconds

1 2 34 5 6 7 8