Searched refs:create_shortcut (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcreate_profile_handler.h81 void OnProfileCreated(bool create_shortcut,
87 void HandleProfileCreationSuccess(bool create_shortcut,
94 void RegisterManagedUser(bool create_shortcut,
100 void OnManagedUserRegistered(bool create_shortcut,
107 void CreateShortcutAndShowSuccess(bool create_shortcut,
H A Dcreate_profile_handler.cc81 bool create_shortcut = false; local
84 if (args->GetBoolean(2, &create_shortcut)) {
123 create_shortcut,
130 bool create_shortcut,
149 HandleProfileCreationSuccess(create_shortcut, desktop_type,
167 bool create_shortcut,
174 CreateShortcutAndShowSuccess(create_shortcut, desktop_type, profile);
179 RegisterManagedUser(create_shortcut, desktop_type,
189 bool create_shortcut,
208 create_shortcut,
129 OnProfileCreated( bool create_shortcut, chrome::HostDesktopType desktop_type, const std::string& managed_user_id, Profile* profile, Profile::CreateStatus status) argument
166 HandleProfileCreationSuccess( bool create_shortcut, chrome::HostDesktopType desktop_type, const std::string& managed_user_id, Profile* profile) argument
188 RegisterManagedUser( bool create_shortcut, chrome::HostDesktopType desktop_type, const std::string& managed_user_id, Profile* new_profile) argument
213 OnManagedUserRegistered( bool create_shortcut, chrome::HostDesktopType desktop_type, Profile* profile, const GoogleServiceAuthError& error) argument
237 CreateShortcutAndShowSuccess( bool create_shortcut, chrome::HostDesktopType desktop_type, Profile* profile) argument
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager.h275 bool create_shortcut; member in struct:ProfileManager::ProfileInfo

Completed in 279 milliseconds