OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_held
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.cpp
69
,
m_held
(false)
110
ASSERT(!
m_held
);
118
bool oldHeld =
m_held
;
119
m_held
= m_paused || !m_playbackRate || limited(newCurrentTime);
120
if (
m_held
) {
135
if (
m_held
) {
141
m_held
= true;
154
if (
m_held
)
339
return m_timeline && m_content && m_content->isAnimation() && !
m_held
;
403
if (
m_held
|| !hasStartTime()
[
all
...]
AnimationPlayer.h
179
bool
m_held
;
member in class:WebCore::FINAL
Completed in 2972 milliseconds