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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h 131 bool outdated() { return m_outdated; } function in class:blink::FINAL
AnimationNode.cpp 178 if (m_player->outdated())
180 ASSERT(!m_player->outdated());
AnimationTimeline.cpp 221 if ((*it)->outdated())
229 ASSERT(player->outdated());
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
AnimationPlayerTest.cpp 116 EXPECT_FALSE(player->outdated());
118 EXPECT_FALSE(player->outdated());
124 EXPECT_FALSE(player->outdated());
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 14 * which may be outdated/broken).
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
thumbnail_loader.js 295 // Copy the image to a canvas if the canvas is outdated.
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 324 if (player->outdated())
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 374 milliseconds