Searched refs:Aborted (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/webkit/browser/quota/
H A Dquota_task.h42 virtual void Aborted() {} function in class:quota::QuotaTask
H A Dquota_task.cc48 Aborted();
H A Dquota_manager.cc416 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 Danimation.h29 // 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 Danimation_unittest.cc153 anim->SetRunState(Animation::Aborted, 0.0);
171 anim->SetRunState(Animation::Aborted, 0.0);
189 anim->SetRunState(Animation::Aborted, 0.0);
H A Danimation.cc25 "Aborted"
79 SetRunState(Aborted, 0);
H A Dlayer_animation_controller.cc535 active_animations_[j]->SetRunState(Animation::Aborted,
538 active_animations_[i]->SetRunState(Animation::Aborted,
564 if (active_animations_[i]->run_state() == Animation::Aborted ||
H A Dlayer_animation_controller_unittest.cc879 Animation::Aborted, 0.75);
965 Animation::Aborted, 1);
/external/clang/lib/ARCMigrate/
H A DInternals.h122 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 Dscan-build315 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