OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_frameSchedulingState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.cpp
58
,
m_frameSchedulingState
(Idle)
127
return
m_frameSchedulingState
== SynchronizeAnimations && m_wakeupTimer.isActive() && !m_wakeupTimer.nextFireInterval();
182
ASSERT(
m_frameSchedulingState
== Idle ||
m_frameSchedulingState
== SynchronizeAnimations);
275
m_frameSchedulingState
= Idle;
283
m_frameSchedulingState
= frameSchedulingState;
288
ASSERT(
m_frameSchedulingState
== SynchronizeAnimations ||
m_frameSchedulingState
== FutureAnimationFrame);
289
if (
m_frameSchedulingState
== FutureAnimationFrame) {
291
m_frameSchedulingState
= Idle
[
all
...]
SMILTimeContainer.h
109
FrameSchedulingState
m_frameSchedulingState
;
Completed in 57 milliseconds