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

  /external/chromium_org/cc/animation/
animation_unittest.cc 160 EXPECT_FALSE(anim->is_finished());
162 EXPECT_FALSE(anim->is_finished());
164 EXPECT_FALSE(anim->is_finished());
166 EXPECT_FALSE(anim->is_finished());
168 EXPECT_FALSE(anim->is_finished());
170 EXPECT_TRUE(anim->is_finished());
172 EXPECT_TRUE(anim->is_finished());
178 EXPECT_FALSE(anim->is_finished());
180 EXPECT_FALSE(anim->is_finished());
182 EXPECT_FALSE(anim->is_finished());
    [all...]
animation.cc 104 bool was_finished = is_finished();
116 if (!was_finished && is_finished())
146 if (is_finished())
animation.h 91 bool is_finished() const { function in class:cc::Animation
layer_animation_controller.cc 96 if (!active_animations_[i]->is_finished())
229 if (!active_animations_[i]->is_finished())
238 if (!active_animations_[i]->is_finished() &&
572 (!active_animations_[j]->is_finished() ||
  /external/chromium_org/chrome/browser/extensions/
webstore_startup_installer_browsertest.cc 165 bool is_finished = false; local
166 for (int i = 0; !is_finished; ++i) {
170 is_finished = !RunIndexedTest("runTest", i);
  /external/chromium_org/content/browser/loader/
resource_loader.cc 142 bool is_finished = (progress.size() == progress.position()); local
147 if (is_finished || enough_new_progress || too_much_time_passed) {

Completed in 684 milliseconds