HomeSort by relevance Sort by last modified time
    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 624 attribute SVGAnimatedBooleanConstructor SVGAnimatedBoolean;
    [all...]

Completed in 961 milliseconds