HomeSort by relevance Sort by last modified time
    Searched full:current_controller_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
existing_user_controller.h 55 return current_controller_;
146 static ExistingUserController* current_controller_; member in class:chromeos::ExistingUserController
existing_user_controller.cc 61 ExistingUserController* ExistingUserController::current_controller_ = NULL;
71 DCHECK(current_controller_ == NULL);
72 current_controller_ = this;
127 if (current_controller_ == this) {
128 current_controller_ = NULL;

Completed in 2060 milliseconds