Searched refs:current_controller_ (Results 1 – 2 of 2) sorted by relevance
61 ExistingUserController* ExistingUserController::current_controller_ = NULL; member in chromeos::ExistingUserController71 DCHECK(current_controller_ == NULL); in ExistingUserController()72 current_controller_ = this; in ExistingUserController()127 if (current_controller_ == this) { in ~ExistingUserController()128 current_controller_ = NULL; in ~ExistingUserController()
55 return current_controller_; in current_controller()146 static ExistingUserController* current_controller_; variable