OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGAnimatedBoolean
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGAnimatedBoolean.h
28
typedef SVGAnimatedStaticPropertyTearOff<bool>
SVGAnimatedBoolean
;
30
// Helper macros to declare/define a
SVGAnimatedBoolean
object
32
DECLARE_ANIMATED_PROPERTY(
SVGAnimatedBoolean
, bool, UpperProperty, LowerProperty)
35
DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(),
SVGAnimatedBoolean
, bool, UpperProperty, LowerProperty)
SVGAnimatedBoolean.idl
28
interface [Conditional=SVG]
SVGAnimatedBoolean
{
SVGExternalResourcesRequired.idl
30
readonly attribute
SVGAnimatedBoolean
externalResourcesRequired;
SVGFEConvolveMatrixElement.idl
51
readonly attribute
SVGAnimatedBoolean
preserveAlpha;
/external/webkit/Source/WebCore/page/
DOMWindow.idl
625
attribute SVGAnimatedBooleanConstructor
SVGAnimatedBoolean
;
[
all
...]
Completed in 4120 milliseconds