Home | History | Annotate | Download | only in shared_impl

Lines Matching full:aborted

40 // be aborted, any subsequent completion is abortive (even if a non-abortive
59 // be aborted (by looking at |aborted()| before running the callback).
71 // immediately marking the callback as to be aborted).
76 // marked as to be aborted (by |PostAbort()|), |result| will be ignored and
90 // far, e.g. whether the callback has been aborted. If the callback hasn't
91 // been aborted the return value of the task will become the callback result.
103 // Returns true if the callback was completed (possibly aborted).
106 // Returns true if the callback was or should be aborted; this will be the
109 bool aborted() const { return aborted_; }
117 // has not completed and has not been aborted. When receiving a plugin call,
121 // NOTE: an aborted callback has not necessarily completed, so a false result