OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_timingFunction
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/layers/
AndroidAnimation.h
73
RefPtr<TimingFunction>
m_timingFunction
;
/external/webkit/Source/WebCore/platform/animation/
Animation.h
98
const PassRefPtr<TimingFunction> timingFunction() const { return
m_timingFunction
; }
108
void setTimingFunction(PassRefPtr<TimingFunction> f) {
m_timingFunction
= f; m_timingFunctionSet = true; }
133
RefPtr<TimingFunction>
m_timingFunction
;
/external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h
109
m_timingFunction
= timingFunction;
115
const TimingFunction* timingFunction() const { return
m_timingFunction
.get(); }
119
RefPtr<TimingFunction>
m_timingFunction
;
Completed in 1043 milliseconds