OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:animatedProperty
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGPathSegWithContext.h
36
SVGAnimatedProperty*
animatedProperty
() const
/external/webkit/Source/WebCore/svg/properties/
SVGPropertyTearOff.h
37
static PassRefPtr<Self> create(SVGAnimatedProperty*
animatedProperty
, SVGPropertyRole role, PropertyType& value)
39
ASSERT(
animatedProperty
);
40
return adoptRef(new Self(
animatedProperty
, role, value));
50
SVGAnimatedProperty*
animatedProperty
() const { return m_animatedProperty.get(); }
61
void setAnimatedProperty(SVGAnimatedProperty*
animatedProperty
) { m_animatedProperty =
animatedProperty
; }
97
SVGPropertyTearOff(SVGAnimatedProperty*
animatedProperty
, SVGPropertyRole role, PropertyType& value)
98
: m_animatedProperty(
animatedProperty
)
/external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp
[
all
...]
Completed in 314 milliseconds