Searched refs:controller_for_removal_ (Results 1 – 2 of 2) sorted by relevance
70 controller_for_removal_(NULL), in ViewsLoginDisplay()126 controller_for_removal_ = controllers_[selected_view_index_]; in OnBeforeUserRemoved()145 MessageLoop::current()->DeleteSoon(FROM_HERE, controller_for_removal_); in OnUserRemoved()146 controller_for_removal_ = NULL; in OnUserRemoved()
81 UserController* controller_for_removal_; variable