Searched refs:stringToChannel (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGFEDisplacementMapElement.h35 static ChannelSelectorType stringToChannel(const String&);
H A DSVGFEDisplacementMapElement.cpp51 ChannelSelectorType SVGFEDisplacementMapElement::stringToChannel(const String& key) function in class:WebCore::SVGFEDisplacementMapElement
69 setXChannelSelectorBaseValue(stringToChannel(value));
71 setYChannelSelectorBaseValue(stringToChannel(value));

Completed in 76 milliseconds