OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGImageElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGImageElement.h
37
class
SVGImageElement
: public SVGStyledTransformableElement,
43
static PassRefPtr<
SVGImageElement
> create(const QualifiedName&, Document*);
46
SVGImageElement
(const QualifiedName&, Document*);
SVGImageElement.cpp
25
#include "
SVGImageElement
.h"
39
DEFINE_ANIMATED_LENGTH(
SVGImageElement
, SVGNames::xAttr, X, x)
40
DEFINE_ANIMATED_LENGTH(
SVGImageElement
, SVGNames::yAttr, Y, y)
41
DEFINE_ANIMATED_LENGTH(
SVGImageElement
, SVGNames::widthAttr, Width, width)
42
DEFINE_ANIMATED_LENGTH(
SVGImageElement
, SVGNames::heightAttr, Height, height)
43
DEFINE_ANIMATED_PRESERVEASPECTRATIO(
SVGImageElement
, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio)
44
DEFINE_ANIMATED_STRING(
SVGImageElement
, XLinkNames::hrefAttr, Href, href)
45
DEFINE_ANIMATED_BOOLEAN(
SVGImageElement
, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
47
inline
SVGImageElement
::
SVGImageElement
(const QualifiedName& tagName, Document* document
[
all
...]
Completed in 878 milliseconds