Home | History | Annotate | Download | only in compositor

Lines Matching defs:committed_

323       : committed_(false), started_(false), ended_(false), aborted_(false) {}
325 bool committed() const { return committed_; }
330 committed_ = false;
338 committed_ = true;
357 bool committed_;