Searched refs:IsFinished (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/ui/gfx/android/
H A Dscroller_unittest.cc46 EXPECT_FALSE(scroller.IsFinished());
59 EXPECT_FALSE(scroller.IsFinished());
82 EXPECT_TRUE(scroller.IsFinished());
91 EXPECT_TRUE(scroller.IsFinished());
116 EXPECT_FALSE(scroller.IsFinished());
129 EXPECT_FALSE(scroller.IsFinished());
154 EXPECT_TRUE(scroller.IsFinished());
163 EXPECT_TRUE(scroller.IsFinished());
H A Dscroller.h78 bool IsFinished() const;
H A Dscroller.cc365 bool Scroller::IsFinished() const { return finished_; } function in class:gfx::Scroller
/external/chromium_org/content/browser/android/
H A Dedge_effect_base.h40 virtual bool IsFinished() const = 0;
H A Dedge_effect.h39 virtual bool IsFinished() const OVERRIDE;
H A Dedge_effect_l.cc90 bool EdgeEffectL::IsFinished() const { function in class:content::EdgeEffectL
178 if (IsFinished())
231 return !IsFinished() || one_last_frame;
236 if (IsFinished())
H A Dedge_effect_l.h42 virtual bool IsFinished() const OVERRIDE;
H A Dedge_effect.cc144 bool EdgeEffect::IsFinished() const { function in class:content::EdgeEffect
256 if (IsFinished())
325 return !IsFinished();
330 if (IsFinished())
H A Doverscroll_glow.cc181 if (!edge_effects_[i]->IsFinished())
/external/chromium_org/net/quic/
H A Dquic_fec_group.h42 bool IsFinished() const;
H A Dquic_fec_group_test.cc68 ASSERT_FALSE(group.IsFinished());
98 ASSERT_FALSE(group.IsFinished());
123 ASSERT_TRUE(group.IsFinished());
H A Dquic_fec_group.cc86 bool QuicFecGroup::IsFinished() const { function in class:net::QuicFecGroup
/external/chromium_org/ui/compositor/
H A Dlayer_animation_sequence.h45 // first call to {Start, IsFinished}. Once the animation is finished, this
70 bool IsFinished(base::TimeTicks time);
H A Dlayer_animation_sequence_unittest.cc30 EXPECT_TRUE(sequence.IsFinished(start_time));
60 EXPECT_TRUE(sequence.IsFinished(start_time + delta));
103 EXPECT_TRUE(sequence.IsFinished(effective_start + delta));
191 EXPECT_TRUE(sequence.IsFinished(transform_effective_start + delta));
H A Dlayer_animation_sequence.cc70 if (!elements_[current_index]->IsFinished(now, &element_duration))
110 bool LayerAnimationSequence::IsFinished(base::TimeTicks time) { function in class:ui::LayerAnimationSequence
125 if (!elements_[current_index]->IsFinished(time, &element_duration))
H A Dlayer_animation_element_unittest.cc54 EXPECT_TRUE(element->IsFinished(effective_start_time + delta,
156 EXPECT_TRUE(element->IsFinished(start_time + delta, &element_duration));
196 EXPECT_TRUE(element->IsFinished(effective_start_time + delta,
232 EXPECT_TRUE(element->IsFinished(start_time + delta, &element_duration));
267 EXPECT_TRUE(element->IsFinished(start_time + delta, &element_duration));
302 EXPECT_TRUE(element->IsFinished(start_time + delta, &element_duration));
337 EXPECT_TRUE(element->IsFinished(start_time + delta, &element_duration));
H A Dlayer_animation_element.h142 // call to {Start, IsFinished}. Once the animation is finished, this must
172 bool IsFinished(base::TimeTicks time, base::TimeDelta* total_duration);
H A Dlayer_animator.cc402 if (running_animations_copy[i].sequence()->IsFinished(now)) {
534 if (running_animations_copy[i].sequence()->IsFinished(
H A Dlayer_animation_element.cc691 bool LayerAnimationElement::IsFinished(base::TimeTicks time, function in class:ui::LayerAnimationElement
/external/chromium_org/content/public/test/
H A Ddownload_test_observer.cc103 if (!IsFinished()) {
110 bool DownloadTestObserver::IsFinished() const { function in class:content::DownloadTestObserver
218 if (waiting_ && IsFinished())
H A Ddownload_test_observer.h83 bool IsFinished() const;
/external/chromium_org/tools/perf/metrics/
H A Dspeedindex.py45 assert self.IsFinished(tab), 'Must wait for IsFinished() before Stop()'
58 def IsFinished(self, tab): member in class:SpeedIndexMetric
69 return self._speedindex.IsFinished(tab)
/external/chromium_org/tools/perf/measurements/
H A Dpage_cycler.py162 return self._speedindex_metric.IsFinished(tab)
/external/clang/lib/CodeGen/
H A DCGStmt.cpp301 void CodeGenFunction::EmitBlock(llvm::BasicBlock *BB, bool IsFinished) { argument
307 if (IsFinished && BB->use_empty()) {
/external/chromium_org/cc/animation/
H A Danimation_unittest.cc398 TEST(AnimationTest, IsFinished) {

Completed in 377 milliseconds

12