Searched refs:Aborted (Results 1 - 10 of 10) sorted by relevance
/external/chromium_org/webkit/browser/quota/ |
H A D | quota_task.h | 42 virtual void Aborted() {} function in class:quota::QuotaTask
|
H A D | quota_task.cc | 48 Aborted();
|
H A D | quota_manager.cc | 416 virtual void Aborted() OVERRIDE { 488 virtual void Aborted() OVERRIDE { 570 virtual void Aborted() OVERRIDE { 640 virtual void Aborted() OVERRIDE {
|
/external/chromium_org/cc/animation/ |
H A D | animation.h | 29 // stopped by moving into either the Aborted or Finished states. A Finished 30 // animation was allowed to run to completion, but an Aborted animation was 41 Aborted, enumerator in enum:cc::Animation::RunState 93 run_state_ == Aborted ||
|
H A D | animation_unittest.cc | 153 anim->SetRunState(Animation::Aborted, 0.0); 171 anim->SetRunState(Animation::Aborted, 0.0); 189 anim->SetRunState(Animation::Aborted, 0.0);
|
H A D | animation.cc | 25 "Aborted" 79 SetRunState(Aborted, 0);
|
H A D | layer_animation_controller.cc | 535 active_animations_[j]->SetRunState(Animation::Aborted, 538 active_animations_[i]->SetRunState(Animation::Aborted, 564 if (active_animations_[i]->run_state() == Animation::Aborted ||
|
H A D | layer_animation_controller_unittest.cc | 879 Animation::Aborted, 0.75); 965 Animation::Aborted, 1);
|
/external/clang/lib/ARCMigrate/ |
H A D | Internals.h | 122 bool Aborted; member in class:clang::arcmt::Transaction 125 Transaction(TransformActions &TA) : TA(TA), Aborted(false) { 136 Aborted = true; 139 bool isAborted() const { return Aborted; }
|
/external/clang/tools/scan-build/ |
H A D | 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"
|
Completed in 314 milliseconds