HomeSort by relevance Sort by last modified time
    Searched refs:SVGFEColorMatrixElement (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGFEColorMatrixElement.h 32 class SVGFEColorMatrixElement : public SVGFilterPrimitiveStandardAttributes {
34 static PassRefPtr<SVGFEColorMatrixElement> create(const QualifiedName&, Document*);
37 SVGFEColorMatrixElement(const QualifiedName&, Document*);
SVGFEColorMatrixElement.cpp 24 #include "SVGFEColorMatrixElement.h"
34 DEFINE_ANIMATED_STRING(SVGFEColorMatrixElement, SVGNames::inAttr, In1, in1)
35 DEFINE_ANIMATED_ENUMERATION(SVGFEColorMatrixElement, SVGNames::typeAttr, Type, type)
36 DEFINE_ANIMATED_NUMBER_LIST(SVGFEColorMatrixElement, SVGNames::valuesAttr, Values, values)
38 inline SVGFEColorMatrixElement::SVGFEColorMatrixElement(const QualifiedName& tagName, Document* document)
44 PassRefPtr<SVGFEColorMatrixElement> SVGFEColorMatrixElement::create(const QualifiedName& tagName, Document* document)
46 return adoptRef(new SVGFEColorMatrixElement(tagName, document));
49 void SVGFEColorMatrixElement::parseMappedAttribute(Attribute* attr
    [all...]
SVGFEColorMatrixElement.idl 31 ] SVGFEColorMatrixElement : SVGElement,
  /external/webkit/Source/WebCore/page/
DOMWindow.idl     [all...]
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 235 milliseconds