OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Aborted
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/webkit/browser/quota/
quota_task.h
41
// Called when the task is
aborted
.
42
virtual void
Aborted
() {}
/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
||
/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
; }
Completed in 172 milliseconds