HomeSort by relevance Sort by last modified time
    Searched refs:IsFinished (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/net/quic/
quic_fec_group.h 42 bool IsFinished() const;
quic_fec_group_test.cc 70 ASSERT_FALSE(group.IsFinished());
97 ASSERT_FALSE(group.IsFinished());
120 ASSERT_TRUE(group.IsFinished());
quic_fec_group.cc 79 bool QuicFecGroup::IsFinished() const {
  /external/chromium_org/content/browser/android/
edge_effect.h 44 bool IsFinished() const;
edge_effect.cc 146 bool EdgeEffect::IsFinished() const {
258 if (IsFinished())
327 return !IsFinished();
331 if (IsFinished())
overscroll_glow.cc 194 if (!edge_effects_[i]->IsFinished())
  /external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc 53 EXPECT_TRUE(element->IsFinished(effective_start_time + delta,
93 EXPECT_TRUE(element->IsFinished(start_time + delta, &element_duration));
133 EXPECT_TRUE(element->IsFinished(effective_start_time + delta,
169 EXPECT_TRUE(element->IsFinished(start_time + delta, &element_duration));
204 EXPECT_TRUE(element->IsFinished(start_time + delta, &element_duration));
239 EXPECT_TRUE(element->IsFinished(start_time + delta, &element_duration));
275 EXPECT_TRUE(element->IsFinished(start_time + delta, &element_duration));
layer_animation_sequence.h 45 // first call to {Start, IsFinished}. Once the animation is finished, this
70 bool IsFinished(base::TimeTicks time);
layer_animation_sequence_unittest.cc 30 EXPECT_TRUE(sequence.IsFinished(start_time));
59 EXPECT_TRUE(sequence.IsFinished(start_time + delta));
102 EXPECT_TRUE(sequence.IsFinished(effective_start + delta));
191 EXPECT_TRUE(sequence.IsFinished(transform_effective_start + delta));
layer_animation_sequence.cc 65 if (!elements_[current_index]->IsFinished(now, &element_duration))
100 bool LayerAnimationSequence::IsFinished(base::TimeTicks time) {
115 if (!elements_[current_index]->IsFinished(time, &element_duration))
layer_animation_element.h 122 // call to {Start, IsFinished}. Once the animation is finished, this must
152 bool IsFinished(base::TimeTicks time, base::TimeDelta* total_duration);
layer_animator.cc 395 if (running_animations_copy[i].sequence()->IsFinished(now)) {
531 if (running_animations_copy[i].sequence()->IsFinished(
layer_animation_element.cc 643 bool LayerAnimationElement::IsFinished(base::TimeTicks time,
  /external/chromium_org/content/public/test/
download_test_observer.cc 103 if (!IsFinished()) {
110 bool DownloadTestObserver::IsFinished() const {
214 if (waiting_ && IsFinished())
download_test_observer.h 82 bool IsFinished() const;
  /external/chromium_org/cc/animation/
animation_unittest.cc 157 TEST(AnimationTest, IsFinished) {
  /external/chromium/chrome/browser/download/
download_browsertest.cc 96 if (!IsFinished()) {
104 bool IsFinished() {
177 if (waiting_ && IsFinished())
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 270 void CodeGenFunction::EmitBlock(llvm::BasicBlock *BB, bool IsFinished) {
276 if (IsFinished && BB->use_empty()) {
    [all...]
CodeGenFunction.h     [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 136 ASSERT(!IsStartBlock() || !IsFinished());
138 ASSERT(!IsFinished());
196 ASSERT(!IsFinished());
322 } else if (!HasEnvironment() && !IsFinished()) {
439 ASSERT(IsFinished());
831 ASSERT(first_true_block_ == NULL || !last_true_block_->IsFinished());
876 ASSERT(!last_true_block_->IsFinished());
878 ASSERT(!last_false_block->IsFinished());
    [all...]
hydrogen.h 109 bool IsFinished() const { return end_ != NULL; }
118 ASSERT(IsFinished());
    [all...]
  /external/v8/src/
hydrogen.h 100 bool IsFinished() const { return end_ != NULL; }
    [all...]
hydrogen.cc 107 ASSERT(!IsStartBlock() || !IsFinished());
109 ASSERT(!IsFinished());
159 ASSERT(!IsFinished());
270 } else if (!HasEnvironment() && !IsFinished()) {
387 ASSERT(IsFinished());
792 ASSERT(block->IsFinished());
    [all...]
hydrogen-instructions.cc 581 if (block->IsStartBlock() && block->IsFinished() && !IsConstant()) {
    [all...]
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc     [all...]

Completed in 831 milliseconds

1 2