OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGAnimateMotionElement
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGAnimateMotionElement.h
30
class
SVGAnimateMotionElement
: public SVGAnimationElement {
32
static PassRefPtr<
SVGAnimateMotionElement
> create(const QualifiedName&, Document*);
35
SVGAnimateMotionElement
(const QualifiedName&, Document*);
SVGAnimateMotionElement.cpp
25
#include "
SVGAnimateMotionElement
.h"
44
inline
SVGAnimateMotionElement
::
SVGAnimateMotionElement
(const QualifiedName& tagName, Document* document)
51
PassRefPtr<
SVGAnimateMotionElement
>
SVGAnimateMotionElement
::create(const QualifiedName& tagName, Document* document)
53
return adoptRef(new
SVGAnimateMotionElement
(tagName, document));
56
bool
SVGAnimateMotionElement
::hasValidAttributeType() const
91
void
SVGAnimateMotionElement
::parseMappedAttribute(Attribute* attr)
101
SVGAnimateMotionElement
::RotateMode
SVGAnimateMotionElement
::rotateMode() cons
[
all
...]
/external/webkit/Source/WebCore/
Android.mk
[
all
...]
Completed in 64 milliseconds