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

  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_creation_controller.cc 16 ManagedUserCreationController::current_controller_ = NULL; member in class:chromeos::ManagedUserCreationController
21 DCHECK(!current_controller_) << "More than one controller exist.";
22 current_controller_ = this;
26 current_controller_ = NULL;
managed_user_creation_controller.h 59 return current_controller_;
100 static ManagedUserCreationController* current_controller_; member in class:chromeos::ManagedUserCreationController
managed_user_creation_controller_new.h 49 return current_controller_;
171 static ManagedUserCreationControllerNew* current_controller_; member in class:chromeos::ManagedUserCreationControllerNew
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.h 59 return current_controller_;
254 static ExistingUserController* current_controller_; member in class:chromeos::ExistingUserController
existing_user_controller.cc 119 ExistingUserController* ExistingUserController::current_controller_ = NULL;
137 DCHECK(current_controller_ == NULL);
138 current_controller_ = this;
295 if (current_controller_ == this) {
296 current_controller_ = NULL;
    [all...]

Completed in 135 milliseconds