Home | History | Annotate | Download | only in compositor

Lines Matching defs:aborted_

323       : committed_(false), started_(false), ended_(false), aborted_(false) {}
327 bool aborted() const { return aborted_; }
333 aborted_ = false;
351 aborted_ = true;
360 bool aborted_;