HomeSort by relevance Sort by last modified time
    Searched refs:SVGFEComponentTransferElement (Results 1 - 5 of 5) 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...]
SVGFEComponentTransferElement.idl 28 interface [Conditional=SVG&FILTERS] SVGFEComponentTransferElement : SVGElement,
  /external/webkit/Source/WebCore/page/
DOMWindow.idl     [all...]
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 102 milliseconds