Searched refs:SVGElement (Results 1 - 25 of 180) sorted by relevance

12345678

/external/webkit/WebCore/svg/
H A DSVGLocatable.h32 class SVGElement;
40 virtual SVGElement* nearestViewportElement() const = 0;
41 virtual SVGElement* farthestViewportElement() const = 0;
46 AffineTransform getTransformToElement(SVGElement*, ExceptionCode&) const;
48 static SVGElement* nearestViewportElement(const SVGElement*);
49 static SVGElement* farthestViewportElement(const SVGElement*);
52 static FloatRect getBBox(const SVGElement*);
53 static AffineTransform getCTM(const SVGElement*);
[all...]
H A DSVGFontElement.idl28 interface [Conditional=SVG&SVG_FONTS] SVGFontElement : SVGElement {
H A DSVGFontFaceElement.idl28 interface [Conditional=SVG&SVG_FONTS] SVGFontFaceElement : SVGElement {
H A DSVGFontFaceFormatElement.idl28 interface [Conditional=SVG&SVG_FONTS] SVGFontFaceFormatElement : SVGElement {
H A DSVGFontFaceNameElement.idl28 interface [Conditional=SVG&SVG_FONTS] SVGFontFaceNameElement : SVGElement {
H A DSVGFontFaceSrcElement.idl28 interface [Conditional=SVG&SVG_FONTS] SVGFontFaceSrcElement : SVGElement {
H A DSVGFontFaceUriElement.idl28 interface [Conditional=SVG&SVG_FONTS] SVGFontFaceUriElement : SVGElement {
H A DSVGGlyphElement.idl28 interface [Conditional=SVG&SVG_FONTS] SVGGlyphElement : SVGElement {
H A DSVGHKernElement.idl22 interface [Conditional=SVG&SVG_FONTS] SVGHKernElement : SVGElement {
H A DSVGMetadataElement.idl24 interface [Conditional=SVG] SVGMetadataElement : SVGElement {
H A DSVGMissingGlyphElement.idl28 interface [Conditional=SVG&SVG_FONTS] SVGMissingGlyphElement : SVGElement {
H A DSVGLocatable.idl30 readonly attribute SVGElement nearestViewportElement;
31 readonly attribute SVGElement farthestViewportElement;
36 SVGMatrix getTransformToElement(in SVGElement element)
H A DSVGDescElement.idl28 interface [Conditional=SVG] SVGDescElement : SVGElement,
H A DSVGFEFloodElement.idl28 interface [Conditional=SVG&FILTERS] SVGFEFloodElement : SVGElement,
H A DSVGFEMergeElement.idl28 interface [Conditional=SVG&FILTERS] SVGFEMergeElement : SVGElement,
H A DSVGSymbolElement.idl28 interface [Conditional=SVG] SVGSymbolElement : SVGElement,
H A DSVGTitleElement.idl28 interface [Conditional=SVG] SVGTitleElement : SVGElement,
H A DSVGAnimationElement.idl28 interface [Conditional=SVG_ANIMATION, OmitConstructor] SVGAnimationElement : SVGElement,
32 readonly attribute SVGElement targetElement;
H A DSVGStyledLocatableElement.h30 class SVGElement;
40 virtual SVGElement* nearestViewportElement() const;
41 virtual SVGElement* farthestViewportElement() const;
H A DSVGMetadataElement.cpp28 : SVGElement(tagName, doc)
H A DSVGLocatable.cpp52 SVGElement* SVGLocatable::nearestViewportElement(const SVGElement* element)
57 return static_cast<SVGElement*>(n);
63 SVGElement* SVGLocatable::farthestViewportElement(const SVGElement* element)
66 SVGElement* farthest = 0;
69 farthest = static_cast<SVGElement*>(n);
74 FloatRect SVGLocatable::getBBox(const SVGElement* element)
85 AffineTransform SVGLocatable::getCTM(const SVGElement* element)
92 SVGElement* parentElemen
[all...]
H A DSVGAElement.idl28 interface [Conditional=SVG] SVGAElement : SVGElement,
H A DSVGClipPathElement.idl29 interface [Conditional=SVG] SVGClipPathElement : SVGElement,
H A DSVGDefsElement.idl28 interface [Conditional=SVG] SVGDefsElement : SVGElement,
/external/webkit/WebCore/rendering/
H A DRenderSVGBlock.h32 class SVGElement;
36 RenderSVGBlock(SVGElement*);

Completed in 157 milliseconds

12345678