m_svgOperator 65 Source/core/svg/SVGFECompositeElement.cpp addToPropertyMap(m_svgOperator); m_svgOperator 110 Source/core/svg/SVGFECompositeElement.cpp m_svgOperator->setBaseValueAsString(value, parseError); m_svgOperator 121 Source/core/svg/SVGFECompositeElement.cpp return composite->setOperation(m_svgOperator->currentValue()->enumValue()); m_svgOperator 170 Source/core/svg/SVGFECompositeElement.cpp RefPtr<FilterEffect> effect = FEComposite::create(filter, m_svgOperator->currentValue()->enumValue(), m_k1->currentValue()->value(), m_k2->currentValue()->value(), m_k3->currentValue()->value(), m_k4->currentValue()->value()); m_svgOperator 43 Source/core/svg/SVGFECompositeElement.h SVGAnimatedEnumeration<CompositeOperationType>* svgOperator() { return m_svgOperator.get(); } m_svgOperator 60 Source/core/svg/SVGFECompositeElement.h RefPtr<SVGAnimatedEnumeration<CompositeOperationType> > m_svgOperator; m_svgOperator 53 Source/core/svg/SVGFEMorphologyElement.cpp addToPropertyMap(m_svgOperator); m_svgOperator 93 Source/core/svg/SVGFEMorphologyElement.cpp m_svgOperator->setBaseValueAsString(value, parseError); m_svgOperator 104 Source/core/svg/SVGFEMorphologyElement.cpp return morphology->setMorphologyOperator(m_svgOperator->currentValue()->enumValue()); m_svgOperator 150 Source/core/svg/SVGFEMorphologyElement.cpp RefPtr<FilterEffect> effect = FEMorphology::create(filter, m_svgOperator->currentValue()->enumValue(), xRadius, yRadius); m_svgOperator 41 Source/core/svg/SVGFEMorphologyElement.h SVGAnimatedEnumeration<MorphologyOperatorType>* svgOperator() { return m_svgOperator.get(); } m_svgOperator 54 Source/core/svg/SVGFEMorphologyElement.h RefPtr<SVGAnimatedEnumeration<MorphologyOperatorType> > m_svgOperator;