HomeSort by relevance Sort by last modified time
    Searched defs:outdated (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.cpp 115 bool outdated = false; local
120 outdated = true;
131 outdated = true;
134 if (outdated) {
287 // FIXME: This avoids marking this player as outdated needlessly when a start time
360 // Even though this player is not outdated, time to effect change is
AnimationPlayer.h 131 bool outdated() { return m_outdated; } function in class:blink::FINAL

Completed in 82 milliseconds