OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_animating
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderProgress.cpp
40
,
m_animating
(false)
63
return
m_animating
? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animationDuration) : 0;
75
if (!m_animationTimer.isActive() &&
m_animating
)
85
if (animating ==
m_animating
)
88
m_animating
= animating;
89
if (
m_animating
) {
RenderProgress.h
56
bool
m_animating
;
member in class:WebCore::FINAL
Completed in 37 milliseconds