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

  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_controller.h 64 return current_controller_;
112 static LocallyManagedUserCreationController* current_controller_; member in class:chromeos::LocallyManagedUserCreationController
locally_managed_user_creation_controller.cc 59 LocallyManagedUserCreationController::current_controller_ = NULL; member in class:chromeos::LocallyManagedUserCreationController
66 DCHECK(!current_controller_) << "More than one controller exist.";
67 current_controller_ = this;
74 current_controller_ = 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;
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.h 57 return current_controller_;
253 static ExistingUserController* current_controller_; member in class:chromeos::ExistingUserController
existing_user_controller.cc 121 ExistingUserController* ExistingUserController::current_controller_ = NULL;
139 DCHECK(current_controller_ == NULL);
140 current_controller_ = this;
308 if (current_controller_ == this) {
309 current_controller_ = NULL;
    [all...]

Completed in 85 milliseconds