CreateProfileHandler 33 chrome/browser/ui/webui/options/create_profile_handler.cc CreateProfileHandler::CreateProfileHandler() CreateProfileHandler 38 chrome/browser/ui/webui/options/create_profile_handler.cc CreateProfileHandler::~CreateProfileHandler() { CreateProfileHandler 42 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::GetLocalizedValues( CreateProfileHandler 46 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::RegisterMessages() { CreateProfileHandler 49 chrome/browser/ui/webui/options/create_profile_handler.cc base::Bind(&CreateProfileHandler::HandleCancelProfileCreation, CreateProfileHandler 53 chrome/browser/ui/webui/options/create_profile_handler.cc base::Bind(&CreateProfileHandler::CreateProfile, CreateProfileHandler 57 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::CreateProfile(const base::ListValue* args) { CreateProfileHandler 121 chrome/browser/ui/webui/options/create_profile_handler.cc base::Bind(&CreateProfileHandler::OnProfileCreated, CreateProfileHandler 129 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::OnProfileCreated( CreateProfileHandler 166 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::HandleProfileCreationSuccess( CreateProfileHandler 188 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::RegisterManagedUser( CreateProfileHandler 206 chrome/browser/ui/webui/options/create_profile_handler.cc base::Bind(&CreateProfileHandler::OnManagedUserRegistered, CreateProfileHandler 213 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::OnManagedUserRegistered( CreateProfileHandler 237 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::CreateShortcutAndShowSuccess( CreateProfileHandler 278 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::ShowProfileCreationError( CreateProfileHandler 290 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::ShowProfileCreationWarning( CreateProfileHandler 297 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::HandleCancelProfileCreation( CreateProfileHandler 302 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::CancelProfileRegistration(bool user_initiated) { CreateProfileHandler 336 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::RecordProfileCreationMetrics( CreateProfileHandler 346 chrome/browser/ui/webui/options/create_profile_handler.cc void CreateProfileHandler::RecordSupervisedProfileCreationMetrics( CreateProfileHandler 366 chrome/browser/ui/webui/options/create_profile_handler.cc base::string16 CreateProfileHandler::GetProfileCreationErrorMessage( CreateProfileHandler 393 chrome/browser/ui/webui/options/create_profile_handler.cc std::string CreateProfileHandler::GetJavascriptMethodName( CreateProfileHandler 410 chrome/browser/ui/webui/options/create_profile_handler.cc bool CreateProfileHandler::IsValidExistingManagedUserId( CreateProfileHandler 27 chrome/browser/ui/webui/options/create_profile_handler.h class CreateProfileHandler: public OptionsPageUIHandler { CreateProfileHandler 29 chrome/browser/ui/webui/options/create_profile_handler.h CreateProfileHandler(); CreateProfileHandler 30 chrome/browser/ui/webui/options/create_profile_handler.h virtual ~CreateProfileHandler(); CreateProfileHandler 158 chrome/browser/ui/webui/options/create_profile_handler.h base::WeakPtrFactory<CreateProfileHandler> weak_ptr_factory_; CreateProfileHandler 160 chrome/browser/ui/webui/options/create_profile_handler.h DISALLOW_COPY_AND_ASSIGN(CreateProfileHandler); CreateProfileHandler 268 chrome/browser/ui/webui/options/options_ui.cc AddOptionsPageUIHandler(localized_strings, new CreateProfileHandler());