Home | History | Annotate | Download | only in test

Lines Matching refs:is_destroyed_

6534   TestListener() : on_start_counter_(NULL), is_destroyed_(NULL) {}
6537 is_destroyed_(is_destroyed) {}
6540 if (is_destroyed_)
6541 *is_destroyed_ = true;
6552 bool* is_destroyed_;