Home | History | Annotate | Download | only in test

Lines Matching refs:is_destroyed_

6695   TestListener() : on_start_counter_(NULL), is_destroyed_(NULL) {}
6698 is_destroyed_(is_destroyed) {}
6701 if (is_destroyed_)
6702 *is_destroyed_ = true;
6713 bool* is_destroyed_;