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

  /external/chromium_org/cc/animation/
animation_events.h 18 enum Type { Started, Finished, Aborted, PropertyUpdate };
animation.h 27 // the Aborted or Finished states. A Finished animation was allowed to run to
28 // completion, but an Aborted animation was not.
36 Aborted,
91 run_state_ == Aborted ||
animation_unittest.cc 219 anim->SetRunState(Animation::Aborted, 0.0);
233 anim->SetRunState(Animation::Aborted, 0.0);
247 anim->SetRunState(Animation::Aborted, 0.0);
animation.cc 23 "Aborted"
80 SetRunState(Aborted, 0);
layer_animation_controller.cc 102 active_animations_[i]->SetRunState(Animation::Aborted, last_tick_time_);
345 active_animations_[i]->SetRunState(Animation::Aborted,
577 active_animations_[i]->run_state() != Animation::Aborted &&
587 // Non-aborted animations are marked for deletion after a corresponding
589 // we don't have an events vector, we must ensure that non-aborted animations
593 if (active_animations_[i]->run_state() == Animation::Aborted) {
596 AnimationEvent::Aborted,
639 active_animations_[j]->run_state() != Animation::Aborted) {
layer_animation_controller_unittest.cc     [all...]
  /external/chromium_org/webkit/browser/quota/
quota_task.h 41 // Called when the task is aborted.
42 virtual void Aborted() {}
quota_task.cc 48 Aborted();
quota_manager.cc 431 virtual void Aborted() OVERRIDE {
503 virtual void Aborted() OVERRIDE {
586 virtual void Aborted() OVERRIDE {
656 virtual void Aborted() OVERRIDE {
729 // The operation was aborted.
754 // The operation was aborted.
786 // The operation was aborted.
    [all...]
  /external/clang/lib/ARCMigrate/
Internals.h 122 bool Aborted;
125 Transaction(TransformActions &TA) : TA(TA), Aborted(false) {
136 Aborted = true;
139 bool isAborted() const { return Aborted; }
  /external/clang/tools/scan-build/
scan-build 315 Aborted => $4,
446 my $Aborted = 0;
455 $BlockAborted++ if $Row->{Aborted} eq 'yes';
457 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no';
463 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100);
473 . "$Aborted functions aborted early ($PercentAborted%)\n"
474 . "$BlockAborted had aborted blocks ($PercentBlockAborted%)\n"
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.cc 603 case AnimationEvent::Aborted:
    [all...]

Completed in 453 milliseconds