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