OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGAnimatedInteger
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGAnimatedInteger.h
29
typedef SVGAnimatedStaticPropertyTearOff<long>
SVGAnimatedInteger
;
31
// Helper macros to declare/define a
SVGAnimatedInteger
object
33
DECLARE_ANIMATED_PROPERTY(
SVGAnimatedInteger
, long, UpperProperty, LowerProperty)
36
DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(),
SVGAnimatedInteger
, long, UpperProperty, LowerProperty)
39
DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier,
SVGAnimatedInteger
, long, UpperProperty, LowerProperty)
SVGAnimatedInteger.idl
28
interface [Conditional=SVG]
SVGAnimatedInteger
{
SVGFEConvolveMatrixElement.idl
41
readonly attribute
SVGAnimatedInteger
orderX;
42
readonly attribute
SVGAnimatedInteger
orderY;
46
readonly attribute
SVGAnimatedInteger
targetX;
47
readonly attribute
SVGAnimatedInteger
targetY;
SVGFilterElement.idl
41
readonly attribute
SVGAnimatedInteger
filterResX;
42
readonly attribute
SVGAnimatedInteger
filterResY;
SVGFETurbulenceElement.idl
45
readonly attribute
SVGAnimatedInteger
numOctaves;
/external/webkit/Source/WebCore/page/
DOMWindow.idl
626
attribute SVGAnimatedIntegerConstructor
SVGAnimatedInteger
;
[
all
...]
Completed in 411 milliseconds