OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComponentTransferType
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.h
32
struct SVGPropertyTraits<
ComponentTransferType
> {
35
static String toString(
ComponentTransferType
type)
56
static
ComponentTransferType
fromString(const String& value)
87
DECLARE_ANIMATED_ENUMERATION(Type, type,
ComponentTransferType
)
SVGComponentTransferFunctionElement.cpp
34
DEFINE_ANIMATED_ENUMERATION(SVGComponentTransferFunctionElement, SVGNames::typeAttr, Type, type,
ComponentTransferType
)
86
ComponentTransferType
propertyValue = SVGPropertyTraits<
ComponentTransferType
>::fromString(value);
SVGAnimatedEnumeration.cpp
86
return SVGPropertyTraits<
ComponentTransferType
>::fromString(value);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComponentTransfer.h
32
enum
ComponentTransferType
{
52
ComponentTransferType
type;
FEComponentTransfer.cpp
227
static TextStream& operator<<(TextStream& ts, const
ComponentTransferType
& type)
Completed in 28 milliseconds