OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGFEMergeNodeElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGFEMergeNodeElement.h
30
class
SVGFEMergeNodeElement
: public SVGElement {
32
static PassRefPtr<
SVGFEMergeNodeElement
> create(const QualifiedName&, Document*);
35
SVGFEMergeNodeElement
(const QualifiedName&, Document*);
SVGFEMergeNodeElement.cpp
24
#include "
SVGFEMergeNodeElement
.h"
35
DEFINE_ANIMATED_STRING(
SVGFEMergeNodeElement
, SVGNames::inAttr, In1, in1)
37
inline
SVGFEMergeNodeElement
::
SVGFEMergeNodeElement
(const QualifiedName& tagName, Document* document)
42
PassRefPtr<
SVGFEMergeNodeElement
>
SVGFEMergeNodeElement
::create(const QualifiedName& tagName, Document* document)
44
return adoptRef(new
SVGFEMergeNodeElement
(tagName, document));
47
void
SVGFEMergeNodeElement
::parseMappedAttribute(Attribute* attr)
56
void
SVGFEMergeNodeElement
::svgAttributeChanged(const QualifiedName& attrName)
74
AttributeToPropertyTypeMap&
SVGFEMergeNodeElement
::attributeToPropertyTypeMap(
[
all
...]
Completed in 24 milliseconds