Home | Sort by relevance Sort by last modified time |
/external/chromium/chrome/browser/chromeos/login/ | |
existing_user_controller.h | 55 return current_controller_; 146 static ExistingUserController* current_controller_; member in class:chromeos::ExistingUserController |
/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 |
/external/chromium_org/chrome/browser/chromeos/login/managed/ | |
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; |
locally_managed_user_creation_controller.h | 64 return current_controller_; 112 static LocallyManagedUserCreationController* current_controller_; member in class:chromeos::LocallyManagedUserCreationController |