OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_frameTimer
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp
50
,
m_frameTimer
(0)
307
if (
m_frameTimer
|| !shouldAnimate() || frameCount() <= 1)
355
m_frameTimer
= new Timer<BitmapImage>(this, &BitmapImage::advanceAnimation);
356
m_frameTimer
->startOneShot(std::max(m_desiredFrameStartTime - time, 0.));
405
delete
m_frameTimer
;
406
m_frameTimer
= 0;
BitmapImage.h
274
Timer<BitmapImage>*
m_frameTimer
;
/external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp
66
,
m_frameTimer
(0)
/external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp
58
,
m_frameTimer
(0)
/external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp
79
,
m_frameTimer
(0)
/external/webkit/Source/WebCore/platform/graphics/qt/
ImageQt.cpp
167
,
m_frameTimer
(0)
/external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp
72
,
m_frameTimer
(0)
Completed in 55 milliseconds