Searched defs:create_shortcut (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager.h233 bool create_shortcut; member in struct:ProfileManager::ProfileInfo
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcreate_profile_handler.cc81 bool create_shortcut = false; local
86 if (args->GetBoolean(2, &create_shortcut)) {
125 create_shortcut,
132 bool create_shortcut,
151 HandleProfileCreationSuccess(create_shortcut, desktop_type,
169 bool create_shortcut,
176 CreateShortcutAndShowSuccess(create_shortcut, desktop_type, profile);
181 RegisterSupervisedUser(create_shortcut, desktop_type,
191 bool create_shortcut,
210 create_shortcut,
131 OnProfileCreated( bool create_shortcut, chrome::HostDesktopType desktop_type, const std::string& supervised_user_id, Profile* profile, Profile::CreateStatus status) argument
168 HandleProfileCreationSuccess( bool create_shortcut, chrome::HostDesktopType desktop_type, const std::string& supervised_user_id, Profile* profile) argument
190 RegisterSupervisedUser( bool create_shortcut, chrome::HostDesktopType desktop_type, const std::string& supervised_user_id, Profile* new_profile) argument
215 OnSupervisedUserRegistered( bool create_shortcut, chrome::HostDesktopType desktop_type, Profile* profile, const GoogleServiceAuthError& error) argument
239 CreateShortcutAndShowSuccess( bool create_shortcut, chrome::HostDesktopType desktop_type, Profile* profile) argument
[all...]

Completed in 3261 milliseconds