Searched defs:IsFinished (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_fec_group.cc86 bool QuicFecGroup::IsFinished() const { function in class:net::QuicFecGroup
/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/ui/compositor/
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.cc691 bool LayerAnimationElement::IsFinished(base::TimeTicks time, function in class:ui::LayerAnimationElement
/external/chromium_org/content/browser/android/
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.cc144 bool EdgeEffect::IsFinished() const { function in class:content::EdgeEffect
256 if (IsFinished())
325 return !IsFinished();
330 if (IsFinished())
/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())
/external/chromium_org/ui/gfx/android/
H A Dscroller.cc365 bool Scroller::IsFinished() const { return finished_; } function in class:gfx::Scroller
/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/v8/src/
H A Dhydrogen.h88 bool IsFinished() const { return end_ != NULL; } function in class:v8::internal::FINAL
98 DCHECK(IsFinished());

Completed in 173 milliseconds