OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_animationFinished
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp
57
,
m_animationFinished
(false)
302
return (repetitionCount(false) != cAnimationNone && !
m_animationFinished
&& imageObserver());
415
m_animationFinished
= false;
451
m_animationFinished
= true;
BitmapImage.h
289
bool
m_animationFinished
; // Whether or not we've completed the entire animation.
/external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp
72
,
m_animationFinished
(true)
/external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp
65
,
m_animationFinished
(false)
/external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp
84
,
m_animationFinished
(true)
/external/webkit/Source/WebCore/platform/graphics/qt/
ImageQt.cpp
173
,
m_animationFinished
(true)
/external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp
78
,
m_animationFinished
(true)
Completed in 110 milliseconds