OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Aborted
(Results
1 - 10
of
10
) sorted by null
/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
416
virtual void
Aborted
() OVERRIDE {
488
virtual void
Aborted
() OVERRIDE {
570
virtual void
Aborted
() OVERRIDE {
640
virtual void
Aborted
() OVERRIDE {
713
// The operation was
aborted
.
738
// The operation was
aborted
.
770
// 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/chromium_org/cc/animation/
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
,
93
run_state_ ==
Aborted
||
animation_unittest.cc
153
anim->SetRunState(Animation::
Aborted
, 0.0);
171
anim->SetRunState(Animation::
Aborted
, 0.0);
189
anim->SetRunState(Animation::
Aborted
, 0.0);
animation.cc
25
"
Aborted
"
79
SetRunState(
Aborted
, 0);
layer_animation_controller.cc
535
active_animations_[j]->SetRunState(Animation::
Aborted
,
538
active_animations_[i]->SetRunState(Animation::
Aborted
,
549
// Non-
aborted
animations are marked for deletion after a corresponding
551
// we don't have an events vector, we must ensure that non-
aborted
animations
564
if (active_animations_[i]->run_state() == Animation::
Aborted
||
layer_animation_controller_unittest.cc
838
// Test that an infinitely looping animation does indeed go until
aborted
.
[
all
...]
/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
...]
Completed in 667 milliseconds